Skip to content

Commit

Permalink
Merge pull request #66 from layershifter/chore/babel7
Browse files Browse the repository at this point in the history
chore(package): update to Babel 7
  • Loading branch information
ScriptedAlchemy authored Aug 30, 2018
2 parents 150f52c + adbfe7f commit 696b445
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 696b445

Please sign in to comment.