Skip to content

Commit

Permalink
Bump dependencies (#8620)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianschmitz committed Mar 9, 2020
1 parent 3f699fd commit a452ddc
Show file tree
Hide file tree
Showing 6 changed files with 578 additions and 374 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Expand Up @@ -57,12 +57,12 @@ jobs:
name: Behavior
testScript: tasks/e2e-behavior.sh
configurations:
LinuxNode8: { vmImage: 'ubuntu-16.04', nodeVersion: 8.x }
LinuxNode10: { vmImage: 'ubuntu-16.04', nodeVersion: 10.x }
LinuxNode8: { vmImage: 'ubuntu-18.04', nodeVersion: 8.x }
LinuxNode10: { vmImage: 'ubuntu-18.04', nodeVersion: 10.x }
# WindowsNode8: { vmImage: 'vs2017-win2016', nodeVersion: 8.x }
# WindowsNode10: { vmImage: 'vs2017-win2016', nodeVersion: 10.x }
MacNode8: { vmImage: 'macOS-10.13', nodeVersion: 8.x }
MacNode10: { vmImage: 'macOS-10.13', nodeVersion: 10.x }
MacNode8: { vmImage: 'macOS-10.15', nodeVersion: 8.x }
MacNode10: { vmImage: 'macOS-10.15', nodeVersion: 10.x }

# ******************************************************************************
# Old Node test suite
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-preset-react-app/package.json
Expand Up @@ -21,7 +21,7 @@
"test.js"
],
"dependencies": {
"@babel/core": "7.8.4",
"@babel/core": "7.8.7",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-decorators": "7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.8.3",
Expand All @@ -30,10 +30,10 @@
"@babel/plugin-transform-flow-strip-types": "7.8.3",
"@babel/plugin-transform-react-display-name": "7.8.3",
"@babel/plugin-transform-runtime": "7.8.3",
"@babel/preset-env": "7.8.4",
"@babel/preset-env": "7.8.7",
"@babel/preset-react": "7.8.3",
"@babel/preset-typescript": "7.8.3",
"@babel/runtime": "7.8.4",
"@babel/runtime": "7.8.7",
"babel-plugin-macros": "2.8.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24"
}
Expand Down

0 comments on commit a452ddc

Please sign in to comment.