Skip to content

Commit 4e2439d

Browse files
committed
feat(babel): update babel to v7.2.x
1 parent 24fccb6 commit 4e2439d

File tree

2 files changed

+292
-228
lines changed

2 files changed

+292
-228
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
"README.md"
3636
],
3737
"dependencies": {
38-
"@babel/plugin-proposal-class-properties": "7.1.0",
39-
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
40-
"@babel/plugin-syntax-dynamic-import": "7.0.0",
41-
"@babel/plugin-transform-runtime": "7.1.0",
42-
"@babel/preset-env": "7.1.5",
38+
"@babel/plugin-proposal-class-properties": "7.2.3",
39+
"@babel/plugin-proposal-object-rest-spread": "7.2.0",
40+
"@babel/plugin-syntax-dynamic-import": "7.2.0",
41+
"@babel/plugin-transform-runtime": "7.2.0",
42+
"@babel/preset-env": "7.2.3",
4343
"@babel/preset-flow": "7.0.0",
4444
"@babel/preset-react": "7.0.0",
45-
"@babel/runtime": "7.1.5",
45+
"@babel/runtime": "7.2.0",
4646
"babel-plugin-dynamic-import-node": "2.2.0",
4747
"babel-plugin-react-intl": "3.0.1",
4848
"flow-runtime": "0.17.0",

0 commit comments

Comments
 (0)