|
2 | 2 | "name": "react-typescript-redux-saga",
|
3 | 3 | "version": "2.0.0",
|
4 | 4 | "dependencies": {
|
5 |
| - "localforage": "1.7.3", |
6 |
| - "react": "16.8.6", |
7 |
| - "react-dom": "16.8.6", |
8 |
| - "react-redux": "7.0.2", |
9 |
| - "react-router-dom": "5.0.0", |
| 5 | + "localforage": "^1.9.0", |
| 6 | + "react": "^16.13.1", |
| 7 | + "react-dom": "^16.13.1", |
| 8 | + "react-redux": "^7.2.1", |
| 9 | + "react-router-dom": "^5.2.0", |
10 | 10 | "react-router-redux": "^4.0.8",
|
11 |
| - "react-scripts": "3.0.0", |
| 11 | + "react-scripts": "^3.4.1", |
12 | 12 | "redux-devtools-extension": "^2.13.8",
|
13 | 13 | "redux-logger": "^3.0.6",
|
14 |
| - "redux-persist": "5.10.0", |
15 |
| - "redux-saga": "^1.0.2", |
| 14 | + "redux-persist": "^6.0.0", |
| 15 | + "redux-saga": "^1.1.3", |
16 | 16 | "redux-thunk": "2.3.0",
|
17 | 17 | "reselect": "^4.0.0",
|
18 |
| - "typescript": "3.4.4" |
| 18 | + "typescript": "^3.9.7" |
19 | 19 | },
|
20 | 20 | "scripts": {
|
21 | 21 | "start": "react-scripts start",
|
|
30 | 30 | "not op_mini all"
|
31 | 31 | ],
|
32 | 32 | "devDependencies": {
|
33 |
| - "@material-ui/core": "^4.0.0-alpha.8", |
34 |
| - "@material-ui/icons": "^4.0.0-alpha.8", |
35 |
| - "@material-ui/styles": "^4.0.0-alpha.8", |
36 |
| - "@types/jest": "24.0.11", |
37 |
| - "@types/node": "^11.13.7", |
38 |
| - "@types/react": "^16.8.14", |
39 |
| - "@types/react-dom": "16.8.3", |
40 |
| - "@types/react-redux": "^7.0.8", |
41 |
| - "@types/react-router-dom": "^4.3.2", |
| 33 | + "@material-ui/core": "^4.11.0", |
| 34 | + "@material-ui/icons": "^4.9.1", |
| 35 | + "@material-ui/styles": "^4.10.0", |
| 36 | + "@types/jest": "^26.0.8", |
| 37 | + "@types/node": "^14.0.27", |
| 38 | + "@types/react": "^16.9.44", |
| 39 | + "@types/react-dom": "^16.9.8", |
| 40 | + "@types/react-redux": "^7.1.9", |
| 41 | + "@types/react-router-dom": "^5.1.5", |
42 | 42 | "@types/react-router-redux": "^5.0.18",
|
43 |
| - "@types/redux-logger": "^3.0.7", |
44 |
| - "@types/webpack-env": "^1.13.9", |
45 |
| - "eslint-plugin-react": "7.12.4" |
| 43 | + "@types/redux-logger": "^3.0.8", |
| 44 | + "@types/webpack-env": "^1.15.2", |
| 45 | + "eslint-plugin-react": "^7.20.5" |
46 | 46 | }
|
47 | 47 | }
|
0 commit comments