|
4 | 4 | "private": true,
|
5 | 5 | "dependencies": {
|
6 | 6 | "bootstrap": "5.0.0-alpha1",
|
7 |
| - "immer": "^7.0.14", |
8 |
| - "react": "^17.0.1", |
9 |
| - "react-dom": "^17.0.1", |
10 |
| - "react-redux": "^7.2.2", |
| 7 | + "immer": "^9.0.1", |
| 8 | + "react": "^17.0.2", |
| 9 | + "react-dom": "^17.0.2", |
| 10 | + "react-redux": "^7.2.3", |
11 | 11 | "react-router-dom": "^5.2.0",
|
12 |
| - "react-scripts": "4.0.0", |
| 12 | + "react-scripts": "4.0.3", |
13 | 13 | "redux": "^4.0.5",
|
14 | 14 | "redux-thunk": "^2.3.0",
|
15 |
| - "styled-components": "^5.2.1", |
16 |
| - "typescript": "~4.0.5" |
| 15 | + "styled-components": "^5.2.3", |
| 16 | + "typescript": "~4.2.3" |
17 | 17 | },
|
18 | 18 | "devDependencies": {
|
19 |
| - "@testing-library/jest-dom": "^5.11.5", |
20 |
| - "@testing-library/react": "^11.1.1", |
21 |
| - "@testing-library/user-event": "^12.2.0", |
22 |
| - "@types/jest": "^26.0.15", |
23 |
| - "@types/node": "^14.14.7", |
24 |
| - "@types/react": "^16.9.56", |
25 |
| - "@types/react-dom": "^16.9.9", |
26 |
| - "@types/react-redux": "^7.1.11", |
27 |
| - "@types/react-router-dom": "^5.1.6", |
| 19 | + "@testing-library/jest-dom": "^5.11.10", |
| 20 | + "@testing-library/react": "^11.2.6", |
| 21 | + "@testing-library/user-event": "^13.1.1", |
| 22 | + "@types/jest": "^26.0.22", |
| 23 | + "@types/node": "^14.14.37", |
| 24 | + "@types/react": "^17.0.3", |
| 25 | + "@types/react-dom": "^17.0.3", |
| 26 | + "@types/react-redux": "^7.1.16", |
| 27 | + "@types/react-router-dom": "^5.1.7", |
28 | 28 | "@types/redux": "^3.6.31",
|
29 | 29 | "@types/redux-thunk": "^2.1.32",
|
30 |
| - "@types/styled-components": "^5.1.4", |
31 |
| - "eslint-config-prettier": "^6.15.0", |
32 |
| - "eslint-plugin-prettier": "^3.1.4", |
33 |
| - "node-sass": "^4.14.1", |
34 |
| - "prettier": "^2.1.2" |
| 30 | + "@types/styled-components": "^5.1.9", |
| 31 | + "eslint-config-prettier": "^8.1.0", |
| 32 | + "eslint-plugin-prettier": "^3.3.1", |
| 33 | + "node-sass": "^5.0.0", |
| 34 | + "prettier": "^2.2.1" |
35 | 35 | },
|
36 | 36 | "scripts": {
|
37 | 37 | "start": "react-scripts start",
|
|
0 commit comments