From 3dafcc76f48d7176ed0dd851fa19766a769248e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20=C5=9Eahin=20=C3=96z=C3=A7elik?= Date: Sat, 28 Nov 2020 20:50:19 +0300 Subject: [PATCH] refactor: package upgrade --- package.json | 2 +- package.v8.json | 2 +- package.v9.json | 2 +- projects/ng-utils/package.json | 2 +- projects/ng-utils/package.v8.json | 2 +- projects/ng-utils/package.v9.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index c8464a0..9e1549b 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@angular/platform-browser": "~8.0.3", "@angular/platform-browser-dynamic": "~8.0.3", "@angular/router": "~8.0.3", - "@thalesrc/js-utils": "^2.8.3-legacy", + "@thalesrc/js-utils": "^2.9.1-legacy", "@thalesrc/resize-manager": "^0.3.3", "rxjs": "~6.4.0", "tslib": "^1.9.0", diff --git a/package.v8.json b/package.v8.json index 8b3ee25..378d5ea 100644 --- a/package.v8.json +++ b/package.v8.json @@ -9,7 +9,7 @@ "@angular/platform-browser": "~8.0.3", "@angular/platform-browser-dynamic": "~8.0.3", "@angular/router": "~8.0.3", - "@thalesrc/js-utils": "^2.8.3-legacy", + "@thalesrc/js-utils": "^2.9.1-legacy", "@thalesrc/resize-manager": "^0.3.3", "rxjs": "~6.4.0", "tslib": "^1.9.0", diff --git a/package.v9.json b/package.v9.json index 4cc88bd..728852f 100644 --- a/package.v9.json +++ b/package.v9.json @@ -9,7 +9,7 @@ "@angular/platform-browser": "^9.1.12", "@angular/platform-browser-dynamic": "^9.1.12", "@angular/router": "^9.1.12", - "@thalesrc/js-utils": "^2.8.3", + "@thalesrc/js-utils": "^2.9.1", "@thalesrc/resize-manager": "^0.3.3", "rxjs": "~6.5.4", "tslib": "^1.10.0", diff --git a/projects/ng-utils/package.json b/projects/ng-utils/package.json index 0111173..33df7cf 100644 --- a/projects/ng-utils/package.json +++ b/projects/ng-utils/package.json @@ -53,6 +53,6 @@ "rxjs": "^6.4.0" }, "dependencies": { - "@thalesrc/js-utils": "^2.8.3" + "@thalesrc/js-utils": "^2.9.1" } } diff --git a/projects/ng-utils/package.v8.json b/projects/ng-utils/package.v8.json index 1ef3093..c1922a5 100644 --- a/projects/ng-utils/package.v8.json +++ b/projects/ng-utils/package.v8.json @@ -10,6 +10,6 @@ "rxjs": "^6.4.0" }, "dependencies": { - "@thalesrc/js-utils": "^2.8.3-legacy" + "@thalesrc/js-utils": "^2.9.1-legacy" } } diff --git a/projects/ng-utils/package.v9.json b/projects/ng-utils/package.v9.json index a1393d9..c9d45be 100644 --- a/projects/ng-utils/package.v9.json +++ b/projects/ng-utils/package.v9.json @@ -10,6 +10,6 @@ "rxjs": "~6.5.4" }, "dependencies": { - "@thalesrc/js-utils": "^2.8.3" + "@thalesrc/js-utils": "^2.9.1" } }