|
14 | 14 | "author": "", |
15 | 15 | "license": "ISC", |
16 | 16 | "dependencies": { |
17 | | - "@material-ui/core": "^3.2.0", |
18 | | - "@material-ui/icons": "^3.0.1", |
| 17 | + "@material-ui/core": "^3.9.2", |
| 18 | + "@material-ui/icons": "^3.0.2", |
19 | 19 | "@zeit/next-css": "^1.0.1", |
20 | 20 | "@zeit/next-typescript": "^1.1.1", |
21 | | - "autobind-decorator": "^2.1.0", |
| 21 | + "autobind-decorator": "^2.4.0", |
22 | 22 | "compression": "^1.7.3", |
23 | | - "express": "^4.16.3", |
24 | | - "immer": "^1.7.2", |
25 | | - "next": "^7.0.2", |
26 | | - "next-redux-wrapper": "^2.0.0", |
27 | | - "normalize.css": "^8.0.0", |
28 | | - "react": "^16.5.2", |
29 | | - "react-dom": "^16.5.2", |
| 23 | + "express": "^4.16.4", |
| 24 | + "immer": "^2.0.0", |
| 25 | + "next": "^8.0.0", |
| 26 | + "next-redux-wrapper": "^3.0.0-alpha.0", |
| 27 | + "normalize.css": "^8.0.1", |
| 28 | + "react": "^16.8.1", |
| 29 | + "react-dom": "^16.8.1", |
30 | 30 | "react-jss": "^8.6.1", |
31 | | - "react-redux": "^5.0.7", |
32 | | - "redux": "^4.0.0", |
| 31 | + "react-redux": "^6.0.0", |
| 32 | + "redux": "^4.0.1", |
33 | 33 | "typescript-fsa": "^3.0.0-beta-2", |
34 | | - "typescript-fsa-reducers": "^0.4.5" |
| 34 | + "typescript-fsa-reducers": "^1.2.0" |
35 | 35 | }, |
36 | 36 | "devDependencies": { |
37 | | - "@babel/plugin-proposal-decorators": "^7.1.2", |
38 | | - "@types/next": "^7.0.2", |
39 | | - "@types/next-redux-wrapper": "^2.0.0", |
40 | | - "@types/react": "^16.4.14", |
41 | | - "@types/react-dom": "^16.0.8", |
42 | | - "@types/react-jss": "^8.6.0", |
43 | | - "@types/react-redux": "^6.0.9", |
| 37 | + "@babel/plugin-proposal-decorators": "^7.3.0", |
| 38 | + "@types/next": "^7.0.9", |
| 39 | + "@types/next-redux-wrapper": "^2.0.2", |
| 40 | + "@types/react": "^16.8.2", |
| 41 | + "@types/react-dom": "^16.8.0", |
| 42 | + "@types/react-jss": "^8.6.1", |
| 43 | + "@types/react-redux": "^7.0.1", |
44 | 44 | "@types/redux": "^3.6.0", |
45 | | - "prettier": "^1.14.3", |
46 | | - "redux-devtools-extension": "^2.13.5", |
47 | | - "tslint": "^5.11.0", |
48 | | - "tslint-config-prettier": "^1.15.0", |
| 45 | + "prettier": "^1.16.4", |
| 46 | + "redux-devtools-extension": "^2.13.8", |
| 47 | + "tslint": "^5.12.1", |
| 48 | + "tslint-config-prettier": "^1.18.0", |
49 | 49 | "tslint-config-standard": "^8.0.1", |
50 | | - "tslint-plugin-prettier": "^2.0.0", |
51 | | - "typescript": "^3.1.1" |
| 50 | + "tslint-plugin-prettier": "^2.0.1", |
| 51 | + "typescript": "^3.3.3" |
52 | 52 | } |
53 | 53 | } |
0 commit comments