mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
Update angular (#2343)
* chore: update to Angular 15 * chore: update to Angular 16 * chore: update Taiga UI
This commit is contained in:
@@ -30,29 +30,26 @@
|
||||
"build-config": "node build-config.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/animations": "^14.1.0",
|
||||
"@angular/common": "^14.1.0",
|
||||
"@angular/compiler": "^14.1.0",
|
||||
"@angular/core": "^14.1.0",
|
||||
"@angular/forms": "^14.1.0",
|
||||
"@angular/platform-browser": "^14.1.0",
|
||||
"@angular/platform-browser-dynamic": "^14.1.0",
|
||||
"@angular/pwa": "^14.1.0",
|
||||
"@angular/router": "^14.1.0",
|
||||
"@angular/service-worker": "^14.2.2",
|
||||
"@angular/animations": "^16.1.4",
|
||||
"@angular/common": "^16.1.4",
|
||||
"@angular/compiler": "^16.1.4",
|
||||
"@angular/core": "^16.1.4",
|
||||
"@angular/forms": "^16.1.4",
|
||||
"@angular/platform-browser": "^16.1.4",
|
||||
"@angular/platform-browser-dynamic": "^16.1.4",
|
||||
"@angular/pwa": "^16.1.4",
|
||||
"@angular/router": "^16.1.4",
|
||||
"@angular/service-worker": "^16.1.4",
|
||||
"@ionic/angular": "^6.1.15",
|
||||
"@maskito/angular": "^0.10.0",
|
||||
"@maskito/core": "^0.10.0",
|
||||
"@materia-ui/ngx-monaco-editor": "^6.0.0",
|
||||
"@start9labs/argon2": "^0.1.0",
|
||||
"@start9labs/emver": "^0.1.5",
|
||||
"@taiga-ui/addon-charts": "3.33.1",
|
||||
"@taiga-ui/cdk": "3.33.1",
|
||||
"@taiga-ui/core": "3.33.1",
|
||||
"@taiga-ui/icons": "3.33.1",
|
||||
"@taiga-ui/kit": "3.33.1",
|
||||
"@taiga-ui/addon-charts": "3.36.0",
|
||||
"@taiga-ui/cdk": "3.36.0",
|
||||
"@taiga-ui/core": "3.36.0",
|
||||
"@taiga-ui/icons": "3.36.0",
|
||||
"@taiga-ui/kit": "3.36.0",
|
||||
"@tinkoff/ng-dompurify": "4.0.0",
|
||||
"angular-svg-round-progressbar": "^9.0.0",
|
||||
"ansi-to-html": "^0.7.2",
|
||||
"base64-js": "^1.5.1",
|
||||
"cbor": "npm:@jprochazk/cbor@^0.4.9",
|
||||
@@ -68,7 +65,7 @@
|
||||
"marked": "^4.0.0",
|
||||
"monaco-editor": "^0.33.0",
|
||||
"mustache": "^4.2.0",
|
||||
"ng-qrcode": "^7.0.0",
|
||||
"ng-qrcode": "^16.0.0",
|
||||
"node-jose": "^2.1.1",
|
||||
"patch-db-client": "file: ../../../patch-db/client",
|
||||
"pbkdf2": "^3.1.2",
|
||||
@@ -78,13 +75,13 @@
|
||||
"ts-matches": "^5.2.1",
|
||||
"tslib": "^2.3.0",
|
||||
"uuid": "^8.3.2",
|
||||
"zone.js": "^0.11.5"
|
||||
"zone.js": "^0.13.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^14.1.0",
|
||||
"@angular/cli": "^14.1.0",
|
||||
"@angular/compiler-cli": "^14.1.0",
|
||||
"@angular/language-service": "^14.1.0",
|
||||
"@angular-devkit/build-angular": "^16.1.4",
|
||||
"@angular/cli": "^16.1.4",
|
||||
"@angular/compiler-cli": "^16.1.4",
|
||||
"@angular/language-service": "^16.1.4",
|
||||
"@ionic/cli": "^6.19.0",
|
||||
"@types/cron": "^2.0.0",
|
||||
"@types/dompurify": "^2.3.3",
|
||||
@@ -98,13 +95,13 @@
|
||||
"@types/uuid": "^8.3.1",
|
||||
"husky": "^4.3.8",
|
||||
"lint-staged": "^13.2.0",
|
||||
"ng-packagr": "^14.1.0",
|
||||
"ng-packagr": "^16.1.0",
|
||||
"node-html-parser": "^5.3.3",
|
||||
"prettier": "^2.6.1",
|
||||
"raw-loader": "^4.0.2",
|
||||
"ts-node": "^10.7.0",
|
||||
"tslint": "^6.1.3",
|
||||
"typescript": "^4.8.4",
|
||||
"typescript": "^5.1.6",
|
||||
"webpack-bundle-analyzer": "^4.8.0"
|
||||
},
|
||||
"husky": {
|
||||
|
||||
Reference in New Issue
Block a user