Skip to content

Commit

Permalink
Update packages (facebook#9081)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianschmitz authored and rfreling committed May 30, 2020
1 parent fbde934 commit 6a0abd6
Show file tree
Hide file tree
Showing 6 changed files with 865 additions and 776 deletions.
26 changes: 13 additions & 13 deletions packages/babel-preset-react-app/package.json
Expand Up @@ -21,19 +21,19 @@
"test.js"
],
"dependencies": {
"@babel/core": "7.9.6",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-decorators": "7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.8.3",
"@babel/plugin-proposal-numeric-separator": "7.8.3",
"@babel/plugin-proposal-optional-chaining": "7.9.0",
"@babel/plugin-transform-flow-strip-types": "7.9.0",
"@babel/plugin-transform-react-display-name": "7.8.3",
"@babel/plugin-transform-runtime": "7.9.6",
"@babel/preset-env": "7.9.6",
"@babel/preset-react": "7.9.4",
"@babel/preset-typescript": "7.9.0",
"@babel/runtime": "7.9.6",
"@babel/core": "7.10.1",
"@babel/plugin-proposal-class-properties": "7.10.1",
"@babel/plugin-proposal-decorators": "7.10.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.10.1",
"@babel/plugin-proposal-numeric-separator": "7.10.1",
"@babel/plugin-proposal-optional-chaining": "7.10.1",
"@babel/plugin-transform-flow-strip-types": "7.10.1",
"@babel/plugin-transform-react-display-name": "7.10.1",
"@babel/plugin-transform-runtime": "7.10.1",
"@babel/preset-env": "7.10.1",
"@babel/preset-react": "7.10.1",
"@babel/preset-typescript": "7.10.1",
"@babel/runtime": "7.10.1",
"babel-plugin-macros": "2.8.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-react-app/package.json
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"chalk": "4.0.0",
"commander": "4.1.0",
"cross-spawn": "7.0.2",
"cross-spawn": "7.0.3",
"envinfo": "7.5.1",
"fs-extra": "9.0.0",
"hyperquest": "2.1.3",
Expand Down

0 comments on commit 6a0abd6

Please sign in to comment.