bump angular dependencies

This commit is contained in:
mononaut 2026-05-11 06:27:02 +00:00
parent 93072cc5cf
commit 325423e3da
No known key found for this signature in database
GPG key ID: BFD16BE592A9CD8D
2 changed files with 1857 additions and 771 deletions

File diff suppressed because it is too large Load diff

View file

@ -59,19 +59,19 @@
"cypress:run:ci:parameterized": "node update-config.js TESTNET_ENABLED=true TESTNET4_ENABLED=true SIGNET_ENABLED=true LIQUID_ENABLED=true ITEMS_PER_PAGE=25 && npm run generate-config && start-server-and-test serve:parameterized 4200 cypress:run:record"
},
"dependencies": {
"@angular-devkit/build-angular": "^20.3.20",
"@angular/animations": "^20.3.18",
"@angular/cli": "^20.3.20",
"@angular/common": "^20.3.18",
"@angular/compiler": "^20.3.18",
"@angular/core": "^20.3.18",
"@angular/forms": "^20.3.18",
"@angular/localize": "^20.3.18",
"@angular/platform-browser": "^20.3.18",
"@angular/platform-browser-dynamic": "^20.3.18",
"@angular/platform-server": "^20.3.18",
"@angular/router": "^20.3.18",
"@angular/ssr": "^20.3.18",
"@angular-devkit/build-angular": "^20.3.25",
"@angular/animations": "^20.3.19",
"@angular/cli": "^20.3.25",
"@angular/common": "^20.3.19",
"@angular/compiler": "^20.3.19",
"@angular/core": "^20.3.19",
"@angular/forms": "^20.3.19",
"@angular/localize": "^20.3.19",
"@angular/platform-browser": "^20.3.19",
"@angular/platform-browser-dynamic": "^20.3.19",
"@angular/platform-server": "^20.3.19",
"@angular/router": "^20.3.19",
"@angular/ssr": "^20.3.25",
"@fortawesome/angular-fontawesome": "^3.0.0",
"@fortawesome/fontawesome-common-types": "~6.7.2",
"@fortawesome/fontawesome-svg-core": "~6.7.2",
@ -91,8 +91,8 @@
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular/compiler-cli": "^20.3.18",
"@angular/language-service": "^20.3.18",
"@angular/compiler-cli": "^20.3.19",
"@angular/language-service": "^20.3.19",
"@types/node": "^24.9.2",
"@typescript-eslint/eslint-plugin": "^8.46.2",
"@typescript-eslint/parser": "^8.46.2",