|
1 | 1 | {
|
2 | 2 | "dependencies": {
|
3 |
| - "@craco/craco": "^5.6.2", |
| 3 | + "@craco/craco": "^5.6.3", |
4 | 4 | "@emotion/core": "^10.0.27",
|
5 | 5 | "@emotion/styled": "^10.0.27",
|
6 |
| - "@reduxjs/toolkit": "^1.1.0", |
| 6 | + "@reduxjs/toolkit": "^1.2.5", |
7 | 7 | "@testing-library/jest-dom": "^4.2.4",
|
8 |
| - "@testing-library/react": "^9.3.2", |
9 |
| - "@testing-library/user-event": "^7.1.2", |
| 8 | + "@testing-library/react": "^9.4.1", |
| 9 | + "@testing-library/user-event": "^10.0.0", |
10 | 10 | "@types/jest": "^24.0.0",
|
11 | 11 | "@types/node": "^12.0.0",
|
12 | 12 | "@types/react": "^16.9.0",
|
|
18 | 18 | "eslint-plugin-simple-import-sort": "^5.0.0",
|
19 | 19 | "react": "^16.12.0",
|
20 | 20 | "react-dom": "^16.12.0",
|
21 |
| - "react-redux": "^7.1.3", |
| 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.3.0", |
25 |
| - "typescript": "~3.7.2" |
| 24 | + "react-scripts": "3.4.0", |
| 25 | + "typescript": "~3.8.2" |
26 | 26 | },
|
27 | 27 | "scripts": {
|
28 | 28 | "start": "craco start",
|
|
0 commit comments