mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +00:00
chore(deps): update Angular ecosystem to latest 21.x
Bumps Angular core/CLI/Material/CDK to 21.2.11/21.2.9, @ngrx/* to 21.1.0, ngx-markdown to 21.2.0. All within current major; build and lint pass.
This commit is contained in:
parent
59681d47a4
commit
6a4253bd23
2 changed files with 358 additions and 2041 deletions
46
package.json
46
package.json
|
|
@ -163,27 +163,27 @@
|
|||
"uuidv7": "^1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^21.2.3",
|
||||
"@angular-devkit/build-angular": "^21.2.9",
|
||||
"@angular-eslint/builder": "^21.3.1",
|
||||
"@angular-eslint/eslint-plugin": "^21.3.1",
|
||||
"@angular-eslint/eslint-plugin-template": "^21.3.1",
|
||||
"@angular-eslint/schematics": "^21.3.1",
|
||||
"@angular-eslint/template-parser": "^21.3.1",
|
||||
"@angular/animations": "^21.2.5",
|
||||
"@angular/cdk": "^21.2.3",
|
||||
"@angular/cli": "^21.2.3",
|
||||
"@angular/common": "^21.2.5",
|
||||
"@angular/compiler": "^21.2.5",
|
||||
"@angular/compiler-cli": "^21.2.5",
|
||||
"@angular/core": "^21.2.5",
|
||||
"@angular/forms": "^21.2.5",
|
||||
"@angular/language-service": "^21.2.5",
|
||||
"@angular/material": "^21.2.3",
|
||||
"@angular/platform-browser": "^21.2.5",
|
||||
"@angular/platform-browser-dynamic": "^21.2.5",
|
||||
"@angular/platform-server": "^21.2.5",
|
||||
"@angular/router": "^21.2.5",
|
||||
"@angular/service-worker": "^21.2.5",
|
||||
"@angular/animations": "^21.2.11",
|
||||
"@angular/cdk": "^21.2.9",
|
||||
"@angular/cli": "^21.2.9",
|
||||
"@angular/common": "^21.2.11",
|
||||
"@angular/compiler": "^21.2.11",
|
||||
"@angular/compiler-cli": "^21.2.11",
|
||||
"@angular/core": "^21.2.11",
|
||||
"@angular/forms": "^21.2.11",
|
||||
"@angular/language-service": "^21.2.11",
|
||||
"@angular/material": "^21.2.9",
|
||||
"@angular/platform-browser": "^21.2.11",
|
||||
"@angular/platform-browser-dynamic": "^21.2.11",
|
||||
"@angular/platform-server": "^21.2.11",
|
||||
"@angular/router": "^21.2.11",
|
||||
"@angular/service-worker": "^21.2.11",
|
||||
"@capacitor/android": "^7.4.4",
|
||||
"@capacitor/app": "^7.1.0",
|
||||
"@capacitor/cli": "^7.5.0",
|
||||
|
|
@ -199,17 +199,17 @@
|
|||
"@eslint/js": "^9.39.2",
|
||||
"@fontsource/open-sans": "^5.2.7",
|
||||
"@nextcloud/cdav-library": "^1.5.3",
|
||||
"@ngrx/effects": "^21.0.1",
|
||||
"@ngrx/entity": "^21.0.1",
|
||||
"@ngrx/schematics": "^21.0.1",
|
||||
"@ngrx/store": "21.0.1",
|
||||
"@ngrx/store-devtools": "^21.0.1",
|
||||
"@ngrx/effects": "^21.1.0",
|
||||
"@ngrx/entity": "^21.1.0",
|
||||
"@ngrx/schematics": "^21.1.0",
|
||||
"@ngrx/store": "21.1.0",
|
||||
"@ngrx/store-devtools": "^21.1.0",
|
||||
"@ngx-formly/core": "^7.1.0",
|
||||
"@ngx-formly/material": "^7.1.0",
|
||||
"@ngx-translate/core": "^17.0.0",
|
||||
"@ngx-translate/http-loader": "^17.0.0",
|
||||
"@playwright/test": "^1.57.0",
|
||||
"@schematics/angular": "^21.2.3",
|
||||
"@schematics/angular": "^21.2.9",
|
||||
"@types/electron": "^1.4.38",
|
||||
"@types/electron-localshortcut": "^3.1.3",
|
||||
"@types/file-saver": "^2.0.5",
|
||||
|
|
@ -263,7 +263,7 @@
|
|||
"nanoid": "^5.1.6",
|
||||
"new-github-issue-url": "^1.1.0",
|
||||
"ng2-charts": "^10.0.0",
|
||||
"ngx-markdown": "^21.1.0",
|
||||
"ngx-markdown": "^21.2.0",
|
||||
"playwright": "^1.57.0",
|
||||
"prettier": "^3.7.4",
|
||||
"pretty-quick": "^4.2.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue