Skip to content

Commit 290a2a7

Browse files
committed
Update babel build tools
1 parent 1b3c31f commit 290a2a7

File tree

2 files changed

+623
-112
lines changed

2 files changed

+623
-112
lines changed

package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,21 @@
2525
"test": "yarn flow && yarn lint:check && yarn jest --runInBand"
2626
},
2727
"devDependencies": {
28-
"@babel/cli": "^7.2.3",
29-
"@babel/core": "^7.2.2",
30-
"@babel/plugin-proposal-class-properties": "^7.2.3",
28+
"@babel/cli": "^7.6.3",
29+
"@babel/core": "^7.6.3",
30+
"@babel/plugin-proposal-class-properties": "^7.5.5",
3131
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
32-
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
33-
"@babel/preset-env": "^7.2.3",
32+
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
33+
"@babel/plugin-transform-runtime": "^7.6.2",
34+
"@babel/preset-env": "^7.6.3",
3435
"@babel/preset-flow": "^7.0.0",
35-
"@babel/preset-react": "^7.0.0",
36+
"@babel/preset-react": "^7.6.3",
3637
"@testing-library/react": "^8.0.5",
3738
"babel-eslint": "^10.0.0",
3839
"babel-jest": "24.0.0-alpha.9",
39-
"babel-loader": "^8.0.0",
40-
"babel-plugin-add-module-exports": "^1.0.0",
41-
"babel-plugin-transform-react-remove-prop-types": "^0.4.21",
40+
"babel-loader": "^8.0.6",
41+
"babel-plugin-add-module-exports": "^1.0.2",
42+
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
4243
"caniuse-api": "^2.0.0",
4344
"cross-env": "^5.2.0",
4445
"del-cli": "^1.1.0",

0 commit comments

Comments
 (0)