Skip to content

Commit 5c3f333

Browse files
committed
Upgrade babel deps
1 parent be75601 commit 5c3f333

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

packages/babel-preset-react-app/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,24 @@
1717
"test.js"
1818
],
1919
"dependencies": {
20-
"@babel/core": "7.1.0",
20+
"@babel/core": "7.1.6",
2121
"@babel/plugin-proposal-class-properties": "7.1.0",
22-
"@babel/plugin-proposal-decorators": "7.1.2",
22+
"@babel/plugin-proposal-decorators": "7.1.6",
2323
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
2424
"@babel/plugin-syntax-dynamic-import": "7.0.0",
2525
"@babel/plugin-transform-classes": "7.1.0",
26-
"@babel/plugin-transform-destructuring": "7.0.0",
27-
"@babel/plugin-transform-flow-strip-types": "7.0.0",
26+
"@babel/plugin-transform-destructuring": "7.1.3",
27+
"@babel/plugin-transform-flow-strip-types": "7.1.6",
2828
"@babel/plugin-transform-react-constant-elements": "7.0.0",
2929
"@babel/plugin-transform-react-display-name": "7.0.0",
3030
"@babel/plugin-transform-runtime": "7.1.0",
31-
"@babel/preset-env": "7.1.0",
31+
"@babel/preset-env": "7.1.6",
3232
"@babel/preset-react": "7.0.0",
3333
"@babel/preset-typescript": "7.1.0",
34-
"@babel/runtime": "7.0.0",
34+
"@babel/runtime": "7.1.5",
3535
"babel-loader": "8.0.4",
3636
"babel-plugin-dynamic-import-node": "2.2.0",
3737
"babel-plugin-macros": "2.4.2",
38-
"babel-plugin-transform-react-remove-prop-types": "0.4.18"
38+
"babel-plugin-transform-react-remove-prop-types": "0.4.20"
3939
}
4040
}

packages/react-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"types": "./lib/react-app.d.ts",
2626
"dependencies": {
27-
"@babel/core": "7.1.0",
27+
"@babel/core": "7.1.6",
2828
"@svgr/webpack": "2.4.1",
2929
"babel-core": "7.0.0-bridge.0",
3030
"babel-eslint": "9.0.0",

0 commit comments

Comments
 (0)