Skip to content

Commit

Permalink
chore(jsx): Install and hoist the same babel plugins as www.
Browse files Browse the repository at this point in the history
  • Loading branch information
randytarampi committed Aug 15, 2018
1 parent fc3d306 commit 8927651
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,15 @@
"redux": "^4.0.0"
},
"devDependencies": {
"@babel/cli": "latest",
"@babel/core": "latest",
"@babel/plugin-proposal-object-rest-spread": "latest",
"@babel/polyfill": "latest",
"@babel/preset-env": "latest",
"@babel/preset-react": "latest",
"@babel/register": "latest",
"@randy.tarampi/css": "^0.11.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-istanbul": "^4.1.6",
"babel-loader": "next",
"babel-plugin-istanbul": "next",
"babel-plugin-lodash": "^3.3.4",
"chai": "^4.1.2",
"chokidar": "^2.0.4",
Expand Down

0 comments on commit 8927651

Please sign in to comment.