Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f26de73

Browse files
Bump internal dependencies (#8176)
* Bump dependencies in react-dev-utils * Bump dependencies in react-app-polyfill * Bump dependencies in create-react-app * Bump dependencies in react-error-overlay * Bump dependencies in react-scripts * Bump react
1 parent ab2976f commit f26de73

File tree

6 files changed

+32
-32
lines changed

6 files changed

+32
-32
lines changed

‎docusaurus/website/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"@docusaurus/core": "^2.0.0-alpha.39",
1010
"@docusaurus/preset-classic": "^2.0.0-alpha.39",
1111
"classnames": "^2.2.6",
12-
"react": "^16.11.0",
13-
"react-dom": "^16.11.0"
12+
"react": "^16.12.0",
13+
"react-dom": "^16.12.0"
1414
},
1515
"browserslist": {
1616
"production": [

‎packages/create-react-app/package.json‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
},
2828
"dependencies": {
2929
"chalk": "3.0.0",
30-
"commander": "2.20.0",
31-
"cross-spawn": "6.0.5",
30+
"commander": "4.0.1",
31+
"cross-spawn": "7.0.1",
3232
"envinfo": "7.5.0",
33-
"fs-extra": "7.0.1",
33+
"fs-extra": "8.1.0",
3434
"hyperquest": "2.1.3",
35-
"inquirer": "6.5.0",
35+
"inquirer": "7.0.0",
3636
"semver": "6.3.0",
3737
"tar-pack": "3.4.1",
38-
"tmp": "0.0.33",
38+
"tmp": "0.1.0",
3939
"validate-npm-package-name": "3.0.0"
4040
}
4141
}

‎packages/react-app-polyfill/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"stable.js"
2222
],
2323
"dependencies": {
24-
"core-js": "^3.4.1",
24+
"core-js": "^3.5.0",
2525
"object-assign": "^4.1.1",
2626
"promise": "^8.0.3",
2727
"raf": "^3.4.1",

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,29 +54,29 @@
5454
"address": "1.1.2",
5555
"browserslist": "4.8.2",
5656
"chalk": "3.0.0",
57-
"cross-spawn": "6.0.5",
57+
"cross-spawn": "7.0.1",
5858
"detect-port-alt": "1.1.6",
59-
"escape-string-regexp": "1.0.5",
60-
"filesize": "3.6.1",
61-
"find-up": "3.0.0",
59+
"escape-string-regexp": "2.0.0",
60+
"filesize": "6.0.1",
61+
"find-up": "4.1.0",
6262
"fork-ts-checker-webpack-plugin": "3.1.1",
6363
"global-modules": "2.0.0",
6464
"globby": "8.0.2",
6565
"gzip-size": "5.1.1",
6666
"immer": "1.10.0",
67-
"inquirer": "6.5.0",
67+
"inquirer": "7.0.0",
6868
"is-root": "2.1.0",
6969
"loader-utils": "1.2.3",
7070
"open": "^7.0.0",
7171
"pkg-up": "3.1.0",
7272
"react-error-overlay": "^6.0.4",
7373
"recursive-readdir": "2.2.2",
7474
"shell-quote": "1.7.2",
75-
"strip-ansi": "5.2.0",
75+
"strip-ansi": "6.0.0",
7676
"text-table": "0.2.0"
7777
},
7878
"devDependencies": {
79-
"cross-env": "^5.2.0",
79+
"cross-env": "^6.0.3",
8080
"jest": "24.9.0"
8181
},
8282
"scripts": {

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,28 +42,28 @@
4242
"babel-loader": "8.0.6",
4343
"babel-preset-react-app": "^9.1.0",
4444
"chalk": "3.0.0",
45-
"chokidar": "^2.1.2",
46-
"cross-env": "5.2.1",
45+
"chokidar": "^3.3.0",
46+
"cross-env": "6.0.3",
4747
"eslint": "^6.1.0",
4848
"eslint-config-react-app": "^5.1.0",
49-
"eslint-plugin-flowtype": "3.13.0",
50-
"eslint-plugin-import": "2.18.2",
49+
"eslint-plugin-flowtype": "4.5.2",
50+
"eslint-plugin-import": "2.19.1",
5151
"eslint-plugin-jsx-a11y": "6.2.3",
5252
"eslint-plugin-react": "7.17.0",
53-
"flow-bin": "^0.110.0",
53+
"flow-bin": "^0.113.0",
5454
"html-entities": "1.2.1",
5555
"jest": "24.9.0",
5656
"jest-fetch-mock": "2.1.2",
5757
"object-assign": "4.1.1",
5858
"promise": "8.0.3",
59-
"raw-loader": "^1.0.0",
60-
"react": "^16.11.0",
59+
"raw-loader": "^3.1.0",
60+
"react": "^16.12.0",
6161
"react-app-polyfill": "^1.0.5",
62-
"react-dom": "^16.11.0",
63-
"rimraf": "^2.6.3",
62+
"react-dom": "^16.12.0",
63+
"rimraf": "^3.0.0",
6464
"settle-promise": "1.0.0",
6565
"source-map": "0.5.6",
66-
"terser-webpack-plugin": "2.2.3",
66+
"terser-webpack-plugin": "2.3.0",
6767
"webpack": "^4.35.0"
6868
},
6969
"jest": {

‎packages/react-scripts/package.json‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,20 @@
3939
"babel-preset-react-app": "^9.1.0",
4040
"camelcase": "^5.3.1",
4141
"case-sensitive-paths-webpack-plugin": "2.2.0",
42-
"css-loader": "3.2.1",
42+
"css-loader": "3.3.2",
4343
"dotenv": "8.2.0",
4444
"dotenv-expand": "5.1.0",
4545
"eslint": "^6.6.0",
4646
"eslint-config-react-app": "^5.1.0",
4747
"eslint-loader": "3.0.3",
48-
"eslint-plugin-flowtype": "3.13.0",
49-
"eslint-plugin-import": "2.18.2",
48+
"eslint-plugin-flowtype": "4.5.2",
49+
"eslint-plugin-import": "2.19.1",
5050
"eslint-plugin-jsx-a11y": "6.2.3",
5151
"eslint-plugin-react": "7.17.0",
5252
"eslint-plugin-react-hooks": "^1.6.1",
5353
"file-loader": "4.3.0",
5454
"fs-extra": "^8.1.0",
55-
"html-webpack-plugin": "4.0.0-beta.5",
55+
"html-webpack-plugin": "4.0.0-beta.11",
5656
"identity-obj-proxy": "3.0.0",
5757
"jest": "24.9.0",
5858
"jest-environment-jsdom-fourteen": "1.0.1",
@@ -73,7 +73,7 @@
7373
"sass-loader": "8.0.0",
7474
"semver": "6.3.0",
7575
"style-loader": "1.0.1",
76-
"terser-webpack-plugin": "2.2.3",
76+
"terser-webpack-plugin": "2.3.0",
7777
"ts-pnp": "1.1.5",
7878
"url-loader": "2.3.0",
7979
"webpack": "4.41.2",
@@ -82,8 +82,8 @@
8282
"workbox-webpack-plugin": "4.3.1"
8383
},
8484
"devDependencies": {
85-
"react": "^16.11.0",
86-
"react-dom": "^16.11.0"
85+
"react": "^16.12.0",
86+
"react-dom": "^16.12.0"
8787
},
8888
"optionalDependencies": {
8989
"fsevents": "2.1.2"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /