Skip to content

Commit 1fe0277

Browse files
committed
update babel deps for better performance
1 parent afcdbf4 commit 1fe0277

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: packages/babel-preset-react-cy-app/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
],
1313
"dependencies": {
1414
"babel-plugin-syntax-jsx": "6.18.0",
15-
"babel-plugin-transform-class-properties": "6.22.0",
15+
"babel-plugin-transform-class-properties": "6.23.0",
1616
"babel-plugin-transform-decorators-legacy": "1.3.4",
17-
"babel-plugin-transform-object-rest-spread": "6.22.0",
18-
"babel-plugin-transform-react-constant-elements": "6.22.0",
19-
"babel-plugin-transform-react-jsx": "6.22.0",
17+
"babel-plugin-transform-object-rest-spread": "6.23.0",
18+
"babel-plugin-transform-react-constant-elements": "6.23.0",
19+
"babel-plugin-transform-react-jsx": "6.23.0",
2020
"babel-plugin-transform-react-jsx-self": "6.22.0",
2121
"babel-plugin-transform-react-jsx-source": "6.22.0",
2222
"babel-preset-env": "1.1.8"

Diff for: packages/react-cy-scripts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"react-cy-scripts": "./bin/react-cy-scripts.js"
2424
},
2525
"dependencies": {
26-
"babel-core": "6.22.1",
26+
"babel-core": "6.23.1",
2727
"babel-eslint": "7.1.1",
2828
"babel-jest": "18.0.0",
29-
"babel-loader": "6.2.10",
29+
"babel-loader": "6.3.0",
3030
"babel-preset-react-cy-app": "^2.1.3",
31-
"babel-runtime": "^6.20.0",
31+
"babel-runtime": "^6.23.0",
3232
"babili-webpack-plugin": "0.0.10",
3333
"case-sensitive-paths-webpack-plugin": "1.1.4",
3434
"chalk": "1.1.3",

0 commit comments

Comments
 (0)