From 6fc4829b5365228e297e66b0bd939c3d2793334a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20=C5=9Eahin=20=C3=96z=C3=A7elik?= Date: Sun, 22 Nov 2020 18:21:44 +0300 Subject: [PATCH] fix: version fix --- 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 37cc5fb..c8464a0 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.2-legacy", + "@thalesrc/js-utils": "^2.8.3-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 f29a7ae..8b3ee25 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.2-legacy", + "@thalesrc/js-utils": "^2.8.3-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 ba0d532..4cc88bd 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.2", + "@thalesrc/js-utils": "^2.8.3", "@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 107c9bb..0111173 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.2" + "@thalesrc/js-utils": "^2.8.3" } } diff --git a/projects/ng-utils/package.v8.json b/projects/ng-utils/package.v8.json index b21f0c3..1ef3093 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.2-legacy" + "@thalesrc/js-utils": "^2.8.3-legacy" } } diff --git a/projects/ng-utils/package.v9.json b/projects/ng-utils/package.v9.json index 8723179..a1393d9 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.2" + "@thalesrc/js-utils": "^2.8.3" } }