Skip to content

Commit aef13f2

Browse files
authored
refactor: update next.js + react + typescript + other dependencies (#1)
1 parent 4f5ccda commit aef13f2

File tree

2 files changed

+1082
-1220
lines changed

2 files changed

+1082
-1220
lines changed

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -14,40 +14,40 @@
1414
"author": "",
1515
"license": "ISC",
1616
"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",
1919
"@zeit/next-css": "^1.0.1",
2020
"@zeit/next-typescript": "^1.1.1",
21-
"autobind-decorator": "^2.1.0",
21+
"autobind-decorator": "^2.4.0",
2222
"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",
3030
"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",
3333
"typescript-fsa": "^3.0.0-beta-2",
34-
"typescript-fsa-reducers": "^0.4.5"
34+
"typescript-fsa-reducers": "^1.2.0"
3535
},
3636
"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",
4444
"@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",
4949
"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"
5252
}
5353
}

0 commit comments

Comments
 (0)