|
1 | 1 | {
|
2 | 2 | "dependencies": {
|
3 |
| - "@craco/craco": "^5.6.3", |
4 |
| - "@emotion/core": "^10.0.27", |
| 3 | + "@craco/craco": "^5.6.4", |
| 4 | + "@emotion/core": "^10.0.28", |
5 | 5 | "@emotion/styled": "^10.0.27",
|
6 |
| - "@reduxjs/toolkit": "^1.2.5", |
7 |
| - "@testing-library/jest-dom": "^4.2.4", |
8 |
| - "@testing-library/react": "^9.4.1", |
9 |
| - "@testing-library/user-event": "^10.0.0", |
10 |
| - "@types/jest": "^24.0.0", |
11 |
| - "@types/node": "^12.0.0", |
12 |
| - "@types/react": "^16.9.0", |
13 |
| - "@types/react-dom": "^16.9.0", |
14 |
| - "@types/react-redux": "^7.1.5", |
15 |
| - "@types/react-router": "^5.1.3", |
16 |
| - "@types/react-router-dom": "^5.1.3", |
17 |
| - "babel-plugin-emotion": "^10.0.27", |
18 |
| - "eslint-plugin-simple-import-sort": "^5.0.0", |
19 |
| - "react": "^16.12.0", |
20 |
| - "react-dom": "^16.12.0", |
| 6 | + "@reduxjs/toolkit": "^1.3.6", |
| 7 | + "@testing-library/jest-dom": "^5.7.0", |
| 8 | + "@testing-library/react": "^10.0.4", |
| 9 | + "@testing-library/user-event": "^10.1.2", |
| 10 | + "@types/jest": "^25.2.1", |
| 11 | + "@types/node": "^13.13.5", |
| 12 | + "@types/react": "^16.9.34", |
| 13 | + "@types/react-dom": "^16.9.7", |
| 14 | + "@types/react-redux": "^7.1.8", |
| 15 | + "@types/react-router": "^5.1.7", |
| 16 | + "@types/react-router-dom": "^5.1.5", |
| 17 | + "babel-plugin-emotion": "^10.0.33", |
| 18 | + "eslint-plugin-simple-import-sort": "^5.0.3", |
| 19 | + "react": "^16.13.1", |
| 20 | + "react-dom": "^16.13.1", |
21 | 21 | "react-redux": "^7.2.0",
|
22 | 22 | "react-router": "^5.1.2",
|
23 | 23 | "react-router-dom": "^5.1.2",
|
24 |
| - "react-scripts": "3.4.0", |
25 |
| - "typescript": "~3.8.2" |
| 24 | + "react-scripts": "3.4.1", |
| 25 | + "typescript": "~3.8.3" |
26 | 26 | },
|
27 | 27 | "scripts": {
|
28 | 28 | "start": "craco start",
|
|
0 commit comments