Skip to content

Commit 8225f46

Browse files
committed
Bump Vue and VTU
1 parent 96d8616 commit 8225f46

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

package.json

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,28 @@
3535
"vue.js 2",
3636
"vue.js 2 testing",
3737
"vue 2",
38-
"vue 2 testing"
38+
"vue 2 testing",
39+
"vue.js 3",
40+
"vue.js 3 testing",
41+
"vue 3",
42+
"vue 3 testing"
3943
],
4044
"author": "Daniel Cook",
4145
"license": "MIT",
4246
"dependencies": {
43-
"@babel/runtime": "^7.11.2",
4447
"@testing-library/dom": "^7.24.3",
45-
"@types/testing-library__vue": "^5.0.0",
46-
"@vue/test-utils": "^1.1.0"
48+
"@babel/runtime": "^7.9.6",
49+
"@types/testing-library__vue": "*",
50+
"@vue/test-utils": "^2.0.0-alpha.3"
4751
},
4852
"devDependencies": {
4953
"@babel/plugin-transform-runtime": "^7.11.5",
5054
"@testing-library/jest-dom": "^5.11.4",
5155
"apollo-boost": "^0.4.9",
5256
"apollo-cache-inmemory": "^1.6.6",
5357
"axios": "^0.20.0",
58+
"apollo-client": "^2.6.10",
59+
"@vue/compiler-sfc": "^3.0",
5460
"eslint-plugin-vue": "^6.2.2",
5561
"graphql": "^15.3.0",
5662
"graphql-tag": "^2.11.0",
@@ -60,19 +66,20 @@
6066
"lodash.merge": "^4.6.2",
6167
"msw": "^0.21.2",
6268
"portal-vue": "^2.1.7",
69+
"typescript": "^3.8.3",
6370
"vee-validate": "^2.2.15",
64-
"vue": "^2.6.12",
71+
"vue": "^3.0",
6572
"vue-apollo": "^3.0.4",
6673
"vue-i18n": "^8.21.1",
6774
"vue-jest": "^4.0.0-rc.0",
6875
"vue-router": "^3.4.5",
69-
"vue-template-compiler": "^2.6.12",
76+
"vue-template-compiler": "^3.0",
7077
"vuetify": "^2.3.10",
7178
"vuex": "^3.5.1"
7279
},
7380
"peerDependencies": {
74-
"vue": "^2.6.10",
75-
"vue-template-compiler": "^2.6.10"
81+
"vue": "^3.0",
82+
"@vue/compiler-sfc": "^3.0"
7683
},
7784
"husky": {
7885
"hooks": {

0 commit comments

Comments
 (0)