Skip to content

Commit b7e0158

Browse files
authored
Upgrade dependencies (#6393)
1 parent 5a7dc2d commit b7e0158

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,23 @@
1818
],
1919
"dependencies": {
2020
"@babel/core": "7.2.2",
21-
"@babel/plugin-proposal-class-properties": "7.2.3",
22-
"@babel/plugin-proposal-decorators": "7.2.3",
23-
"@babel/plugin-proposal-object-rest-spread": "7.2.0",
21+
"@babel/plugin-proposal-class-properties": "7.3.0",
22+
"@babel/plugin-proposal-decorators": "7.3.0",
23+
"@babel/plugin-proposal-object-rest-spread": "7.3.2",
2424
"@babel/plugin-syntax-dynamic-import": "7.2.0",
2525
"@babel/plugin-transform-classes": "7.2.2",
26-
"@babel/plugin-transform-destructuring": "7.2.0",
26+
"@babel/plugin-transform-destructuring": "7.3.2",
2727
"@babel/plugin-transform-flow-strip-types": "7.2.3",
2828
"@babel/plugin-transform-react-constant-elements": "7.2.0",
2929
"@babel/plugin-transform-react-display-name": "7.2.0",
3030
"@babel/plugin-transform-runtime": "7.2.0",
31-
"@babel/preset-env": "7.2.3",
31+
"@babel/preset-env": "7.3.1",
3232
"@babel/preset-react": "7.0.0",
3333
"@babel/preset-typescript": "7.1.0",
34-
"@babel/runtime": "7.2.0",
34+
"@babel/runtime": "7.3.1",
3535
"babel-loader": "8.0.5",
3636
"babel-plugin-dynamic-import-node": "2.2.0",
37-
"babel-plugin-macros": "2.4.5",
38-
"babel-plugin-transform-react-remove-prop-types": "0.4.21"
37+
"babel-plugin-macros": "2.5.0",
38+
"babel-plugin-transform-react-remove-prop-types": "0.4.24"
3939
}
4040
}

packages/react-app-polyfill/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"jsdom.js"
1717
],
1818
"dependencies": {
19-
"core-js": "2.6.1",
19+
"core-js": "2.6.4",
2020
"object-assign": "4.1.1",
2121
"promise": "8.0.2",
2222
"raf": "3.4.1",

packages/react-dev-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"dependencies": {
4848
"@babel/code-frame": "7.0.0",
4949
"address": "1.0.3",
50-
"browserslist": "4.3.7",
50+
"browserslist": "4.4.1",
5151
"chalk": "2.4.2",
5252
"cross-spawn": "6.0.5",
5353
"detect-port-alt": "1.1.6",

packages/react-scripts/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"babel-plugin-named-asset-import": "^0.3.0",
3434
"babel-preset-react-app": "^7.0.0",
3535
"bfj": "6.1.1",
36-
"case-sensitive-paths-webpack-plugin": "2.1.2",
36+
"case-sensitive-paths-webpack-plugin": "2.2.0",
3737
"css-loader": "1.0.0",
3838
"dotenv": "6.0.0",
3939
"dotenv-expand": "4.2.0",
@@ -43,7 +43,7 @@
4343
"eslint-plugin-flowtype": "2.50.1",
4444
"eslint-plugin-import": "2.14.0",
4545
"eslint-plugin-jsx-a11y": "6.1.2",
46-
"eslint-plugin-react": "7.12.3",
46+
"eslint-plugin-react": "7.12.4",
4747
"file-loader": "2.0.0",
4848
"fork-ts-checker-webpack-plugin": "1.0.0-alpha.6",
4949
"fs-extra": "7.0.1",
@@ -53,7 +53,7 @@
5353
"jest-pnp-resolver": "1.0.2",
5454
"jest-resolve": "23.6.0",
5555
"jest-watch-typeahead": "^0.2.1",
56-
"mini-css-extract-plugin": "0.4.3",
56+
"mini-css-extract-plugin": "0.5.0",
5757
"optimize-css-assets-webpack-plugin": "5.0.1",
5858
"pnp-webpack-plugin": "1.2.1",
5959
"postcss-flexbugs-fixes": "4.1.0",
@@ -62,10 +62,10 @@
6262
"postcss-safe-parser": "4.0.1",
6363
"react-app-polyfill": "^0.2.0",
6464
"react-dev-utils": "^7.0.1",
65-
"resolve": "1.9.0",
65+
"resolve": "1.10.0",
6666
"sass-loader": "7.1.0",
6767
"style-loader": "0.23.1",
68-
"terser-webpack-plugin": "1.2.1",
68+
"terser-webpack-plugin": "1.2.2",
6969
"url-loader": "1.1.2",
7070
"webpack": "4.28.3",
7171
"webpack-dev-server": "3.1.14",

0 commit comments

Comments
 (0)