From 35e88792127475c32ea809b81b664562d6593364 Mon Sep 17 00:00:00 2001 From: Nathan Walker <walkerrunpdx@gmail.com> Date: Sat, 17 Sep 2016 21:59:07 -0700 Subject: [PATCH] chore: store update --- nativescript/package.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nativescript/package.json b/nativescript/package.json index c62589ac..9d4fa94f 100644 --- a/nativescript/package.json +++ b/nativescript/package.json @@ -25,7 +25,7 @@ "@angular/platform-server": "2.0.0", "@angular/router": "3.0.0", "@ngrx/core": "^1.2.0", - "@ngrx/store": "^2.1.2", + "@ngrx/store": "^2.2.1", "angulartics2": "^1.1.6", "es6-promise": "^3.0.2", "es6-shim": "^0.35.0", @@ -52,4 +52,4 @@ "shelljs": "^0.7.0", "typescript": "^1.8.10" } -} \ No newline at end of file +} diff --git a/package.json b/package.json index aa400ed6..6baa2184 100644 --- a/package.json +++ b/package.json @@ -157,7 +157,7 @@ "@angular/platform-browser-dynamic": "2.0.0", "@angular/router": "3.0.0", "@ngrx/core": "^1.2.0", - "@ngrx/store": "^2.1.2", + "@ngrx/store": "^2.2.1", "angulartics2": "^1.1.5", "es-module-loader": "^1.0.0", "core-js": "^2.4.1", -- GitLab