From 5e2ddfe3dba4189aa9a51f06d7a4cecac77c4009 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 17:49:39 +0300 Subject: [PATCH] fix: js-utils package 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 4f8eb8e..37cc5fb 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.1-legacy", + "@thalesrc/js-utils": "^2.8.2-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 6821533..f29a7ae 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.1-legacy", + "@thalesrc/js-utils": "^2.8.2-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 933faa0..ba0d532 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.1", + "@thalesrc/js-utils": "^2.8.2", "@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 f7836be..107c9bb 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.1" + "@thalesrc/js-utils": "^2.8.2" } } diff --git a/projects/ng-utils/package.v8.json b/projects/ng-utils/package.v8.json index 28b53fe..b21f0c3 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.1-legacy" + "@thalesrc/js-utils": "^2.8.2-legacy" } } diff --git a/projects/ng-utils/package.v9.json b/projects/ng-utils/package.v9.json index ae08417..8723179 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.1" + "@thalesrc/js-utils": "^2.8.2" } }