Skip to content

Commit cbc8367

Browse files
committed
chore: pin root babel-core version
1 parent c9d7fef commit cbc8367

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
]
4343
},
4444
"devDependencies": {
45-
"babel-core": "7.0.0-beta.46",
45+
"babel-core": "7.0.0-bridge.0",
4646
"debug": "^3.1.0",
4747
"eslint": "^4.16.0",
4848
"eslint-plugin-vue-libs": "^2.1.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1288,6 +1288,10 @@ babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
12881288
esutils "^2.0.2"
12891289
js-tokens "^3.0.2"
12901290

1291+
1292+
version "7.0.0-bridge.0"
1293+
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
1294+
12911295
babel-core@^6.0.0, babel-core@^6.26.0:
12921296
version "6.26.0"
12931297
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.0.tgz#af32f78b31a6fcef119c87b0fd8d9753f03a0bb8"
@@ -1312,10 +1316,6 @@ babel-core@^6.0.0, babel-core@^6.26.0:
13121316
slash "^1.0.0"
13131317
source-map "^0.5.6"
13141318

1315-
babel-core@^7.0.0-0:
1316-
version "7.0.0-bridge.0"
1317-
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
1318-
13191319
babel-eslint@^8.2.3:
13201320
version "8.2.3"
13211321
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.3.tgz#1a2e6681cc9bc4473c32899e59915e19cd6733cf"

0 commit comments

Comments
 (0)