Skip to content

Commit a992f22

Browse files
committed
Bump deps
1 parent 27ced90 commit a992f22

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@
4444
"author": "Daniel Cook",
4545
"license": "MIT",
4646
"dependencies": {
47-
"@testing-library/dom": "^7.24.3",
48-
"@babel/runtime": "^7.9.6",
47+
"@babel/runtime": "^7.12.1",
48+
"@testing-library/dom": "^7.26.0",
4949
"@types/testing-library__vue": "*",
50-
"lodash.merge": "^4.6.2",
51-
"@vue/test-utils": "^2.0.0-beta.2"
50+
"@vue/test-utils": "^2.0.0-beta.2",
51+
"lodash.merge": "^4.6.2"
5252
},
5353
"devDependencies": {
54-
"@babel/plugin-transform-runtime": "^7.11.5",
54+
"@babel/plugin-transform-runtime": "^7.12.1",
5555
"@testing-library/jest-dom": "^5.11.4",
56-
"@vue/compiler-sfc": "^3.0",
56+
"@vue/compiler-sfc": "^3.0.1",
5757
"apollo-boost": "^0.4.9",
5858
"apollo-cache-inmemory": "^1.6.6",
5959
"apollo-client": "^2.6.10",
@@ -63,15 +63,15 @@
6363
"graphql-tag": "^2.11.0",
6464
"isomorphic-unfetch": "^3.0.0",
6565
"jest-serializer-vue": "^2.0.2",
66-
"kcd-scripts": "^6.5.1",
66+
"kcd-scripts": "^6.6.0",
6767
"msw": "^0.21.2",
6868
"portal-vue": "^2.1.7",
6969
"typescript": "^3.8.3",
70-
"vee-validate": "^4.0.0-beta.8",
71-
"vue": "^3.0.0",
70+
"vee-validate": "^4.0.0-beta.10",
71+
"vue": "^3.0.1",
7272
"vue-apollo": "^3.0.4",
7373
"vue-i18n": "^9.0.0-beta.4",
74-
"vue-jest": "^5.0.0-alpha.4",
74+
"vue-jest": "^5.0.0-alpha.5",
7575
"vue-router": "^3.4.5",
7676
"vuetify": "^2.3.10",
7777
"vuex": "^4.0.0-beta.4"

0 commit comments

Comments
 (0)