Skip to content

Commit a452ddc

Browse files
authored
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
}

0 commit comments

Comments
 (0)