From 3a666c74508f24903f853d7ef9edeb661de84f98 Mon Sep 17 00:00:00 2001 From: taqishah1214 <60063724+taqishah1214@users.noreply.github.com> Date: Thu, 8 Dec 2022 03:07:08 +0500 Subject: [PATCH 1/3] angular 14 update --- CHANGELOG.md | 6 ++++ README.md | 2 +- docs/argon.css | 2 +- docs/documentation.html | 2 +- package.json | 59 +++++++++++++++++++------------------- src/assets/scss/argon.scss | 2 +- src/index.html | 2 +- src/main.ts | 2 +- src/polyfills.ts | 29 ------------------- tsconfig.json | 6 ++-- 10 files changed, 45 insertions(+), 67 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10fa7cb1..52973c04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.5.0] - 2022-12-08 +### Updates +- update to Angular 14 +- update all dependencies to match Angular 14 version + + ## [1.4.0] - 2022-04-1 ### Updates - update to Angular 13 diff --git a/README.md b/README.md index 9f880532..654fe6f0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ - ![version](https://img.shields.io/badge/version-1.4.0-blue.svg) ![license](https://img.shields.io/badge/license-MIT-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/argon-dashboard-angular.svg?maxAge=2592000)](https://github.com/creativetimofficial/argon-dashboard-angular/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/argon-dashboard-angular.svg?maxAge=2592000)](https://github.com/creativetimofficial/argon-dashboard-angular/issues?q=is%3Aissue+is%3Aclosed) [![Join the chat at https://gitter.im/NIT-dgp/General](https://badges.gitter.im/NIT-dgp/General.svg)](https://gitter.im/creative-tim-general/Lobby) [![Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/E4aHAQy) + ![version](https://img.shields.io/badge/version-1.5.0-blue.svg) ![license](https://img.shields.io/badge/license-MIT-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/argon-dashboard-angular.svg?maxAge=2592000)](https://github.com/creativetimofficial/argon-dashboard-angular/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/argon-dashboard-angular.svg?maxAge=2592000)](https://github.com/creativetimofficial/argon-dashboard-angular/issues?q=is%3Aissue+is%3Aclosed) [![Join the chat at https://gitter.im/NIT-dgp/General](https://badges.gitter.im/NIT-dgp/General.svg)](https://gitter.im/creative-tim-general/Lobby) [![Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/E4aHAQy) ![Product Gif](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/argon-dashboard-angular/argon-dashboard-angular.gif) diff --git a/docs/argon.css b/docs/argon.css index 47c02e34..9ddd4bd1 100644 --- a/docs/argon.css +++ b/docs/argon.css @@ -1,7 +1,7 @@ /*! ========================================================= -* Argon Dashboard - v1.4.0 +* Argon Dashboard - v1.5.0 ========================================================= * Product Page: https://www.creative-tim.com/product/argon-dashboard diff --git a/docs/documentation.html b/docs/documentation.html index 00deb10b..8f2405eb 100644 --- a/docs/documentation.html +++ b/docs/documentation.html @@ -71,7 +71,7 @@

- Documentation v1.4.0 + Documentation v1.5.0

We are constatly doing updates on the product and documentation, diff --git a/package.json b/package.json index f647693e..6f476c18 100644 --- a/package.json +++ b/package.json @@ -12,49 +12,50 @@ }, "private": true, "dependencies": { - "@angular/animations": "13.3.1", - "@angular/cdk": "^13.3.1", - "@angular/common": "^13.3.1", - "@angular/compiler": "^13.3.1", - "@angular/core": "^13.3.1", - "@angular/elements": "^13.3.1", - "@angular/forms": "^13.3.1", - "@angular/localize": "13.3.1", - "@angular/platform-browser": "^13.3.1", - "@angular/platform-browser-dynamic": "^13.3.1", - "@angular/router": "^13.3.1", + "@angular/animations": "^14.2.0", + "@angular/cdk": "^14.2.0", + "@angular/common": "^14.2.0", + "@angular/compiler": "^14.2.0", + "@angular/core": "^14.2.0", + "@angular/elements": "^14.2.0", + "@angular/forms": "^14.2.0", + "@angular/google-maps": "^14.2.0", + "@angular/localize": "^14.2.0", + "@angular/material": "^14.2.0", + "@angular/platform-browser": "^14.2.0", + "@angular/platform-browser-dynamic": "^14.2.0", + "@angular/router": "^14.2.0", "@ng-bootstrap/ng-bootstrap": "12.0.1", "@popperjs/core": "^2.11.4", "bootstrap": "4.6.1", "chart.js": "2.9.4", "clipboard": "2.0.10", - "core-js": "3.21.1", "ngx-clipboard": "15.0.1", "ngx-toastr": "14.2.2", "nouislider": "15.5.1", - "rxjs": "^7.5.5", - "zone.js": "~0.11.5" + "rxjs": "~7.5.0", + "zone.js": "~0.11.4", + "web-animations-js": "2.3.2" }, "devDependencies": { - "@angular-devkit/build-angular": "^13.3.1", - "@angular/cli": "^13.3.1", - "@angular/compiler-cli": "^13.3.1", - "@angular/language-service": "13.3.1", - "@types/jasmine": "~3.10.3", + "@angular-devkit/build-angular": "^14.2.7", + "@angular/cli": "~14.2.7", + "@angular/compiler-cli": "^14.2.0", + "@angular/language-service": "14.2.0", + "@types/jasmine": "~4.0.0", "@types/jasminewd2": "~2.0.10", - "@types/node": "16.3.2", + "@types/node": "^17.0.21", "codelyzer": "6.0.2", - "jasmine-core": "~4.0.1", + "jasmine-core": "~4.4.0", "jasmine-spec-reporter": "~7.0.0", - "karma": "^6.3.17", - "karma-chrome-launcher": "~3.1.1", - "karma-coverage": "^2.2.0", + "karma": "~6.4.0", + "karma-chrome-launcher": "~3.1.0", + "karma-coverage": "~2.2.0", "karma-coverage-istanbul-reporter": "~3.0.3", - "karma-jasmine": "~4.0.1", - "karma-jasmine-html-reporter": "^1.7.0", + "karma-jasmine": "~5.1.0", + "karma-jasmine-html-reporter": "~2.0.0", "protractor": "7.0.0", - "ts-node": "~10.7.0", - "tslint": "6.1.3", - "typescript": "~4.4.2" + "ts-node": "~10.9.1", + "typescript": "~4.7.2" } } diff --git a/src/assets/scss/argon.scss b/src/assets/scss/argon.scss index f2ef3da7..836da048 100644 --- a/src/assets/scss/argon.scss +++ b/src/assets/scss/argon.scss @@ -1,7 +1,7 @@ /*! ========================================================= -* Argon Dashboard Angular - v1.4.0 +* Argon Dashboard Angular - v1.5.0 ========================================================= * Product Page: https://www.creative-tim.com/product/argon-dashboard-angular diff --git a/src/index.html b/src/index.html index 719c6493..8672d2ea 100644 --- a/src/index.html +++ b/src/index.html @@ -1,7 +1,7 @@