Skip to content

Commit cd33847

Browse files
committed
deps: update react-scripts to v5.0.0
1 parent c0f0b30 commit cd33847

File tree

3 files changed

+4773
-5111
lines changed

3 files changed

+4773
-5111
lines changed

app/.eslintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"extends": [
44
"plugin:react/recommended", // Uses the recommended rules from @eslint-plugin-react
55
"plugin:@typescript-eslint/recommended", // Uses the recommended rules from @typescript-eslint/eslint-plugin
6-
"prettier/@typescript-eslint", // Uses eslint-config-prettier to disable ESLint rules from @typescript-eslint/eslint-plugin that would conflict with prettier
76
"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.
87
],
98
"parserOptions": {

app/package.json

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"start": "BROWSER=none react-scripts start",
99
"build": "react-scripts build",
10-
"test": "react-scripts test --env=jest-environment-jsdom-sixteen",
10+
"test": "react-scripts test --env=jest-environment-jsdom",
1111
"test:ci": "cross-env CI=true yarn test --coverage",
1212
"eject": "react-scripts eject",
1313
"lint": "eslint --ext .ts,.tsx --ignore-path .eslintignore .",
@@ -42,7 +42,7 @@
4242
"react-dom": "17.0.2",
4343
"react-i18next": "11.7.0",
4444
"react-router": "5.2.0",
45-
"react-scripts": "4.0.2",
45+
"react-scripts": "5.0.0",
4646
"react-toastify": "6.0.6",
4747
"react-virtualized": "9.21.2",
4848
"reactour": "1.18.0",
@@ -64,28 +64,31 @@
6464
"@types/file-saver": "2.0.1",
6565
"@types/google-protobuf": "3.7.2",
6666
"@types/history": "4.7.6",
67-
"@types/jest": "26.0.3",
67+
"@types/jest": "27.4.1",
6868
"@types/lodash": "4.14.157",
6969
"@types/node": "14.0.14",
7070
"@types/react": "17.0.13",
7171
"@types/react-dom": "17.0.8",
7272
"@types/react-router": "5.1.8",
7373
"@types/react-virtualized": "9.21.10",
7474
"@types/reactour": "1.17.1",
75-
"@typescript-eslint/eslint-plugin": "4.7.0",
76-
"@typescript-eslint/parser": "4.7.0",
75+
"@typescript-eslint/eslint-plugin": "5.17.0",
76+
"@typescript-eslint/parser": "5.17.0",
7777
"cross-env": "7.0.2",
78-
"eslint-config-prettier": "6.15.0",
79-
"eslint-plugin-prettier": "3.1.4",
80-
"eslint-plugin-react": "7.21.5",
78+
"eslint-config-prettier": "8.5.0",
79+
"eslint-plugin-prettier": "4.0.0",
80+
"eslint-plugin-react": "7.29.4",
8181
"google-protobuf": "3.12.2",
8282
"jest-canvas-mock": "2.3.0",
83-
"jest-environment-jsdom-sixteen": "1.0.3",
83+
"jest-environment-jsdom": "27.5.1",
8484
"prettier": "2.1.2",
8585
"sass": "1.43.4",
8686
"ts-protoc-gen": "0.12.0",
8787
"typescript": "4.1.6"
8888
},
89+
"resolutions": {
90+
"history": "4.10.1"
91+
},
8992
"eslintConfig": {
9093
"extends": "react-app",
9194
"ignorePatterns": [

0 commit comments

Comments
 (0)