We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a4a072 commit 4b6cec3Copy full SHA for 4b6cec3
playground/package.json
@@ -17,8 +17,8 @@
17
},
18
"dependencies": {
19
"axios": "^0.16.2",
20
- "react": "^15.6.1",
21
- "react-dom": "^15.6.1",
+ "react": "16.0.0",
+ "react-dom": "16.0.0",
22
"react-redux": "^5.0.6",
23
"react-redux-typescript": "^2.3.0",
24
"react-router-dom": "^4.2.0",
@@ -34,13 +34,13 @@
34
"devDependencies": {
35
"@types/node": "^8.0.25",
36
"@types/react": "^16.0.5",
37
- "@types/react-dom": "^15.5.4",
+ "@types/react-dom": "16.0.1",
38
"@types/react-redux": "^5.0.5",
39
"@types/react-router-dom": "^4.0.7",
40
"@types/react-router-redux": "^5.0.7",
41
"@types/uuid": "^3.4.0",
42
"tslint": "^5.6.0",
43
"tslint-react": "^3.2.0",
44
- "typescript": "2.5.0"
+ "typescript": "2.5.3"
45
}
46
0 commit comments