Skip to content

Commit da14d80

Browse files
committed
Update minor deps
1 parent 675a4fb commit da14d80

File tree

1 file changed

+21
-19
lines changed

1 file changed

+21
-19
lines changed

package.json

+21-19
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",
5355
"@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",
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",
6567
"kcd-scripts": "^13.0.0",
6668
"lodash.merge": "^4.6.2",
67-
"msw": "^1.1.0",
69+
"msw": "^1.3.2",
6870
"tsd": "^0.27.0",
6971
"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",
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": {

0 commit comments

Comments
 (0)