Skip to content

Commit

Permalink
Bump internal dependencies (#8176)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
andriijas authored Dec 14, 2019
1 parent ab2976f commit f26de73
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions docusaurus/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"@docusaurus/core": "^2.0.0-alpha.39",
"@docusaurus/preset-classic": "^2.0.0-alpha.39",
"classnames": "^2.2.6",
"react": "^16.11.0",
"react-dom": "^16.11.0"
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"browserslist": {
"production": [
Expand Down
10 changes: 5 additions & 5 deletions packages/create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
},
"dependencies": {
"chalk": "3.0.0",
"commander": "2.20.0",
"cross-spawn": "6.0.5",
"commander": "4.0.1",
"cross-spawn": "7.0.1",
"envinfo": "7.5.0",
"fs-extra": "7.0.1",
"fs-extra": "8.1.0",
"hyperquest": "2.1.3",
"inquirer": "6.5.0",
"inquirer": "7.0.0",
"semver": "6.3.0",
"tar-pack": "3.4.1",
"tmp": "0.0.33",
"tmp": "0.1.0",
"validate-npm-package-name": "3.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/react-app-polyfill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"stable.js"
],
"dependencies": {
"core-js": "^3.4.1",
"core-js": "^3.5.0",
"object-assign": "^4.1.1",
"promise": "^8.0.3",
"raf": "^3.4.1",
Expand Down
14 changes: 7 additions & 7 deletions packages/react-dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,29 +54,29 @@
"address": "1.1.2",
"browserslist": "4.8.2",
"chalk": "3.0.0",
"cross-spawn": "6.0.5",
"cross-spawn": "7.0.1",
"detect-port-alt": "1.1.6",
"escape-string-regexp": "1.0.5",
"filesize": "3.6.1",
"find-up": "3.0.0",
"escape-string-regexp": "2.0.0",
"filesize": "6.0.1",
"find-up": "4.1.0",
"fork-ts-checker-webpack-plugin": "3.1.1",
"global-modules": "2.0.0",
"globby": "8.0.2",
"gzip-size": "5.1.1",
"immer": "1.10.0",
"inquirer": "6.5.0",
"inquirer": "7.0.0",
"is-root": "2.1.0",
"loader-utils": "1.2.3",
"open": "^7.0.0",
"pkg-up": "3.1.0",
"react-error-overlay": "^6.0.4",
"recursive-readdir": "2.2.2",
"shell-quote": "1.7.2",
"strip-ansi": "5.2.0",
"strip-ansi": "6.0.0",
"text-table": "0.2.0"
},
"devDependencies": {
"cross-env": "^5.2.0",
"cross-env": "^6.0.3",
"jest": "24.9.0"
},
"scripts": {
Expand Down
20 changes: 10 additions & 10 deletions packages/react-error-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,28 +42,28 @@
"babel-loader": "8.0.6",
"babel-preset-react-app": "^9.1.0",
"chalk": "3.0.0",
"chokidar": "^2.1.2",
"cross-env": "5.2.1",
"chokidar": "^3.3.0",
"cross-env": "6.0.3",
"eslint": "^6.1.0",
"eslint-config-react-app": "^5.1.0",
"eslint-plugin-flowtype": "3.13.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-flowtype": "4.5.2",
"eslint-plugin-import": "2.19.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.17.0",
"flow-bin": "^0.110.0",
"flow-bin": "^0.113.0",
"html-entities": "1.2.1",
"jest": "24.9.0",
"jest-fetch-mock": "2.1.2",
"object-assign": "4.1.1",
"promise": "8.0.3",
"raw-loader": "^1.0.0",
"react": "^16.11.0",
"raw-loader": "^3.1.0",
"react": "^16.12.0",
"react-app-polyfill": "^1.0.5",
"react-dom": "^16.11.0",
"rimraf": "^2.6.3",
"react-dom": "^16.12.0",
"rimraf": "^3.0.0",
"settle-promise": "1.0.0",
"source-map": "0.5.6",
"terser-webpack-plugin": "2.2.3",
"terser-webpack-plugin": "2.3.0",
"webpack": "^4.35.0"
},
"jest": {
Expand Down
14 changes: 7 additions & 7 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,20 @@
"babel-preset-react-app": "^9.1.0",
"camelcase": "^5.3.1",
"case-sensitive-paths-webpack-plugin": "2.2.0",
"css-loader": "3.2.1",
"css-loader": "3.3.2",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"eslint": "^6.6.0",
"eslint-config-react-app": "^5.1.0",
"eslint-loader": "3.0.3",
"eslint-plugin-flowtype": "3.13.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-flowtype": "4.5.2",
"eslint-plugin-import": "2.19.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.17.0",
"eslint-plugin-react-hooks": "^1.6.1",
"file-loader": "4.3.0",
"fs-extra": "^8.1.0",
"html-webpack-plugin": "4.0.0-beta.5",
"html-webpack-plugin": "4.0.0-beta.11",
"identity-obj-proxy": "3.0.0",
"jest": "24.9.0",
"jest-environment-jsdom-fourteen": "1.0.1",
Expand All @@ -73,7 +73,7 @@
"sass-loader": "8.0.0",
"semver": "6.3.0",
"style-loader": "1.0.1",
"terser-webpack-plugin": "2.2.3",
"terser-webpack-plugin": "2.3.0",
"ts-pnp": "1.1.5",
"url-loader": "2.3.0",
"webpack": "4.41.2",
Expand All @@ -82,8 +82,8 @@
"workbox-webpack-plugin": "4.3.1"
},
"devDependencies": {
"react": "^16.11.0",
"react-dom": "^16.11.0"
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"optionalDependencies": {
"fsevents": "2.1.2"
Expand Down

0 comments on commit f26de73

Please sign in to comment.