deps: update react-scripts to v5.0.0

This commit is contained in:
jamaljsr 2022-04-02 23:59:48 -04:00
parent c0f0b309cf
commit cd3384786f
No known key found for this signature in database
GPG key ID: 8680860C961AD657
3 changed files with 4705 additions and 5043 deletions

View file

@ -3,7 +3,6 @@
"extends": [
"plugin:react/recommended", // Uses the recommended rules from @eslint-plugin-react
"plugin:@typescript-eslint/recommended", // Uses the recommended rules from @typescript-eslint/eslint-plugin
"prettier/@typescript-eslint", // Uses eslint-config-prettier to disable ESLint rules from @typescript-eslint/eslint-plugin that would conflict with prettier
"plugin:prettier/recommended" // Enables eslint-plugin-prettier and displays prettier errors as ESLint errors. Make sure this is always the last configuration in the extends array.
],
"parserOptions": {

View file

@ -7,7 +7,7 @@
"scripts": {
"start": "BROWSER=none react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jest-environment-jsdom-sixteen",
"test": "react-scripts test --env=jest-environment-jsdom",
"test:ci": "cross-env CI=true yarn test --coverage",
"eject": "react-scripts eject",
"lint": "eslint --ext .ts,.tsx --ignore-path .eslintignore .",
@ -42,7 +42,7 @@
"react-dom": "17.0.2",
"react-i18next": "11.7.0",
"react-router": "5.2.0",
"react-scripts": "4.0.2",
"react-scripts": "5.0.0",
"react-toastify": "6.0.6",
"react-virtualized": "9.21.2",
"reactour": "1.18.0",
@ -64,7 +64,7 @@
"@types/file-saver": "2.0.1",
"@types/google-protobuf": "3.7.2",
"@types/history": "4.7.6",
"@types/jest": "26.0.3",
"@types/jest": "27.4.1",
"@types/lodash": "4.14.157",
"@types/node": "14.0.14",
"@types/react": "17.0.13",
@ -72,20 +72,23 @@
"@types/react-router": "5.1.8",
"@types/react-virtualized": "9.21.10",
"@types/reactour": "1.17.1",
"@typescript-eslint/eslint-plugin": "4.7.0",
"@typescript-eslint/parser": "4.7.0",
"@typescript-eslint/eslint-plugin": "5.17.0",
"@typescript-eslint/parser": "5.17.0",
"cross-env": "7.0.2",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.21.5",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.29.4",
"google-protobuf": "3.12.2",
"jest-canvas-mock": "2.3.0",
"jest-environment-jsdom-sixteen": "1.0.3",
"jest-environment-jsdom": "27.5.1",
"prettier": "2.1.2",
"sass": "1.43.4",
"ts-protoc-gen": "0.12.0",
"typescript": "4.1.6"
},
"resolutions": {
"history": "4.10.1"
},
"eslintConfig": {
"extends": "react-app",
"ignorePatterns": [

File diff suppressed because it is too large Load diff