Skip to content

Commit

Permalink
chore(package): update to Babel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter committed Aug 28, 2018
1 parent 150f52c commit adbfe7f
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 226 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.49",
"@babel/core": "^7.0.0-beta.49",
"@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.49",
"@babel/plugin-transform-modules-commonjs": "^7.0.0-beta.49",
"@babel/preset-react": "^7.0.0-beta.49",
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-core": "^7.0.0-0",
"babel-eslint": "^8.0.2",
"babel-eslint": "^9.0.0",
"babel-jest": "^21.2.0",
"babel-plugin-tester": "^5.0.0",
"babylon-options": "^2.0.1",
Expand Down Expand Up @@ -70,6 +70,6 @@
"verbose": true
},
"dependencies": {
"@babel/helper-module-imports": "^7.0.0-beta.49"
"@babel/helper-module-imports": "^7.0.0"
}
}
Loading

0 comments on commit adbfe7f

Please sign in to comment.