diff --git a/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/package-lock.json b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/package-lock.json index f5a33b4edd..6eea884b92 100644 --- a/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/package-lock.json +++ b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/package-lock.json @@ -163,6 +163,54 @@ "@babel/types": "^7.0.0" } }, + "ajv": { + + "version": "6.0.0", + + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.0.0.tgz", + + "integrity": "sha1-CTvsTZusjkUF5UGuEOthUCaGhMI=", + + "dev": true, + + "requires": { + + "fast-deep-equal": "^1.0.0", + + "fast-json-stable-stringify": "^2.0.0", + + "json-schema-traverse": "^0.3.0" + + }, + + "dependencies": { + + "fast-deep-equal": { + + "version": "1.1.0", + + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz", + + "integrity": "sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ=", + + "dev": true + + }, + + "json-schema-traverse": { + + "version": "0.3.1", + + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz", + + "integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A=", + + "dev": true + + } + } + + }, "@babel/helper-plugin-utils": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz", diff --git a/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/package.json b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/package.json index 1a41040166..9ce5ca2780 100644 --- a/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/package.json +++ b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/package.json @@ -6,6 +6,7 @@ "bootstrap": "^4.1.3", "connected-react-router": "^4.5.0", "jquery": "3.3.1", + "merge": "^1.2.1", "history": "^4.7.2", "react": "^16.6.0", "react-dom": "^16.6.0",