Update package dependencies: upgrade Angular and related packages to latest versions, and update other dependencies for improved stability and performance

This commit is contained in:
Milad Raeisi
2024-12-09 15:45:31 +04:00
parent 0c1442c1eb
commit 89d46df16a
2 changed files with 1402 additions and 2099 deletions

3441
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,23 +17,23 @@
},
"dependencies": {
"@angular-builders/custom-webpack": "^18.0.0",
"@angular/animations": "19.0.0",
"@angular/cdk": "19.0.0",
"@angular/common": "19.0.0",
"@angular/compiler": "19.0.0",
"@angular/core": "19.0.0",
"@angular/forms": "19.0.0",
"@angular/material": "19.0.0",
"@angular/material-luxon-adapter": "19.0.0",
"@angular/platform-browser": "19.0.0",
"@angular/platform-browser-dynamic": "19.0.0",
"@angular/pwa": "^19.0.1",
"@angular/router": "19.0.0",
"@angular/service-worker": "^19.0.0",
"@angular/animations": "19.0.3",
"@angular/cdk": "19.0.2",
"@angular/common": "19.0.3",
"@angular/compiler": "19.0.3",
"@angular/core": "19.0.3",
"@angular/forms": "19.0.3",
"@angular/material": "19.0.2",
"@angular/material-luxon-adapter": "19.0.2",
"@angular/platform-browser": "19.0.3",
"@angular/platform-browser-dynamic": "19.0.3",
"@angular/pwa": "^19.0.4",
"@angular/router": "19.0.3",
"@angular/service-worker": "^19.0.3",
"@ctrl/ngx-emoji-mart": "^9.2.0",
"@gandlaf21/bolt11-decode": "^3.1.1",
"@getalby/lightning-tools": "^5.1.0",
"@getalby/sdk": "^3.7.1",
"@getalby/lightning-tools": "^5.1.1",
"@getalby/sdk": "^3.8.2",
"@material/snackbar": "^14.0.0",
"@ngneat/cashew": "^4.1.0",
"@ngneat/transloco": "6.0.4",
@@ -52,7 +52,7 @@
"crypto-browserify": "^3.12.1",
"crypto-js": "4.2.0",
"dayjs": "^1.11.13",
"dompurify": "^3.2.1",
"dompurify": "^3.2.3",
"highlight.js": "11.10.0",
"install": "^0.13.0",
"jsdom": "^25.0.1",
@@ -62,17 +62,17 @@
"lodash-es": "4.17.21",
"luxon": "3.5.0",
"moment": "^2.30.1",
"ng-apexcharts": "1.13.0",
"ngx-indexed-db": "^19.2.0",
"ngx-infinite-scroll": "^18.0.0",
"ng-apexcharts": "1.15.0",
"ngx-indexed-db": "^19.3.0",
"ngx-infinite-scroll": "^19.0.0",
"ngx-quill": "27.0.0",
"nostr-login": "^1.6.12",
"nostr-tools": "^2.10.3",
"npm": "^10.9.1",
"nostr-login": "^1.6.13",
"nostr-tools": "^2.10.4",
"npm": "^10.9.2",
"perfect-scrollbar": "1.5.6",
"process": "^0.11.10",
"qrcode": "^1.5.4",
"quill": "2.0.2",
"quill": "2.0.3",
"rxjs": "~7.8.1",
"sanitize-html": "^2.13.1",
"stream": "^0.0.3",
@@ -82,21 +82,21 @@
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.1",
"@angular/cli": "19.0.1",
"@angular/compiler-cli": "19.0.0",
"@angular-devkit/build-angular": "^19.0.4",
"@angular/cli": "19.0.4",
"@angular/compiler-cli": "19.0.3",
"@tailwindcss/typography": "0.5.15",
"@types/chroma-js": "2.4.4",
"@types/crypto-js": "4.2.2",
"@types/highlight.js": "10.1.0",
"@types/jasmine": "5.1.4",
"@types/jasmine": "5.1.5",
"@types/lodash": "4.17.13",
"@types/lodash-es": "4.17.12",
"@types/luxon": "3.4.2",
"angular-cli-ghpages": "^2.0.3",
"autoprefixer": "10.4.20",
"chroma-js": "3.1.2",
"jasmine-core": "5.4.0",
"jasmine-core": "5.5.0",
"karma": "6.4.4",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
@@ -104,10 +104,10 @@
"karma-jasmine-html-reporter": "2.1.0",
"lodash": "4.17.21",
"postcss": "8.4.49",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "4.1.0",
"prettier-plugin-tailwindcss": "0.6.9",
"tailwindcss": "3.4.15",
"tailwindcss": "3.4.16",
"typescript": "5.6.3"
}
}