From 460f202832d2f3aa984a626359d5d9990f33e080 Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Tue, 20 Jun 2017 15:17:19 +0100 Subject: [PATCH] In React templates, update @types/react to 15.0.29 for compatibility with TypeScript 2.4.0+ --- templates/ReactReduxSpa/package.json | 2 +- templates/ReactSpa/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/ReactReduxSpa/package.json b/templates/ReactReduxSpa/package.json index f28c5bc..8e0368d 100644 --- a/templates/ReactReduxSpa/package.json +++ b/templates/ReactReduxSpa/package.json @@ -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", diff --git a/templates/ReactSpa/package.json b/templates/ReactSpa/package.json index 541f998..fd49d9b 100644 --- a/templates/ReactSpa/package.json +++ b/templates/ReactSpa/package.json @@ -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",