Update to latest Angular v18

This commit is contained in:
Sercan Yemen 2024-12-29 12:14:03 +03:00
parent ca2f8e4992
commit 4f0980a8ce
2 changed files with 14473 additions and 14950 deletions

6011
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,17 +13,17 @@
"test": "ng test" "test": "ng test"
}, },
"dependencies": { "dependencies": {
"@angular/animations": "18.0.2", "@angular/animations": "18.2.13",
"@angular/cdk": "18.0.2", "@angular/cdk": "18.2.14",
"@angular/common": "18.0.2", "@angular/common": "18.2.13",
"@angular/compiler": "18.0.2", "@angular/compiler": "18.2.13",
"@angular/core": "18.0.2", "@angular/core": "18.2.13",
"@angular/forms": "18.0.2", "@angular/forms": "18.2.13",
"@angular/material": "18.0.2", "@angular/material": "18.2.14",
"@angular/material-luxon-adapter": "18.0.2", "@angular/material-luxon-adapter": "18.2.14",
"@angular/platform-browser": "18.0.2", "@angular/platform-browser": "18.2.13",
"@angular/platform-browser-dynamic": "18.0.2", "@angular/platform-browser-dynamic": "18.2.13",
"@angular/router": "18.0.2", "@angular/router": "18.2.13",
"@ngneat/transloco": "6.0.4", "@ngneat/transloco": "6.0.4",
"apexcharts": "3.49.1", "apexcharts": "3.49.1",
"crypto-js": "4.2.0", "crypto-js": "4.2.0",
@ -36,12 +36,12 @@
"quill": "2.0.2", "quill": "2.0.2",
"rxjs": "7.8.1", "rxjs": "7.8.1",
"tslib": "2.6.3", "tslib": "2.6.3",
"zone.js": "0.14.7" "zone.js": "0.14.10"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "18.0.3", "@angular-devkit/build-angular": "18.2.12",
"@angular/cli": "18.0.3", "@angular/cli": "18.2.12",
"@angular/compiler-cli": "18.0.2", "@angular/compiler-cli": "18.2.13",
"@tailwindcss/typography": "0.5.13", "@tailwindcss/typography": "0.5.13",
"@types/chroma-js": "2.4.4", "@types/chroma-js": "2.4.4",
"@types/crypto-js": "4.2.2", "@types/crypto-js": "4.2.2",
@ -64,6 +64,6 @@
"prettier-plugin-organize-imports": "3.2.4", "prettier-plugin-organize-imports": "3.2.4",
"prettier-plugin-tailwindcss": "0.6.3", "prettier-plugin-tailwindcss": "0.6.3",
"tailwindcss": "3.4.4", "tailwindcss": "3.4.4",
"typescript": "5.4.5" "typescript": "5.5.4"
} }
} }