Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit 460f202

Browse files
In React templates, update @types/react to 15.0.29 for compatibility with TypeScript 2.4.0+
1 parent 7305455 commit 460f202

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/ReactReduxSpa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.0",
55
"dependencies": {
66
"@types/history": "4.5.1",
7-
"@types/react": "15.0.24",
7+
"@types/react": "15.0.29",
88
"@types/react-dom": "15.5.0",
99
"@types/react-redux": "4.4.40",
1010
"@types/react-router-dom": "4.0.4",

templates/ReactSpa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.0",
55
"devDependencies": {
66
"@types/history": "4.5.1",
7-
"@types/react": "15.0.24",
7+
"@types/react": "15.0.29",
88
"@types/react-dom": "15.5.0",
99
"@types/react-router": "4.0.9",
1010
"@types/webpack-env": "1.13.0",

0 commit comments

Comments
 (0)