Skip to content

Commit

Permalink
Update major deps
Browse files Browse the repository at this point in the history
  • Loading branch information
afontcu committed Oct 20, 2023
1 parent da14d80 commit 3dff03c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-runtime": "^7.23.2",
"@element-plus/icons-vue": "^2.1.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/user-event": "^14.5.1",
"@types/estree": "^1.0.3",
"@vue/compiler-sfc": "^3.3.5",
Expand All @@ -64,11 +64,11 @@
"isomorphic-unfetch": "^4.0.2",
"jest-environment-jsdom": "^29.7.0",
"jest-serializer-vue": "^3.1.0",
"kcd-scripts": "^13.0.0",
"kcd-scripts": "^14.0.0",
"lodash.merge": "^4.6.2",
"msw": "^1.3.2",
"tsd": "^0.27.0",
"typescript": "^4.9.5",
"tsd": "^0.29.0",
"typescript": "^5.2.2",
"vee-validate": "^4.11.8",
"vue": "^3.3.5",
"vue-eslint-parser": "^9.3.2",
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/teleport.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {defineComponent} from 'vue'
import '@testing-library/jest-dom/extend-expect'
import '@testing-library/jest-dom'
import {render, fireEvent} from '..'

const ModalButton = defineComponent({
Expand Down

0 comments on commit 3dff03c

Please sign in to comment.