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

29289
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,69 +1,69 @@
{ {
"name": "fuse-angular", "name": "fuse-angular",
"version": "20.0.0", "version": "20.0.0",
"description": "Fuse - Angular Admin Template and Starter Project", "description": "Fuse - Angular Admin Template and Starter Project",
"author": "https://themeforest.net/user/srcn", "author": "https://themeforest.net/user/srcn",
"license": "https://themeforest.net/licenses/standard", "license": "https://themeforest.net/licenses/standard",
"private": true, "private": true,
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",
"build": "ng build", "build": "ng build",
"watch": "ng build --watch --configuration development", "watch": "ng build --watch --configuration development",
"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",
"highlight.js": "11.9.0", "highlight.js": "11.9.0",
"lodash-es": "4.17.21", "lodash-es": "4.17.21",
"luxon": "3.4.4", "luxon": "3.4.4",
"ng-apexcharts": "1.10.0", "ng-apexcharts": "1.10.0",
"ngx-quill": "26.0.1", "ngx-quill": "26.0.1",
"perfect-scrollbar": "1.5.5", "perfect-scrollbar": "1.5.5",
"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",
"@types/highlight.js": "10.1.0", "@types/highlight.js": "10.1.0",
"@types/jasmine": "5.1.4", "@types/jasmine": "5.1.4",
"@types/lodash": "4.17.5", "@types/lodash": "4.17.5",
"@types/lodash-es": "4.17.12", "@types/lodash-es": "4.17.12",
"@types/luxon": "3.4.2", "@types/luxon": "3.4.2",
"autoprefixer": "10.4.19", "autoprefixer": "10.4.19",
"chroma-js": "2.4.2", "chroma-js": "2.4.2",
"jasmine-core": "5.1.2", "jasmine-core": "5.1.2",
"karma": "6.4.3", "karma": "6.4.3",
"karma-chrome-launcher": "3.2.0", "karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1", "karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0", "karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0", "karma-jasmine-html-reporter": "2.1.0",
"lodash": "4.17.21", "lodash": "4.17.21",
"postcss": "8.4.38", "postcss": "8.4.38",
"prettier": "3.3.2", "prettier": "3.3.2",
"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"
} }
} }