Skip to content

Commit

Permalink
Update babel7 to the latest version 馃殌 (#82)
Browse files Browse the repository at this point in the history
* chore(package): update @babel/core to version 7.0.0-rc.1

* chore(package): update @babel/plugin-syntax-object-rest-spread to version 7.0.0-rc.1

* chore(package): update @babel/plugin-transform-modules-commonjs to version 7.0.0-rc.1

* chore(package): update @babel/register to version 7.0.0-rc.1
  • Loading branch information
greenkeeper[bot] authored and goto-bus-stop committed Aug 15, 2018
1 parent a283abb commit 054d6fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -26,10 +26,10 @@
"qs-stringify": "^1.1.0"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.53",
"@babel/plugin-syntax-object-rest-spread": "7.0.0-beta.53",
"@babel/plugin-transform-modules-commonjs": "7.0.0-beta.53",
"@babel/register": "7.0.0-beta.53",
"@babel/core": "7.0.0-rc.1",
"@babel/plugin-syntax-object-rest-spread": "7.0.0-rc.1",
"@babel/plugin-transform-modules-commonjs": "7.0.0-rc.1",
"@babel/register": "7.0.0-rc.1",
"cross-env": "^5.2.0",
"eslint": "^4.16.0",
"eslint-config-airbnb-base": "^13.0.0",
Expand Down

0 comments on commit 054d6fe

Please sign in to comment.