Skip to content

Commit

Permalink
chore: update to babel 7.0.0-beta.54 (#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau authored and boopathi committed Jul 27, 2018
1 parent beb87b9 commit 3cc09dc
Show file tree
Hide file tree
Showing 4 changed files with 364 additions and 361 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"watch": "gulp watch"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.49",
"@babel/plugin-transform-block-scoping": "^7.0.0-beta.49",
"@babel/preset-env": "^7.0.0-beta.49",
"@babel/core": "^7.0.0-beta.54",
"@babel/plugin-transform-block-scoping": "^7.0.0-beta.54",
"@babel/preset-env": "^7.0.0-beta.54",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^22.4.3",
"butternut": "^0.4.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-minify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"repository": "https://github.com/babel/minify/tree/master/packages/babel-minify",
"dependencies": {
"@babel/core": "^7.0.0-beta.49",
"@babel/core": "^7.0.0-beta.54",
"babel-preset-minify": "^0.4.3",
"fs-readdir-recursive": "^1.1.0",
"lodash.pick": "^4.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gulp-babel-minify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"main": "lib/index.js",
"repository": "https://github.com/babel/minify/tree/master/packages/gulp-babel-minify",
"dependencies": {
"@babel/core": "7.0.0-beta.49",
"@babel/core": "7.0.0-beta.54",
"babel-preset-minify": "^0.4.3",
"plugin-error": "^1.0.1",
"through2": "^2.0.3",
Expand Down

0 comments on commit 3cc09dc

Please sign in to comment.