Skip to content

Commit a608c5a

Browse files
RDILianschmitz
authored andcommitted
Update Dependencies (#8324)
1 parent f875bb0 commit a608c5a

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"test.js"
2222
],
2323
"dependencies": {
24-
"@babel/core": "7.7.5",
25-
"@babel/plugin-proposal-class-properties": "7.7.4",
26-
"@babel/plugin-proposal-decorators": "7.7.4",
27-
"@babel/plugin-proposal-nullish-coalescing-operator": "7.7.4",
28-
"@babel/plugin-proposal-numeric-separator": "7.7.4",
24+
"@babel/core": "7.8.3",
25+
"@babel/plugin-proposal-class-properties": "7.8.3",
26+
"@babel/plugin-proposal-decorators": "7.8.3",
27+
"@babel/plugin-proposal-nullish-coalescing-operator": "7.8.3",
28+
"@babel/plugin-proposal-numeric-separator": "7.8.3",
2929
"@babel/plugin-proposal-object-rest-spread": "7.7.4",
30-
"@babel/plugin-proposal-optional-chaining": "7.7.5",
30+
"@babel/plugin-proposal-optional-chaining": "7.8.3",
3131
"@babel/plugin-syntax-dynamic-import": "7.7.4",
3232
"@babel/plugin-transform-destructuring": "7.7.4",
3333
"@babel/plugin-transform-flow-strip-types": "7.7.4",

packages/create-react-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
},
2828
"dependencies": {
2929
"chalk": "3.0.0",
30-
"commander": "4.0.1",
30+
"commander": "4.1.0",
3131
"cross-spawn": "7.0.1",
3232
"envinfo": "7.5.0",
3333
"fs-extra": "8.1.0",
3434
"hyperquest": "2.1.3",
35-
"inquirer": "7.0.0",
35+
"inquirer": "7.0.3",
3636
"semver": "6.3.0",
3737
"tar-pack": "3.4.1",
3838
"tmp": "0.1.0",

packages/react-dev-utils/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
"webpackHotDevClient.js"
5151
],
5252
"dependencies": {
53-
"@babel/code-frame": "7.5.5",
53+
"@babel/code-frame": "7.8.3",
5454
"address": "1.1.2",
55-
"browserslist": "4.8.2",
55+
"browserslist": "4.8.3",
5656
"chalk": "3.0.0",
5757
"cross-spawn": "7.0.1",
5858
"detect-port-alt": "1.1.6",
@@ -64,7 +64,7 @@
6464
"globby": "8.0.2",
6565
"gzip-size": "5.1.1",
6666
"immer": "1.10.0",
67-
"inquirer": "7.0.0",
67+
"inquirer": "7.0.3",
6868
"is-root": "2.1.0",
6969
"loader-utils": "1.2.3",
7070
"open": "^7.0.0",

packages/react-error-overlay/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
"eslint": "^6.1.0",
4848
"eslint-config-react-app": "^5.1.0",
4949
"eslint-plugin-flowtype": "4.5.2",
50-
"eslint-plugin-import": "2.19.1",
50+
"eslint-plugin-import": "2.20.0",
5151
"eslint-plugin-jsx-a11y": "6.2.3",
5252
"eslint-plugin-react": "7.17.0",
53-
"flow-bin": "^0.113.0",
53+
"flow-bin": "^0.116.0",
5454
"html-entities": "1.2.1",
5555
"jest": "24.9.0",
5656
"jest-fetch-mock": "2.1.2",
@@ -63,7 +63,7 @@
6363
"rimraf": "^3.0.0",
6464
"settle-promise": "1.0.0",
6565
"source-map": "0.5.6",
66-
"terser-webpack-plugin": "2.3.0",
66+
"terser-webpack-plugin": "2.3.2",
6767
"webpack": "^4.35.0"
6868
},
6969
"jest": {

packages/react-scripts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"eslint-config-react-app": "^5.1.0",
4747
"eslint-loader": "3.0.3",
4848
"eslint-plugin-flowtype": "4.5.2",
49-
"eslint-plugin-import": "2.19.1",
49+
"eslint-plugin-import": "2.20.0",
5050
"eslint-plugin-jsx-a11y": "6.2.3",
5151
"eslint-plugin-react": "7.17.0",
5252
"eslint-plugin-react-hooks": "^1.6.1",
@@ -73,10 +73,10 @@
7373
"sass-loader": "8.0.0",
7474
"semver": "6.3.0",
7575
"style-loader": "1.0.1",
76-
"terser-webpack-plugin": "2.3.0",
76+
"terser-webpack-plugin": "2.3.2",
7777
"ts-pnp": "1.1.5",
7878
"url-loader": "2.3.0",
79-
"webpack": "4.41.2",
79+
"webpack": "4.41.5",
8080
"webpack-dev-server": "3.9.0",
8181
"webpack-manifest-plugin": "2.2.0",
8282
"workbox-webpack-plugin": "4.3.1"

0 commit comments

Comments
 (0)