Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d97fbad

Browse files
authored
Update packages (#9081)
1 parent f5c3bdb commit d97fbad

File tree

6 files changed

+865
-776
lines changed

6 files changed

+865
-776
lines changed

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

+13-13
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@
2121
"test.js"
2222
],
2323
"dependencies": {
24-
"@babel/core": "7.9.6",
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",
29-
"@babel/plugin-proposal-optional-chaining": "7.9.0",
30-
"@babel/plugin-transform-flow-strip-types": "7.9.0",
31-
"@babel/plugin-transform-react-display-name": "7.8.3",
32-
"@babel/plugin-transform-runtime": "7.9.6",
33-
"@babel/preset-env": "7.9.6",
34-
"@babel/preset-react": "7.9.4",
35-
"@babel/preset-typescript": "7.9.0",
36-
"@babel/runtime": "7.9.6",
24+
"@babel/core": "7.10.1",
25+
"@babel/plugin-proposal-class-properties": "7.10.1",
26+
"@babel/plugin-proposal-decorators": "7.10.1",
27+
"@babel/plugin-proposal-nullish-coalescing-operator": "7.10.1",
28+
"@babel/plugin-proposal-numeric-separator": "7.10.1",
29+
"@babel/plugin-proposal-optional-chaining": "7.10.1",
30+
"@babel/plugin-transform-flow-strip-types": "7.10.1",
31+
"@babel/plugin-transform-react-display-name": "7.10.1",
32+
"@babel/plugin-transform-runtime": "7.10.1",
33+
"@babel/preset-env": "7.10.1",
34+
"@babel/preset-react": "7.10.1",
35+
"@babel/preset-typescript": "7.10.1",
36+
"@babel/runtime": "7.10.1",
3737
"babel-plugin-macros": "2.8.0",
3838
"babel-plugin-transform-react-remove-prop-types": "0.4.24"
3939
}

packages/create-react-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"chalk": "4.0.0",
3030
"commander": "4.1.0",
31-
"cross-spawn": "7.0.2",
31+
"cross-spawn": "7.0.3",
3232
"envinfo": "7.5.1",
3333
"fs-extra": "9.0.0",
3434
"hyperquest": "2.1.3",

0 commit comments

Comments
 (0)