Skip to content

Commit 3dff03c

Browse files
committed
Update major deps
1 parent da14d80 commit 3dff03c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
5353
"@babel/plugin-transform-runtime": "^7.23.2",
5454
"@element-plus/icons-vue": "^2.1.0",
55-
"@testing-library/jest-dom": "^5.16.5",
55+
"@testing-library/jest-dom": "^6.1.4",
5656
"@testing-library/user-event": "^14.5.1",
5757
"@types/estree": "^1.0.3",
5858
"@vue/compiler-sfc": "^3.3.5",
@@ -64,11 +64,11 @@
6464
"isomorphic-unfetch": "^4.0.2",
6565
"jest-environment-jsdom": "^29.7.0",
6666
"jest-serializer-vue": "^3.1.0",
67-
"kcd-scripts": "^13.0.0",
67+
"kcd-scripts": "^14.0.0",
6868
"lodash.merge": "^4.6.2",
6969
"msw": "^1.3.2",
70-
"tsd": "^0.27.0",
71-
"typescript": "^4.9.5",
70+
"tsd": "^0.29.0",
71+
"typescript": "^5.2.2",
7272
"vee-validate": "^4.11.8",
7373
"vue": "^3.3.5",
7474
"vue-eslint-parser": "^9.3.2",

src/__tests__/teleport.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {defineComponent} from 'vue'
2-
import '@testing-library/jest-dom/extend-expect'
2+
import '@testing-library/jest-dom'
33
import {render, fireEvent} from '..'
44

55
const ModalButton = defineComponent({

0 commit comments

Comments
 (0)