Skip to content

Commit

Permalink
update babel deps for better performance
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceK33z committed Feb 14, 2017
1 parent afcdbf4 commit 1fe0277
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions packages/babel-preset-react-cy-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
],
"dependencies": {
"babel-plugin-syntax-jsx": "6.18.0",
"babel-plugin-transform-class-properties": "6.22.0",
"babel-plugin-transform-class-properties": "6.23.0",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-object-rest-spread": "6.22.0",
"babel-plugin-transform-react-constant-elements": "6.22.0",
"babel-plugin-transform-react-jsx": "6.22.0",
"babel-plugin-transform-object-rest-spread": "6.23.0",
"babel-plugin-transform-react-constant-elements": "6.23.0",
"babel-plugin-transform-react-jsx": "6.23.0",
"babel-plugin-transform-react-jsx-self": "6.22.0",
"babel-plugin-transform-react-jsx-source": "6.22.0",
"babel-preset-env": "1.1.8"
Expand Down
6 changes: 3 additions & 3 deletions packages/react-cy-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"react-cy-scripts": "./bin/react-cy-scripts.js"
},
"dependencies": {
"babel-core": "6.22.1",
"babel-core": "6.23.1",
"babel-eslint": "7.1.1",
"babel-jest": "18.0.0",
"babel-loader": "6.2.10",
"babel-loader": "6.3.0",
"babel-preset-react-cy-app": "^2.1.3",
"babel-runtime": "^6.20.0",
"babel-runtime": "^6.23.0",
"babili-webpack-plugin": "0.0.10",
"case-sensitive-paths-webpack-plugin": "1.1.4",
"chalk": "1.1.3",
Expand Down

0 comments on commit 1fe0277

Please sign in to comment.