Skip to content

Commit 7f6c1c9

Browse files
committed
chore: bump deps
1 parent 03c53e1 commit 7f6c1c9

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

package.json

+7-11
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@
3535
"vue.js testing",
3636
"vue",
3737
"vue testing",
38-
"vue.js 2",
39-
"vue.js 2 testing",
40-
"vue 2",
41-
"vue 2 testing",
4238
"vue.js 3",
4339
"vue.js 3 testing",
4440
"vue 3",
@@ -49,36 +45,36 @@
4945
"dependencies": {
5046
"@babel/runtime": "^7.15.4",
5147
"@testing-library/dom": "^8.5.0",
52-
"@vue/test-utils": "^2.0.0-rc.12"
48+
"@vue/test-utils": "^2.0.0-rc.18"
5349
},
5450
"devDependencies": {
5551
"@apollo/client": "^3.4.11",
5652
"@babel/plugin-transform-runtime": "^7.15.0",
5753
"@testing-library/jest-dom": "^5.14.1",
5854
"@testing-library/user-event": "^13.2.1",
59-
"@types/estree": "0.0.48",
55+
"@types/estree": "^0.0.50",
6056
"@vue/apollo-composable": "^4.0.0-alpha.14",
6157
"@vue/compiler-sfc": "^3.2.12",
6258
"apollo-boost": "^0.4.9",
6359
"axios": "^0.20.0",
64-
"element-plus": "^1.0.2-beta.64",
65-
"eslint-plugin-vue": "^7.18.0",
60+
"element-plus": "^1.3.0-beta.1",
61+
"eslint-plugin-vue": "^8.2.0",
6662
"graphql": "^15.5.3",
6763
"graphql-tag": "^2.12.4",
6864
"isomorphic-unfetch": "^3.1.0",
6965
"jest-serializer-vue": "^2.0.2",
7066
"kcd-scripts": "^10.0.0",
7167
"lodash.merge": "^4.6.2",
7268
"msw": "^0.21.3",
73-
"tsd": "^0.17.0",
69+
"tsd": "^0.19.1",
7470
"typescript": "^4.4.3",
7571
"vee-validate": "^4.3.5",
7672
"vue": "^3.2.12",
7773
"vue-apollo": "^3.0.5",
78-
"vue-i18n": "^9.1.7",
74+
"vue-i18n": "^9.2.0-beta.26",
7975
"vue-jest": "^5.0.0-alpha.10",
8076
"vue-router": "^4.0.3",
81-
"vuetify": "^2.5.8",
77+
"vuetify": "^v3.0.0-alpha.12",
8278
"vuex": "^4.0.0"
8379
},
8480
"peerDependencies": {

0 commit comments

Comments
 (0)