Skip to content

Commit 38f53ae

Browse files
committed
Update deps
1 parent 8e06631 commit 38f53ae

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -45,36 +45,36 @@
4545
"license": "MIT",
4646
"dependencies": {
4747
"@babel/runtime": "^7.12.1",
48-
"@testing-library/dom": "^7.26.0",
48+
"@testing-library/dom": "^7.26.3",
4949
"@types/testing-library__vue": "*",
5050
"@vue/test-utils": "^2.0.0-beta.7",
5151
"lodash.merge": "^4.6.2"
5252
},
5353
"devDependencies": {
5454
"@babel/plugin-transform-runtime": "^7.12.1",
55-
"@testing-library/jest-dom": "^5.11.4",
56-
"@vue/compiler-sfc": "^3.0.1",
55+
"@testing-library/jest-dom": "^5.11.5",
56+
"@vue/compiler-sfc": "^3.0.2",
5757
"apollo-boost": "^0.4.9",
5858
"apollo-cache-inmemory": "^1.6.6",
5959
"apollo-client": "^2.6.10",
6060
"axios": "^0.20.0",
6161
"eslint-plugin-vue": "^6.2.2",
62-
"graphql": "^15.3.0",
62+
"graphql": "^15.4.0",
6363
"graphql-tag": "^2.11.0",
64-
"isomorphic-unfetch": "^3.0.0",
64+
"isomorphic-unfetch": "^3.1.0",
6565
"jest-serializer-vue": "^2.0.2",
6666
"kcd-scripts": "^6.6.0",
67-
"msw": "^0.21.2",
67+
"msw": "^0.21.3",
6868
"portal-vue": "^2.1.7",
6969
"typescript": "^3.8.3",
70-
"vee-validate": "^4.0.0-beta.10",
71-
"vue": "^3.0.1",
72-
"vue-apollo": "^3.0.4",
73-
"vue-i18n": "^9.0.0-beta.4",
70+
"vee-validate": "^4.0.0-beta.16",
71+
"vue": "^3.0.2",
72+
"vue-apollo": "^3.0.5",
73+
"vue-i18n": "^9.0.0-beta.6",
7474
"vue-jest": "^5.0.0-alpha.5",
75-
"vue-router": "^4.0.0-beta.13",
76-
"vuetify": "^2.3.10",
77-
"vuex": "^4.0.0-beta.4"
75+
"vue-router": "^4.0.0-rc.1",
76+
"vuetify": "^2.3.16",
77+
"vuex": "^4.0.0-rc.1"
7878
},
7979
"peerDependencies": {
8080
"vue": "^3.0",

0 commit comments

Comments
 (0)