From e5178d2938790b29d83a08e00177429e44e22729 Mon Sep 17 00:00:00 2001 From: SteveSandersonMS Date: Fri, 27 Jan 2017 15:32:19 +0000 Subject: [PATCH] Update peerDependency on aspnet-webpack-react to allow Webpack 2.2.0+ as well as 1.x --- .../npm/aspnet-webpack-react/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/package.json b/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/package.json index 34150a9..20b47c1 100644 --- a/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/package.json +++ b/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/package.json @@ -1,6 +1,6 @@ { "name": "aspnet-webpack-react", - "version": "1.0.4", + "version": "1.0.5", "description": "Helpers for using Webpack with React in ASP.NET Core projects. Works in conjunction with the Microsoft.AspNetCore.SpaServices NuGet package.", "main": "index.js", "scripts": { @@ -32,6 +32,6 @@ "webpack": "^1.12.14" }, "peerDependencies": { - "webpack": "^1.12.14" + "webpack": "^1.13.2 || ^2.2.0" } }