Skip to content

Commit 3cc09dc

Browse files
christophehurpeauboopathi
authored andcommitted
chore: update to babel 7.0.0-beta.54 (#887)
1 parent beb87b9 commit 3cc09dc

File tree

4 files changed

+364
-361
lines changed

4 files changed

+364
-361
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"watch": "gulp watch"
2020
},
2121
"devDependencies": {
22-
"@babel/core": "^7.0.0-beta.49",
23-
"@babel/plugin-transform-block-scoping": "^7.0.0-beta.49",
24-
"@babel/preset-env": "^7.0.0-beta.49",
22+
"@babel/core": "^7.0.0-beta.54",
23+
"@babel/plugin-transform-block-scoping": "^7.0.0-beta.54",
24+
"@babel/preset-env": "^7.0.0-beta.54",
2525
"babel-core": "^7.0.0-bridge.0",
2626
"babel-jest": "^22.4.3",
2727
"butternut": "^0.4.6",

packages/babel-minify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"repository": "https://github.com/babel/minify/tree/master/packages/babel-minify",
2020
"dependencies": {
21-
"@babel/core": "^7.0.0-beta.49",
21+
"@babel/core": "^7.0.0-beta.54",
2222
"babel-preset-minify": "^0.4.3",
2323
"fs-readdir-recursive": "^1.1.0",
2424
"lodash.pick": "^4.4.0",

packages/gulp-babel-minify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"main": "lib/index.js",
1414
"repository": "https://github.com/babel/minify/tree/master/packages/gulp-babel-minify",
1515
"dependencies": {
16-
"@babel/core": "7.0.0-beta.49",
16+
"@babel/core": "7.0.0-beta.54",
1717
"babel-preset-minify": "^0.4.3",
1818
"plugin-error": "^1.0.1",
1919
"through2": "^2.0.3",

0 commit comments

Comments
 (0)