In React templates, update @types/react to 15.0.29 for compatibility with TypeScript 2.4.0+

This commit is contained in:
Steve Sanderson
2017-06-20 15:17:19 +01:00
parent 73054559cc
commit 460f202832
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"version": "0.0.0",
"dependencies": {
"@types/history": "4.5.1",
"@types/react": "15.0.24",
"@types/react": "15.0.29",
"@types/react-dom": "15.5.0",
"@types/react-redux": "4.4.40",
"@types/react-router-dom": "4.0.4",

View File

@@ -4,7 +4,7 @@
"version": "0.0.0",
"devDependencies": {
"@types/history": "4.5.1",
"@types/react": "15.0.24",
"@types/react": "15.0.29",
"@types/react-dom": "15.5.0",
"@types/react-router": "4.0.9",
"@types/webpack-env": "1.13.0",