feat: update Angular and Angular CDK packages

This commit is contained in:
Sergey Andrievskiy 2021-11-12 17:09:55 +03:00
parent cabe4bd71a
commit 181331a894
5 changed files with 2634 additions and 6905 deletions

View file

@ -31,16 +31,16 @@
},
"dependencies": {
"@akveo/ng2-completer": "^9.0.1",
"@angular/animations": "^12.1.0",
"@angular/cdk": "12.1.0",
"@angular/common": "^12.1.0",
"@angular/compiler": "^12.1.0",
"@angular/core": "^12.1.0",
"@angular/forms": "^12.1.0",
"@angular/animations": "^13.0.1",
"@angular/cdk": "13.0.1",
"@angular/common": "^13.0.1",
"@angular/compiler": "^13.0.1",
"@angular/core": "^13.0.1",
"@angular/forms": "^13.0.1",
"@angular/google-maps": "^12.1.0",
"@angular/platform-browser": "^12.1.0",
"@angular/platform-browser-dynamic": "^12.1.0",
"@angular/router": "^12.1.0",
"@angular/platform-browser": "^13.0.1",
"@angular/platform-browser-dynamic": "^13.0.1",
"@angular/router": "^13.0.1",
"@asymmetrik/ngx-leaflet": "3.0.1",
"@nebular/auth": "8.0.0",
"@nebular/eva-icons": "8.0.0",
@ -51,7 +51,6 @@
"bootstrap": "4.3.1",
"chart.js": "2.7.1",
"ckeditor": "4.7.3",
"classlist.js": "1.1.20150312",
"core-js": "2.5.1",
"echarts": "^4.0.2",
"eva-icons": "^1.1.3",
@ -73,14 +72,13 @@
"tinymce": "4.5.7",
"tslib": "^2.1.0",
"typeface-exo": "0.0.22",
"web-animations-js": "^2.3.2",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.1.0",
"@angular/cli": "^12.1.0",
"@angular/compiler-cli": "^12.1.0",
"@angular/language-service": "12.1.0",
"@angular-devkit/build-angular": "~13.0.2",
"@angular/cli": "^13.0.2",
"@angular/compiler-cli": "^13.0.1",
"@angular/language-service": "13.0.1",
"@compodoc/compodoc": "1.0.1",
"@fortawesome/fontawesome-free": "^5.2.0",
"@types/d3-color": "1.0.5",
@ -106,6 +104,6 @@
"ts-node": "3.2.2",
"tslint": "~6.1.0",
"tslint-language-service": "^0.9.9",
"typescript": "^4.2.3"
"typescript": "^4.4.4"
}
}