|
1 | 1 | {
|
2 | 2 | "package": {
|
3 | 3 | "dependencies": {
|
4 |
| - "@types/enzyme": "3.10.4", |
5 |
| - "@types/jest": "27.0.0", |
| 4 | + "@testing-library/react": "14.0.0", |
6 | 5 | "@types/node": "14.0.0",
|
7 |
| - "@types/react": "17.0.0", |
8 |
| - "@types/react-dom": "17.0.0", |
9 |
| - "@types/react-redux": "7.1.7", |
10 |
| - "@types/react-router-dom": "5.1.3", |
11 |
| - "@types/redux-mock-store": "^1.0.1", |
| 6 | + "@types/react": "18.2.6", |
| 7 | + "@types/react-dom": "18.2.4", |
| 8 | + "@types/react-redux": "8.0.5", |
| 9 | + "@types/react-router-dom": "5.3.3", |
| 10 | + "@types/redux-mock-store": "1.0.1", |
12 | 11 | "@typescript-eslint/eslint-plugin": "5.59.5",
|
13 | 12 | "@typescript-eslint/parser": "5.9.1",
|
14 |
| - "@wojtekmaj/enzyme-adapter-react-17": "^0.6.0", |
15 |
| - "enzyme": "3.11.0", |
16 | 13 | "eslint": "8.6.0",
|
17 | 14 | "eslint-config-airbnb-typescript": "16.1.0",
|
18 | 15 | "eslint-config-prettier": "8.0.0",
|
|
22 | 19 | "eslint-plugin-react": "7.21.5",
|
23 | 20 | "eslint-plugin-react-hooks": "4.0.8",
|
24 | 21 | "prettier": "2.0.0",
|
25 |
| - "react-redux": "7.1.3", |
26 |
| - "react-router-dom": "5.1.2", |
27 |
| - "redux": "4.0.5", |
| 22 | + "react-redux": "8.0.5", |
| 23 | + "react-router-dom": "6.11.1", |
| 24 | + "redux": "4.2.1", |
28 | 25 | "redux-devtools-extension": "2.13.8",
|
29 | 26 | "redux-mock-store": "1.5.4",
|
30 |
| - "typescript": "~4.5.0" |
| 27 | + "typescript": "~4.5.0", |
| 28 | + "@testing-library/jest-dom": "5.16.5", |
| 29 | + "@babel/runtime": "7.21.5" |
31 | 30 | },
|
32 | 31 | "scripts": {
|
33 | 32 | "lint": "eslint src --ext .js,.jsx,.ts,.tsx",
|
|
0 commit comments