Skip to content

Commit

Permalink
Babel 7: Fix dependency name and upgrade to 7.0.0 (#1956)
Browse files Browse the repository at this point in the history
* Fix babel-types dependency name

* Upgrade to Babel 7
  • Loading branch information
prichodko authored and devongovett committed Aug 29, 2018
1 parent 3853467 commit e0df562
Show file tree
Hide file tree
Showing 2 changed files with 394 additions and 394 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
"index.js"
],
"dependencies": {
"@babel/code-frame": "^7.0.0-rc.3",
"@babel/core": "^7.0.0-rc.3",
"@babel/generator": "^7.0.0-rc.3",
"@babel/parser": "^7.0.0-rc.3",
"@babel/plugin-transform-flow-strip-types": "^7.0.0-rc.3",
"@babel/plugin-transform-modules-commonjs": "^7.0.0-rc.3",
"@babel/plugin-transform-react-jsx": "^7.0.0-rc.3",
"@babel/preset-env": "^7.0.0-rc.3",
"@babel/template": "^7.0.0-rc.3",
"@babel/traverse": "^7.0.0-rc.3",
"@babel/types": "^7.0.0-rc.3",
"@babel/code-frame": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/generator": "^7.0.0",
"@babel/parser": "^7.0.0",
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
"@babel/plugin-transform-react-jsx": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/template": "^7.0.0",
"@babel/traverse": "^7.0.0",
"@babel/types": "^7.0.0",
"ansi-to-html": "^0.6.4",
"babel-code-frame": "^6.26.0",
"babel-core": "^6.25.0",
Expand All @@ -37,7 +37,7 @@
"babel-preset-env": "^1.7.0",
"babel-template": "^6.26.0",
"babel-traverse": "^6.26.0",
"@babel-types": "^6.26.0",
"babel-types": "^6.26.0",
"babylon": "^6.17.4",
"babylon-walk": "^1.0.2",
"browserslist": "^3.2.6",
Expand Down
Loading

0 comments on commit e0df562

Please sign in to comment.