Skip to content

Commit

Permalink
chore(package): update Babel 7 (#3129)
Browse files Browse the repository at this point in the history
chore(package): update Babel 7
  • Loading branch information
layershifter authored Sep 5, 2018
1 parent bdce24a commit 24d4334
Show file tree
Hide file tree
Showing 2 changed files with 535 additions and 577 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,27 +74,27 @@
"shallowequal": "^1.0.2"
},
"devDependencies": {
"@babel/cli": "^7.0.0-rc.1",
"@babel/core": "^7.0.0-rc.1",
"@babel/plugin-proposal-class-properties": "^7.0.0-rc.1",
"@babel/plugin-proposal-export-default-from": "^7.0.0-rc.1",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0-rc.1",
"@babel/plugin-syntax-dynamic-import": "^7.0.0-rc.1",
"@babel/plugin-transform-runtime": "^7.0.0-rc.1",
"@babel/polyfill": "^7.0.0-rc.1",
"@babel/preset-env": "^7.0.0-rc.1",
"@babel/preset-react": "^7.0.0-rc.1",
"@babel/register": "^7.0.0-rc.1",
"@babel/standalone": "^7.0.0-rc.1",
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"@babel/standalone": "^7.0.0",
"@types/react": "^16.0.18",
"anchor-js": "^4.1.0",
"babel-eslint": "^8.2.6",
"babel-loader": "^8.0.0-beta.4",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.2",
"babel-plugin-filter-imports": "^2.0.0",
"babel-plugin-istanbul": "^5.0.1",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-react-handled-props": "^1.0.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.14",
"babel-plugin-transform-react-handled-props": "^1.0.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.15",
"babel-plugin-universal-import": "^2.0.2",
"chai": "^4.1.2",
"chai-enzyme": "^1.0.0-beta.1",
Expand Down Expand Up @@ -139,7 +139,7 @@
"react-hot-loader": "^4.3.4",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-source-render": "^1.1.2",
"react-source-render": "^1.1.3",
"react-static": "^5.9.7",
"react-static-routes": "^1.0.0",
"react-test-renderer": "^16.4.2",
Expand Down
Loading

0 comments on commit 24d4334

Please sign in to comment.