Skip to content

Commit 4b6cec3

Browse files
committed
updated deps
1 parent 8a4a072 commit 4b6cec3

File tree

2 files changed

+101
-164
lines changed

2 files changed

+101
-164
lines changed

playground/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
},
1818
"dependencies": {
1919
"axios": "^0.16.2",
20-
"react": "^15.6.1",
21-
"react-dom": "^15.6.1",
20+
"react": "16.0.0",
21+
"react-dom": "16.0.0",
2222
"react-redux": "^5.0.6",
2323
"react-redux-typescript": "^2.3.0",
2424
"react-router-dom": "^4.2.0",
@@ -34,13 +34,13 @@
3434
"devDependencies": {
3535
"@types/node": "^8.0.25",
3636
"@types/react": "^16.0.5",
37-
"@types/react-dom": "^15.5.4",
37+
"@types/react-dom": "16.0.1",
3838
"@types/react-redux": "^5.0.5",
3939
"@types/react-router-dom": "^4.0.7",
4040
"@types/react-router-redux": "^5.0.7",
4141
"@types/uuid": "^3.4.0",
4242
"tslint": "^5.6.0",
4343
"tslint-react": "^3.2.0",
44-
"typescript": "2.5.0"
44+
"typescript": "2.5.3"
4545
}
4646
}

0 commit comments

Comments
 (0)