|
2 | 2 | "name": "create-react-app-typescript-redux",
|
3 | 3 | "version": "2.0.0",
|
4 | 4 | "dependencies": {
|
5 |
| - "@material-ui/core": "4.8.0", |
| 5 | + "@material-ui/core": "4.8.3", |
6 | 6 | "@material-ui/icons": "4.5.1",
|
7 |
| - "@material-ui/styles": "4.7.1", |
| 7 | + "@material-ui/styles": "4.8.2", |
8 | 8 | "localforage": "1.7.3",
|
9 | 9 | "react": "16.12.0",
|
10 | 10 | "react-dom": "16.12.0",
|
|
13 | 13 | "react-scripts": "3.3.0",
|
14 | 14 | "redux-persist": "6.0.0",
|
15 | 15 | "redux-thunk": "2.3.0",
|
16 |
| - "typescript": "3.7.3", |
| 16 | + "typescript": "3.7.4", |
17 | 17 | "redux-devtools-extension": "2.13.8",
|
18 | 18 | "redux-logger": "3.0.6"
|
19 | 19 | },
|
|
31 | 31 | ],
|
32 | 32 | "devDependencies": {
|
33 | 33 | "eslint-plugin-react": "7.17.0",
|
34 |
| - "@types/jest": "24.0.23", |
| 34 | + "@types/jest": "24.0.25", |
35 | 35 | "@types/node": "12.12.18",
|
36 |
| - "@types/react": "16.9.16", |
| 36 | + "@types/react": "16.9.17", |
37 | 37 | "@types/react-dom": "16.9.4",
|
38 | 38 | "@types/react-router-dom": "5.1.3",
|
39 | 39 | "@types/redux-logger": "3.0.7",
|
40 |
| - "@types/webpack-env": "1.14.1", |
| 40 | + "@types/webpack-env": "1.15.0", |
41 | 41 | "@types/react-redux": "7.1.5"
|
42 | 42 | }
|
43 | 43 | }
|
0 commit comments