Skip to content

Commit 5ef7137

Browse files
committed
fix: force @babel/core resolution to be ^7.0.0
Previously it was interfered by vue-apollo & vuepress 0.14
1 parent c410d0f commit 5ef7137

File tree

2 files changed

+2188
-2561
lines changed

2 files changed

+2188
-2561
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@
7070
"yorkie": "^2.0.0"
7171
},
7272
"resolutions": {
73+
"@babel/core": "^7.0.0",
74+
"@babel/preset-env": "^7.0.0",
7375
"fs-monkey": "0.3.1",
7476
"babel-core": "7.0.0-bridge.0",
7577
"vue": "2.5.17",

0 commit comments

Comments
 (0)