Skip to content

Commit a452ddc

Browse files
authoredMar 9, 2020
Bump dependencies (#8620)
1 parent 3f699fd commit a452ddc

File tree

6 files changed

+578
-374
lines changed

6 files changed

+578
-374
lines changed
 

‎azure-pipelines.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ jobs:
5757
name: Behavior
5858
testScript: tasks/e2e-behavior.sh
5959
configurations:
60-
LinuxNode8: { vmImage: 'ubuntu-16.04', nodeVersion: 8.x }
61-
LinuxNode10: { vmImage: 'ubuntu-16.04', nodeVersion: 10.x }
60+
LinuxNode8: { vmImage: 'ubuntu-18.04', nodeVersion: 8.x }
61+
LinuxNode10: { vmImage: 'ubuntu-18.04', nodeVersion: 10.x }
6262
# WindowsNode8: { vmImage: 'vs2017-win2016', nodeVersion: 8.x }
6363
# WindowsNode10: { vmImage: 'vs2017-win2016', nodeVersion: 10.x }
64-
MacNode8: { vmImage: 'macOS-10.13', nodeVersion: 8.x }
65-
MacNode10: { vmImage: 'macOS-10.13', nodeVersion: 10.x }
64+
MacNode8: { vmImage: 'macOS-10.15', nodeVersion: 8.x }
65+
MacNode10: { vmImage: 'macOS-10.15', nodeVersion: 10.x }
6666

6767
# ******************************************************************************
6868
# Old Node test suite

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test.js"
2222
],
2323
"dependencies": {
24-
"@babel/core": "7.8.4",
24+
"@babel/core": "7.8.7",
2525
"@babel/plugin-proposal-class-properties": "7.8.3",
2626
"@babel/plugin-proposal-decorators": "7.8.3",
2727
"@babel/plugin-proposal-nullish-coalescing-operator": "7.8.3",
@@ -30,10 +30,10 @@
3030
"@babel/plugin-transform-flow-strip-types": "7.8.3",
3131
"@babel/plugin-transform-react-display-name": "7.8.3",
3232
"@babel/plugin-transform-runtime": "7.8.3",
33-
"@babel/preset-env": "7.8.4",
33+
"@babel/preset-env": "7.8.7",
3434
"@babel/preset-react": "7.8.3",
3535
"@babel/preset-typescript": "7.8.3",
36-
"@babel/runtime": "7.8.4",
36+
"@babel/runtime": "7.8.7",
3737
"babel-plugin-macros": "2.8.0",
3838
"babel-plugin-transform-react-remove-prop-types": "0.4.24"
3939
}

‎packages/create-react-app/yarn.lock.cached

+557-353
Large diffs are not rendered by default.

‎packages/react-dev-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"dependencies": {
5555
"@babel/code-frame": "7.8.3",
5656
"address": "1.1.2",
57-
"browserslist": "4.8.6",
57+
"browserslist": "4.9.1",
5858
"chalk": "2.4.2",
5959
"cross-spawn": "7.0.1",
6060
"detect-port-alt": "1.1.6",

‎packages/react-error-overlay/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
],
3636
"devDependencies": {
3737
"@babel/code-frame": "7.8.3",
38-
"@babel/core": "7.8.4",
38+
"@babel/core": "7.8.7",
3939
"anser": "1.4.9",
40-
"babel-eslint": "10.0.3",
40+
"babel-eslint": "10.1.0",
4141
"babel-jest": "^24.9.0",
4242
"babel-loader": "8.0.6",
4343
"babel-preset-react-app": "^9.1.1",
@@ -47,9 +47,9 @@
4747
"eslint": "^6.1.0",
4848
"eslint-config-react-app": "^5.2.0",
4949
"eslint-plugin-flowtype": "4.5.2",
50-
"eslint-plugin-import": "2.20.0",
50+
"eslint-plugin-import": "2.20.1",
5151
"eslint-plugin-jsx-a11y": "6.2.3",
52-
"eslint-plugin-react": "7.17.0",
52+
"eslint-plugin-react": "7.19.0",
5353
"flow-bin": "^0.116.0",
5454
"html-entities": "1.2.1",
5555
"jest": "24.9.0",
@@ -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.4",
66+
"terser-webpack-plugin": "2.3.5",
6767
"webpack": "^4.35.0"
6868
},
6969
"jest": {

‎packages/react-scripts/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
},
2929
"types": "./lib/react-app.d.ts",
3030
"dependencies": {
31-
"@babel/core": "7.8.4",
31+
"@babel/core": "7.8.7",
3232
"@svgr/webpack": "4.3.3",
3333
"@typescript-eslint/eslint-plugin": "^2.10.0",
3434
"@typescript-eslint/parser": "^2.10.0",
35-
"babel-eslint": "10.0.3",
35+
"babel-eslint": "10.1.0",
3636
"babel-jest": "^24.9.0",
3737
"babel-loader": "8.0.6",
3838
"babel-plugin-named-asset-import": "^0.3.6",
@@ -46,9 +46,9 @@
4646
"eslint-config-react-app": "^5.2.0",
4747
"eslint-loader": "3.0.3",
4848
"eslint-plugin-flowtype": "4.6.0",
49-
"eslint-plugin-import": "2.20.0",
49+
"eslint-plugin-import": "2.20.1",
5050
"eslint-plugin-jsx-a11y": "6.2.3",
51-
"eslint-plugin-react": "7.18.0",
51+
"eslint-plugin-react": "7.19.0",
5252
"eslint-plugin-react-hooks": "^1.6.1",
5353
"file-loader": "4.3.0",
5454
"fs-extra": "^8.1.0",
@@ -73,11 +73,11 @@
7373
"sass-loader": "8.0.2",
7474
"semver": "6.3.0",
7575
"style-loader": "0.23.1",
76-
"terser-webpack-plugin": "2.3.4",
77-
"ts-pnp": "1.1.5",
76+
"terser-webpack-plugin": "2.3.5",
77+
"ts-pnp": "1.1.6",
7878
"url-loader": "2.3.0",
79-
"webpack": "4.41.5",
80-
"webpack-dev-server": "3.10.2",
79+
"webpack": "4.42.0",
80+
"webpack-dev-server": "3.10.3",
8181
"webpack-manifest-plugin": "2.2.0",
8282
"workbox-webpack-plugin": "4.3.1"
8383
},

0 commit comments

Comments
 (0)
Please sign in to comment.