Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 015de7d

Browse files
authored
chore: Update deps (#307)
* Update minor deps * Update major deps
1 parent 675a4fb commit 015de7d

File tree

2 files changed

+26
-24
lines changed

2 files changed

+26
-24
lines changed

‎package.json

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -43,35 +43,37 @@
4343
"author": "Daniel Cook",
4444
"license": "MIT",
4545
"dependencies": {
46-
"@babel/runtime": "^7.21.0",
47-
"@testing-library/dom": "^9.0.1",
48-
"@vue/test-utils": "^2.3.1"
46+
"@babel/runtime": "^7.23.2",
47+
"@testing-library/dom": "^9.3.3",
48+
"@vue/test-utils": "^2.4.1"
4949
},
5050
"devDependencies": {
51-
"@babel/plugin-transform-runtime": "^7.21.0",
51+
"@babel/plugin-proposal-private-methods": "^7.18.6",
52+
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
53+
"@babel/plugin-transform-runtime": "^7.23.2",
5254
"@element-plus/icons-vue": "^2.1.0",
53-
"@testing-library/jest-dom": "^5.16.5",
54-
"@testing-library/user-event": "^14.4.3",
55-
"@types/estree": "^1.0.0",
56-
"@vue/compiler-sfc": "^3.2.47",
57-
"@vue/server-renderer": "^3.2.47",
58-
"@vue/vue3-jest": "^29.2.3",
59-
"axios": "^1.3.4",
60-
"element-plus": "^2.2.36",
61-
"eslint-plugin-vue": "^9.9.0",
55+
"@testing-library/jest-dom": "^6.1.4",
56+
"@testing-library/user-event": "^14.5.1",
57+
"@types/estree": "^1.0.3",
58+
"@vue/compiler-sfc": "^3.3.5",
59+
"@vue/server-renderer": "^3.3.5",
60+
"@vue/vue3-jest": "^29.2.6",
61+
"axios": "^1.5.1",
62+
"element-plus": "^2.4.1",
63+
"eslint-plugin-vue": "^9.17.0",
6264
"isomorphic-unfetch": "^4.0.2",
63-
"jest-environment-jsdom": "^29.5.0",
65+
"jest-environment-jsdom": "^29.7.0",
6466
"jest-serializer-vue": "^3.1.0",
65-
"kcd-scripts": "^13.0.0",
67+
"kcd-scripts": "^14.0.0",
6668
"lodash.merge": "^4.6.2",
67-
"msw": "^1.1.0",
68-
"tsd": "^0.27.0",
69-
"typescript": "^4.9.5",
70-
"vee-validate": "^4.7.4",
71-
"vue": "^3.2.47",
72-
"vue-eslint-parser": "^9.1.0",
73-
"vue-i18n": "^9.2.2",
74-
"vue-router": "^4.1.6",
69+
"msw": "^1.3.2",
70+
"tsd": "^0.29.0",
71+
"typescript": "^5.2.2",
72+
"vee-validate": "^4.11.8",
73+
"vue": "^3.3.5",
74+
"vue-eslint-parser": "^9.3.2",
75+
"vue-i18n": "^9.5.0",
76+
"vue-router": "^4.2.5",
7577
"vuex": "^4.1.0"
7678
},
7779
"peerDependencies": {

‎src/__tests__/teleport.js

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /