From 9e518ef56a76d4fe9ea1661a15750541a62f838d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Thu, 22 Oct 2020 18:10:14 +0200 Subject: [PATCH 1/3] feat: Update all dependencies --- package.json | 28 +++---- .../package.json | 2 +- packages/babel-preset-react-app/package.json | 30 +++---- .../confusing-browser-globals/package.json | 2 +- .../cra-template-typescript/template.json | 10 +-- packages/cra-template/template.json | 4 +- packages/create-react-app/package.json | 24 +++--- packages/eslint-config-react-app/package.json | 5 -- packages/react-app-polyfill/package.json | 8 +- packages/react-error-overlay/package.json | 42 +++++----- packages/react-scripts/package.json | 78 +++++++++---------- 11 files changed, 114 insertions(+), 119 deletions(-) diff --git a/package.json b/package.json index 3318e09b0cf..ab78b35933d 100644 --- a/package.json +++ b/package.json @@ -20,29 +20,29 @@ "compile:lockfile": "node tasks/compile-lockfile.js" }, "devDependencies": { - "@testing-library/jest-dom": "^5.11.0", - "@testing-library/react": "^11.0.4", - "@testing-library/user-event": "^12.0.11", - "alex": "^8.0.0", + "@testing-library/jest-dom": "^5.11.4", + "@testing-library/react": "^11.1.0", + "@testing-library/user-event": "^12.1.10", + "alex": "^8.2.0", "eslint": "^7.11.0", "execa": "1.0.0", - "fs-extra": "^9.0.0", + "fs-extra": "^9.0.1", "get-port": "^5.1.1", - "globby": "^11.0.0", - "husky": "^4.2.5", - "jest": "26.4.2", - "lerna": "3.22.1", + "globby": "^11.0.1", + "husky": "^4.3.0", + "jest": "^26.6.0", + "lerna": "^3.22.1", "lerna-changelog": "~0.8.2", - "lint-staged": "^10.2.2", + "lint-staged": "^10.4.2", "meow": "^6.1.1", "multimatch": "^4.0.0", - "prettier": "2.1.1", - "puppeteer": "^3.0.2", + "prettier": "2.1.2", + "puppeteer": "^3.3.0", "strip-ansi": "^6.0.0", "svg-term-cli": "^2.1.1", "tempy": "^0.2.1", - "wait-for-localhost": "^3.1.0", - "web-vitals": "^0.2.2" + "wait-for-localhost": "^3.3.0", + "web-vitals": "^0.2.4" }, "husky": { "hooks": { diff --git a/packages/babel-plugin-named-asset-import/package.json b/packages/babel-plugin-named-asset-import/package.json index 1975a3ea831..b8d0abb1e20 100644 --- a/packages/babel-plugin-named-asset-import/package.json +++ b/packages/babel-plugin-named-asset-import/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "babel-plugin-tester": "^8.0.1", - "jest": "26.4.2" + "jest": "^26.6.0" }, "scripts": { "test": "jest" diff --git a/packages/babel-preset-react-app/package.json b/packages/babel-preset-react-app/package.json index 4bc914ef5bb..1c691f82f1a 100644 --- a/packages/babel-preset-react-app/package.json +++ b/packages/babel-preset-react-app/package.json @@ -21,20 +21,20 @@ "test.js" ], "dependencies": { - "@babel/core": "7.11.6", - "@babel/plugin-proposal-class-properties": "7.10.4", - "@babel/plugin-proposal-decorators": "7.10.5", - "@babel/plugin-proposal-nullish-coalescing-operator": "7.10.4", - "@babel/plugin-proposal-numeric-separator": "7.10.4", - "@babel/plugin-proposal-optional-chaining": "7.11.0", - "@babel/plugin-transform-flow-strip-types": "7.10.4", - "@babel/plugin-transform-react-display-name": "7.10.4", - "@babel/plugin-transform-runtime": "7.11.5", - "@babel/preset-env": "7.11.5", - "@babel/preset-react": "7.10.4", - "@babel/preset-typescript": "7.10.4", - "@babel/runtime": "7.11.2", - "babel-plugin-macros": "2.8.0", - "babel-plugin-transform-react-remove-prop-types": "0.4.24" + "@babel/core": "^7.12.3", + "@babel/plugin-proposal-class-properties": "^7.12.1", + "@babel/plugin-proposal-decorators": "^7.12.1", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", + "@babel/plugin-proposal-numeric-separator": "^7.12.1", + "@babel/plugin-proposal-optional-chaining": "^7.12.1", + "@babel/plugin-transform-flow-strip-types": "^7.12.1", + "@babel/plugin-transform-react-display-name": "^7.12.1", + "@babel/plugin-transform-runtime": "^7.12.1", + "@babel/preset-env": "^7.12.1", + "@babel/preset-react": "^7.12.1", + "@babel/preset-typescript": "^7.12.1", + "@babel/runtime": "^7.12.1", + "babel-plugin-macros": "^2.8.0", + "babel-plugin-transform-react-remove-prop-types": "^0.4.24" } } diff --git a/packages/confusing-browser-globals/package.json b/packages/confusing-browser-globals/package.json index d16b71db2cf..dd640a1cc12 100644 --- a/packages/confusing-browser-globals/package.json +++ b/packages/confusing-browser-globals/package.json @@ -20,6 +20,6 @@ "index.js" ], "devDependencies": { - "jest": "26.4.2" + "jest": "^26.6.0" } } diff --git a/packages/cra-template-typescript/template.json b/packages/cra-template-typescript/template.json index 3aedfc07b19..8a8da98936d 100644 --- a/packages/cra-template-typescript/template.json +++ b/packages/cra-template-typescript/template.json @@ -2,13 +2,13 @@ "package": { "dependencies": { "@testing-library/jest-dom": "^5.11.4", - "@testing-library/react": "^11.0.4", - "@testing-library/user-event": "^12.1.4", + "@testing-library/react": "^11.1.0", + "@testing-library/user-event": "^12.1.10", "@types/node": "^12.0.0", - "@types/react": "^16.9.49", + "@types/react": "^16.9.53", "@types/react-dom": "^16.9.8", - "@types/jest": "^26.0.13", - "typescript": "^4.0.2", + "@types/jest": "^26.0.15", + "typescript": "^4.0.3", "web-vitals": "^0.2.4" }, "eslintConfig": { diff --git a/packages/cra-template/template.json b/packages/cra-template/template.json index 938dcf30f27..63766498dec 100644 --- a/packages/cra-template/template.json +++ b/packages/cra-template/template.json @@ -2,8 +2,8 @@ "package": { "dependencies": { "@testing-library/jest-dom": "^5.11.4", - "@testing-library/react": "^11.0.4", - "@testing-library/user-event": "^12.1.4", + "@testing-library/react": "^11.1.0", + "@testing-library/user-event": "^12.1.10", "web-vitals": "^0.2.4" }, "eslintConfig": { diff --git a/packages/create-react-app/package.json b/packages/create-react-app/package.json index 928f92b9057..21a91cf693d 100644 --- a/packages/create-react-app/package.json +++ b/packages/create-react-app/package.json @@ -29,20 +29,20 @@ "test": "cross-env FORCE_COLOR=true jest" }, "dependencies": { - "chalk": "4.1.0", - "commander": "4.1.0", - "cross-spawn": "7.0.3", - "envinfo": "7.7.3", - "fs-extra": "9.0.1", - "hyperquest": "2.1.3", - "inquirer": "7.3.3", - "semver": "7.3.2", - "tar-pack": "3.4.1", - "tmp": "0.2.1", - "validate-npm-package-name": "3.0.0" + "chalk": "^4.1.0", + "commander": "^4.1.1", + "cross-spawn": "^7.0.3", + "envinfo": "^7.7.3", + "fs-extra": "^9.0.1", + "hyperquest": "^2.1.3", + "inquirer": "^7.3.3", + "semver": "^7.3.2", + "tar-pack": "^3.4.1", + "tmp": "^0.2.1", + "validate-npm-package-name": "^3.0.0" }, "devDependencies": { "cross-env": "^7.0.2", - "jest": "26.4.2" + "jest": "^26.6.0" } } diff --git a/packages/eslint-config-react-app/package.json b/packages/eslint-config-react-app/package.json index 8ffca7afce5..cc5d8d80d7a 100644 --- a/packages/eslint-config-react-app/package.json +++ b/packages/eslint-config-react-app/package.json @@ -37,11 +37,6 @@ "optional": true } }, - "peerDependenciesMeta": { - "eslint-plugin-jest": { - "optional": true - } - }, "dependencies": { "confusing-browser-globals": "^1.0.9" }, diff --git a/packages/react-app-polyfill/package.json b/packages/react-app-polyfill/package.json index 7b65a9d2b7e..ee7ba9df1e4 100644 --- a/packages/react-app-polyfill/package.json +++ b/packages/react-app-polyfill/package.json @@ -21,11 +21,11 @@ "stable.js" ], "dependencies": { - "core-js": "^3.5.0", + "core-js": "^3.6.5", "object-assign": "^4.1.1", - "promise": "^8.0.3", + "promise": "^8.1.0", "raf": "^3.4.1", - "regenerator-runtime": "^0.13.3", - "whatwg-fetch": "^3.3.1" + "regenerator-runtime": "^0.13.7", + "whatwg-fetch": "^3.4.1" } } diff --git a/packages/react-error-overlay/package.json b/packages/react-error-overlay/package.json index 35ad0030b91..79757257129 100644 --- a/packages/react-error-overlay/package.json +++ b/packages/react-error-overlay/package.json @@ -34,16 +34,16 @@ "lib/index.js" ], "devDependencies": { - "@babel/code-frame": "7.10.4", - "@babel/core": "7.11.6", - "anser": "1.4.9", + "@babel/code-frame": "^7.10.4", + "@babel/core": "^7.12.3", + "anser": "^1.4.10", "babel-eslint": "^10.1.0", - "babel-jest": "^26.3.0", - "babel-loader": "8.1.0", + "babel-jest": "^26.6.0", + "babel-loader": "^8.1.0", "babel-preset-react-app": "^9.1.2", - "chalk": "2.4.2", - "chokidar": "^3.3.0", - "cross-env": "7.0.2", + "chalk": "^2.4.2", + "chokidar": "^3.4.3", + "cross-env": "^7.0.2", "eslint": "^7.11.0", "eslint-config-react-app": "^5.2.1", "eslint-plugin-flowtype": "^5.2.0", @@ -54,20 +54,20 @@ "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-testing-library": "^3.9.2", "flow-bin": "^0.116.0", - "html-entities": "1.3.1", - "jest": "26.4.2", - "jest-fetch-mock": "2.1.2", - "object-assign": "4.1.1", - "promise": "8.1.0", - "raw-loader": "^4.0.1", - "react": "^16.12.0", + "html-entities": "^1.3.1", + "jest": "^26.6.0", + "jest-fetch-mock": "^2.1.2", + "object-assign": "^4.1.1", + "promise": "^8.1.0", + "raw-loader": "^4.0.2", + "react": "^16.14.0", "react-app-polyfill": "^1.0.6", - "react-dom": "^16.12.0", - "rimraf": "^3.0.0", - "settle-promise": "1.0.0", - "source-map": "0.5.6", - "terser-webpack-plugin": "4.2.0", - "webpack": "^4.35.0" + "react-dom": "^16.14.0", + "rimraf": "^3.0.2", + "settle-promise": "^1.0.0", + "source-map": "^0.5.7", + "terser-webpack-plugin": "^4.2.3", + "webpack": "^4.44.2" }, "jest": { "setupFiles": [ diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 826fe16f515..48da50ecae4 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -28,22 +28,22 @@ }, "types": "./lib/react-app.d.ts", "dependencies": { - "@babel/core": "7.11.6", - "@pmmmwh/react-refresh-webpack-plugin": "0.4.2", - "@svgr/webpack": "5.4.0", + "@babel/core": "7.12.3", + "@pmmmwh/react-refresh-webpack-plugin": "^0.4.2", + "@svgr/webpack": "^5.4.0", "@typescript-eslint/eslint-plugin": "^4.5.0", "@typescript-eslint/parser": "^4.5.0", "babel-eslint": "^10.1.0", - "babel-jest": "^26.3.0", - "babel-loader": "8.1.0", + "babel-jest": "^26.6.0", + "babel-loader": "^8.1.0", "babel-plugin-named-asset-import": "^0.3.6", "babel-preset-react-app": "^9.1.2", "bfj": "^7.0.2", - "camelcase": "^6.0.0", - "case-sensitive-paths-webpack-plugin": "2.3.0", - "css-loader": "4.3.0", - "dotenv": "8.2.0", - "dotenv-expand": "5.1.0", + "camelcase": "^6.1.0", + "case-sensitive-paths-webpack-plugin": "^2.3.0", + "css-loader": "^4.3.0", + "dotenv": "^8.2.0", + "dotenv-expand": "^5.1.0", "eslint": "^7.11.0", "eslint-config-react-app": "^5.2.1", "eslint-plugin-flowtype": "^5.2.0", @@ -54,41 +54,41 @@ "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-testing-library": "^3.9.2", "eslint-webpack-plugin": "^2.1.0", - "file-loader": "6.1.0", - "fs-extra": "^9.0.0", - "html-webpack-plugin": "4.4.1", - "identity-obj-proxy": "3.0.0", - "jest": "26.4.2", - "jest-circus": "26.4.2", - "jest-resolve": "26.4.0", - "jest-watch-typeahead": "0.6.1", - "mini-css-extract-plugin": "0.11.2", - "optimize-css-assets-webpack-plugin": "5.0.4", - "pnp-webpack-plugin": "1.6.4", - "postcss-flexbugs-fixes": "4.2.1", - "postcss-loader": "3.0.0", - "postcss-normalize": "8.0.1", - "postcss-preset-env": "6.7.0", - "postcss-safe-parser": "5.0.0", + "file-loader": "^6.1.1", + "fs-extra": "^9.0.1", + "html-webpack-plugin": "^4.5.0", + "identity-obj-proxy": "^3.0.0", + "jest": "^26.6.0", + "jest-circus": "^26.6.0", + "jest-resolve": "^26.6.0", + "jest-watch-typeahead": "^0.6.1", + "mini-css-extract-plugin": "^0.11.3", + "optimize-css-assets-webpack-plugin": "^5.0.4", + "pnp-webpack-plugin": "^1.6.4", + "postcss-flexbugs-fixes": "^4.2.1", + "postcss-loader": "^3.0.0", + "postcss-normalize": "^8.0.1", + "postcss-preset-env": "^6.7.0", + "postcss-safe-parser": "^5.0.2", "react-app-polyfill": "^1.0.6", "react-dev-utils": "^10.2.1", "react-refresh": "^0.8.3", - "resolve": "1.17.0", + "resolve": "^1.18.1", "resolve-url-loader": "^3.1.2", - "sass-loader": "8.0.2", - "semver": "7.3.2", - "style-loader": "1.2.1", - "terser-webpack-plugin": "4.2.0", - "ts-pnp": "1.2.0", - "url-loader": "4.1.0", - "webpack": "4.44.1", - "webpack-dev-server": "3.11.0", - "webpack-manifest-plugin": "2.2.0", - "workbox-webpack-plugin": "5.1.4" + "sass-loader": "^8.0.2", + "semver": "^7.3.2", + "style-loader": "^1.3.0", + "terser-webpack-plugin": "^4.2.3", + "ts-pnp": "^1.2.0", + "url-loader": "^4.1.1", + "webpack": "^4.44.2", + "webpack-dev-server": "^3.11.0", + "webpack-manifest-plugin": "^2.2.0", + "workbox-webpack-plugin": "^5.1.4" }, "devDependencies": { - "react": "^16.12.0", - "react-dom": "^16.12.0" + "react": "^16.14.0", + "react-dom": "^16.14.0" }, "optionalDependencies": { "fsevents": "^2.1.3" From 42e5bf6b3bc9796e8e8e582502f483ad8a2caf42 Mon Sep 17 00:00:00 2001 From: Ian Schmitz Date: Thu, 22 Oct 2020 13:39:00 -0700 Subject: [PATCH 2/3] Remove added dep carets --- package.json | 4 +- .../package.json | 2 +- packages/babel-preset-react-app/package.json | 30 ++++----- .../confusing-browser-globals/package.json | 2 +- packages/create-react-app/package.json | 24 +++---- packages/react-error-overlay/package.json | 28 ++++---- packages/react-scripts/package.json | 64 +++++++++---------- 7 files changed, 77 insertions(+), 77 deletions(-) diff --git a/package.json b/package.json index ab78b35933d..8512506de1c 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,8 @@ "get-port": "^5.1.1", "globby": "^11.0.1", "husky": "^4.3.0", - "jest": "^26.6.0", - "lerna": "^3.22.1", + "jest": "26.6.0", + "lerna": "3.22.1", "lerna-changelog": "~0.8.2", "lint-staged": "^10.4.2", "meow": "^6.1.1", diff --git a/packages/babel-plugin-named-asset-import/package.json b/packages/babel-plugin-named-asset-import/package.json index b8d0abb1e20..9ba809cc8d1 100644 --- a/packages/babel-plugin-named-asset-import/package.json +++ b/packages/babel-plugin-named-asset-import/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "babel-plugin-tester": "^8.0.1", - "jest": "^26.6.0" + "jest": "26.6.0" }, "scripts": { "test": "jest" diff --git a/packages/babel-preset-react-app/package.json b/packages/babel-preset-react-app/package.json index 1c691f82f1a..81094cccfd9 100644 --- a/packages/babel-preset-react-app/package.json +++ b/packages/babel-preset-react-app/package.json @@ -21,20 +21,20 @@ "test.js" ], "dependencies": { - "@babel/core": "^7.12.3", - "@babel/plugin-proposal-class-properties": "^7.12.1", - "@babel/plugin-proposal-decorators": "^7.12.1", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", - "@babel/plugin-proposal-numeric-separator": "^7.12.1", - "@babel/plugin-proposal-optional-chaining": "^7.12.1", - "@babel/plugin-transform-flow-strip-types": "^7.12.1", - "@babel/plugin-transform-react-display-name": "^7.12.1", - "@babel/plugin-transform-runtime": "^7.12.1", - "@babel/preset-env": "^7.12.1", - "@babel/preset-react": "^7.12.1", - "@babel/preset-typescript": "^7.12.1", - "@babel/runtime": "^7.12.1", - "babel-plugin-macros": "^2.8.0", - "babel-plugin-transform-react-remove-prop-types": "^0.4.24" + "@babel/core": "7.12.3", + "@babel/plugin-proposal-class-properties": "7.12.1", + "@babel/plugin-proposal-decorators": "7.12.1", + "@babel/plugin-proposal-nullish-coalescing-operator": "7.12.1", + "@babel/plugin-proposal-numeric-separator": "7.12.1", + "@babel/plugin-proposal-optional-chaining": "7.12.1", + "@babel/plugin-transform-flow-strip-types": "7.12.1", + "@babel/plugin-transform-react-display-name": "7.12.1", + "@babel/plugin-transform-runtime": "7.12.1", + "@babel/preset-env": "7.12.1", + "@babel/preset-react": "7.12.1", + "@babel/preset-typescript": "7.12.1", + "@babel/runtime": "7.12.1", + "babel-plugin-macros": "2.8.0", + "babel-plugin-transform-react-remove-prop-types": "0.4.24" } } diff --git a/packages/confusing-browser-globals/package.json b/packages/confusing-browser-globals/package.json index dd640a1cc12..d779afb0510 100644 --- a/packages/confusing-browser-globals/package.json +++ b/packages/confusing-browser-globals/package.json @@ -20,6 +20,6 @@ "index.js" ], "devDependencies": { - "jest": "^26.6.0" + "jest": "26.6.0" } } diff --git a/packages/create-react-app/package.json b/packages/create-react-app/package.json index 21a91cf693d..3299ef0408e 100644 --- a/packages/create-react-app/package.json +++ b/packages/create-react-app/package.json @@ -29,20 +29,20 @@ "test": "cross-env FORCE_COLOR=true jest" }, "dependencies": { - "chalk": "^4.1.0", - "commander": "^4.1.1", - "cross-spawn": "^7.0.3", - "envinfo": "^7.7.3", - "fs-extra": "^9.0.1", - "hyperquest": "^2.1.3", - "inquirer": "^7.3.3", - "semver": "^7.3.2", - "tar-pack": "^3.4.1", - "tmp": "^0.2.1", - "validate-npm-package-name": "^3.0.0" + "chalk": "4.1.0", + "commander": "4.1.1", + "cross-spawn": "7.0.3", + "envinfo": "7.7.3", + "fs-extra": "9.0.1", + "hyperquest": "2.1.3", + "inquirer": "7.3.3", + "semver": "7.3.2", + "tar-pack": "3.4.1", + "tmp": "0.2.1", + "validate-npm-package-name": "3.0.0" }, "devDependencies": { "cross-env": "^7.0.2", - "jest": "^26.6.0" + "jest": "26.6.0" } } diff --git a/packages/react-error-overlay/package.json b/packages/react-error-overlay/package.json index 79757257129..8b009398264 100644 --- a/packages/react-error-overlay/package.json +++ b/packages/react-error-overlay/package.json @@ -34,16 +34,16 @@ "lib/index.js" ], "devDependencies": { - "@babel/code-frame": "^7.10.4", - "@babel/core": "^7.12.3", - "anser": "^1.4.10", + "@babel/code-frame": "7.10.4", + "@babel/core": "7.12.3", + "anser": "1.4.10", "babel-eslint": "^10.1.0", "babel-jest": "^26.6.0", - "babel-loader": "^8.1.0", + "babel-loader": "8.1.0", "babel-preset-react-app": "^9.1.2", - "chalk": "^2.4.2", + "chalk": "2.4.2", "chokidar": "^3.4.3", - "cross-env": "^7.0.2", + "cross-env": "7.0.2", "eslint": "^7.11.0", "eslint-config-react-app": "^5.2.1", "eslint-plugin-flowtype": "^5.2.0", @@ -54,19 +54,19 @@ "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-testing-library": "^3.9.2", "flow-bin": "^0.116.0", - "html-entities": "^1.3.1", - "jest": "^26.6.0", - "jest-fetch-mock": "^2.1.2", - "object-assign": "^4.1.1", - "promise": "^8.1.0", + "html-entities": "1.3.1", + "jest": "26.6.0", + "jest-fetch-mock": "2.1.2", + "object-assign": "4.1.1", + "promise": "8.1.0", "raw-loader": "^4.0.2", "react": "^16.14.0", "react-app-polyfill": "^1.0.6", "react-dom": "^16.14.0", "rimraf": "^3.0.2", - "settle-promise": "^1.0.0", - "source-map": "^0.5.7", - "terser-webpack-plugin": "^4.2.3", + "settle-promise": "1.0.0", + "source-map": "0.5.7", + "terser-webpack-plugin": "4.2.3", "webpack": "^4.44.2" }, "jest": { diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 48da50ecae4..812acb3f30d 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -29,21 +29,21 @@ "types": "./lib/react-app.d.ts", "dependencies": { "@babel/core": "7.12.3", - "@pmmmwh/react-refresh-webpack-plugin": "^0.4.2", - "@svgr/webpack": "^5.4.0", + "@pmmmwh/react-refresh-webpack-plugin": "0.4.2", + "@svgr/webpack": "5.4.0", "@typescript-eslint/eslint-plugin": "^4.5.0", "@typescript-eslint/parser": "^4.5.0", "babel-eslint": "^10.1.0", "babel-jest": "^26.6.0", - "babel-loader": "^8.1.0", + "babel-loader": "8.1.0", "babel-plugin-named-asset-import": "^0.3.6", "babel-preset-react-app": "^9.1.2", "bfj": "^7.0.2", "camelcase": "^6.1.0", "case-sensitive-paths-webpack-plugin": "^2.3.0", - "css-loader": "^4.3.0", - "dotenv": "^8.2.0", - "dotenv-expand": "^5.1.0", + "css-loader": "4.3.0", + "dotenv": "8.2.0", + "dotenv-expand": "5.1.0", "eslint": "^7.11.0", "eslint-config-react-app": "^5.2.1", "eslint-plugin-flowtype": "^5.2.0", @@ -54,37 +54,37 @@ "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-testing-library": "^3.9.2", "eslint-webpack-plugin": "^2.1.0", - "file-loader": "^6.1.1", + "file-loader": "6.1.1", "fs-extra": "^9.0.1", - "html-webpack-plugin": "^4.5.0", - "identity-obj-proxy": "^3.0.0", - "jest": "^26.6.0", - "jest-circus": "^26.6.0", - "jest-resolve": "^26.6.0", - "jest-watch-typeahead": "^0.6.1", - "mini-css-extract-plugin": "^0.11.3", - "optimize-css-assets-webpack-plugin": "^5.0.4", - "pnp-webpack-plugin": "^1.6.4", - "postcss-flexbugs-fixes": "^4.2.1", - "postcss-loader": "^3.0.0", - "postcss-normalize": "^8.0.1", - "postcss-preset-env": "^6.7.0", - "postcss-safe-parser": "^5.0.2", + "html-webpack-plugin": "4.5.0", + "identity-obj-proxy": "3.0.0", + "jest": "26.6.0", + "jest-circus": "26.6.0", + "jest-resolve": "26.6.0", + "jest-watch-typeahead": "0.6.1", + "mini-css-extract-plugin": "0.11.3", + "optimize-css-assets-webpack-plugin": "5.0.4", + "pnp-webpack-plugin": "1.6.4", + "postcss-flexbugs-fixes": "4.2.1", + "postcss-loader": "3.0.0", + "postcss-normalize": "8.0.1", + "postcss-preset-env": "6.7.0", + "postcss-safe-parser": "5.0.2", "react-app-polyfill": "^1.0.6", "react-dev-utils": "^10.2.1", "react-refresh": "^0.8.3", - "resolve": "^1.18.1", + "resolve": "1.18.1", "resolve-url-loader": "^3.1.2", - "sass-loader": "^8.0.2", - "semver": "^7.3.2", - "style-loader": "^1.3.0", - "terser-webpack-plugin": "^4.2.3", - "ts-pnp": "^1.2.0", - "url-loader": "^4.1.1", - "webpack": "^4.44.2", - "webpack-dev-server": "^3.11.0", - "webpack-manifest-plugin": "^2.2.0", - "workbox-webpack-plugin": "^5.1.4" + "sass-loader": "8.0.2", + "semver": "7.3.2", + "style-loader": "1.3.0", + "terser-webpack-plugin": "4.2.3", + "ts-pnp": "1.2.0", + "url-loader": "4.1.1", + "webpack": "4.44.2", + "webpack-dev-server": "3.11.0", + "webpack-manifest-plugin": "2.2.0", + "workbox-webpack-plugin": "5.1.4" }, "devDependencies": { "react": "^16.14.0", From 94b430cfbdac33bfb6679378db444b7d2dcddbff Mon Sep 17 00:00:00 2001 From: Ian Schmitz Date: Thu, 22 Oct 2020 13:40:26 -0700 Subject: [PATCH 3/3] One more --- packages/react-scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 812acb3f30d..d5a311b4bc8 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -40,7 +40,7 @@ "babel-preset-react-app": "^9.1.2", "bfj": "^7.0.2", "camelcase": "^6.1.0", - "case-sensitive-paths-webpack-plugin": "^2.3.0", + "case-sensitive-paths-webpack-plugin": "2.3.0", "css-loader": "4.3.0", "dotenv": "8.2.0", "dotenv-expand": "5.1.0",