Skip to content

Commit 6bea224

Browse files
committed
fix: continue fixing peer dependencies warnings
1 parent 5d1da58 commit 6bea224

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"@vuepress/plugin-pwa": "^1.0.0-alpha.47",
4747
"@vuepress/theme-vue": "1.0.0-alpha.44",
4848
"babel-eslint": "^10.0.1",
49+
"chromedriver": "^74.0.0",
4950
"debug": "^4.1.0",
5051
"eslint": "^5.16.0",
5152
"eslint-plugin-graphql": "^3.0.3",

packages/@vue/cli-plugin-unit-jest/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26+
"@babel/core": "^7.4.4",
2627
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
2728
"@vue/cli-shared-utils": "^3.6.0",
2829
"babel-core": "7.0.0-bridge.0",

0 commit comments

Comments
 (0)