From 174246dd087e85f6e0caf557cda4f59ff7cdfaf7 Mon Sep 17 00:00:00 2001 From: Simptel Date: Tue, 2 Aug 2022 17:26:54 +0200 Subject: [PATCH 1/2] update to v14 --- package.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 9c955f0e..d93c66d7 100644 --- a/package.json +++ b/package.json @@ -20,14 +20,14 @@ }, "private": true, "dependencies": { - "@angular/animations": "8.x - 13.x", - "@angular/common": "8.x - 13.x", - "@angular/compiler": "8.x - 13.x", - "@angular/core": "8.x - 13.x", - "@angular/forms": "8.x - 13.x", - "@angular/platform-browser": "8.x - 13.x", - "@angular/platform-browser-dynamic": "8.x - 13.x", - "@angular/router": "8.x - 13.x", + "@angular/animations": "8.x - 14.x", + "@angular/common": "8.x - 14.x", + "@angular/compiler": "8.x - 14.x", + "@angular/core": "8.x - 14.x", + "@angular/forms": "8.x - 14.x", + "@angular/platform-browser": "8.x - 14.x", + "@angular/platform-browser-dynamic": "8.x - 14.x", + "@angular/router": "8.x - 14.x", "bootstrap": "^4.5.2", "core-js": "^3.6.5", "google-libphonenumber": "^3.2.3", @@ -40,10 +40,10 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "8.x - 13.x", - "@angular/cli": "8.x - 13.x", - "@angular/compiler-cli": "8.x - 13.x", - "@angular/language-service": "8.x - 13.x", + "@angular-devkit/build-angular": "8.x - 14.x", + "@angular/cli": "8.x - 14.x", + "@angular/compiler-cli": "8.x - 14.x", + "@angular/language-service": "8.x - 14.x", "@types/google-libphonenumber": "^7.4.23", "@types/jasmine": "~3.8.0", "@types/jasminewd2": "~2.0.3", @@ -68,8 +68,8 @@ "webpack-bundle-analyzer": "^3.9.0" }, "peerDependencies": { - "@angular/common": "8.x - 13.x", - "@angular/core": "8.x - 13.x", - "@angular/forms": "8.x - 13.x" + "@angular/common": "8.x - 14.x", + "@angular/core": "8.x - 14.x", + "@angular/forms": "8.x - 14.x" } } From d57f80021df014e8df4936a41097e19b6624fb69 Mon Sep 17 00:00:00 2001 From: Simptel Date: Tue, 2 Aug 2022 17:34:57 +0200 Subject: [PATCH 2/2] Updated packages --- projects/ngx-intl-tel-input/package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/projects/ngx-intl-tel-input/package.json b/projects/ngx-intl-tel-input/package.json index ca7eec59..b484bc72 100644 --- a/projects/ngx-intl-tel-input/package.json +++ b/projects/ngx-intl-tel-input/package.json @@ -1,10 +1,10 @@ { "name": "ngx-intl-tel-input", - "version": "3.2.0", + "version": "3.3.0", "peerDependencies": { - "@angular/common": "8.x - 13.x", - "@angular/core": "8.x - 13.x", - "@angular/forms": "8.x - 13.x", + "@angular/common": "8.x - 14.x", + "@angular/core": "8.x - 14.x", + "@angular/forms": "8.x - 14.x", "google-libphonenumber": "^3.2.3", "intl-tel-input": "^17.0.3", "ngx-bootstrap": "^6.0.0" @@ -28,6 +28,7 @@ "angular 11", "angular 12", "angular 13", + "angular 14", "intl-tel-input", "phone number", "validation"