อัพให้เป็น Angular 18
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | ... | @@ -14,16 +14,17 @@ |
| "private": true, | ||
| "dependencies": { | ||
| "@angular-slider/ngx-slider": "^2.0.4", | ||
| "@angular/animations": "^16.1.2", | ||
| "@angular/animations": "^18.2.13", | ||
| "@angular/cdk": "^16.1.2", | ||
| "@angular/compiler": "^16.1.2", | ||
| "@angular/core": "^16.1.2", | ||
| "@angular/common": "^18.2.13", | ||
| "@angular/compiler": "^18.2.13", | ||
| "@angular/core": "^18.2.13", | ||
| "@angular/fire": "^7.6.1", | ||
| "@angular/forms": "^16.1.2", | ||
| "@angular/forms": "^18.2.13", | ||
| "@angular/material": "^16.1.2", | ||
| "@angular/platform-browser": "^16.1.2", | ||
| "@angular/platform-browser-dynamic": "^16.1.2", | ||
| "@angular/router": "^16.1.2", | ||
| "@angular/platform-browser": "^18.2.13", | ||
| "@angular/platform-browser-dynamic": "^18.2.13", | ||
| "@angular/router": "^18.2.13", | ||
| "@asymmetrik/ngx-leaflet": "^16.0.1", | ||
| "@firebase/app": "^0.9.14", | ||
| "@firebase/firestore": "^4.1.0", | ||
| ... | ... | @@ -51,7 +52,7 @@ |
| "animate.css": "^4.1.1", | ||
| "apexcharts": "^3.41.0", | ||
| "bootstrap": "^5.3.3", | ||
| "browser-sync": "^2.29.3", | ||
| "browser-sync": "^3.0.4", | ||
| "chart.js": "^4.3.0", | ||
| "date-fns": "^2.30.0", | ||
| "echarts": "^5.6.0", | ||
| ... | ... | @@ -92,12 +93,12 @@ |
| "swiper": "^8.4.6", | ||
| "tslib": "^2.5.3", | ||
| "wnumb": "^1.2.0", | ||
| "zone.js": "~0.13.1" | ||
| "zone.js": "~0.14.10" | ||
| }, | ||
| "devDependencies": { | ||
| "@angular-devkit/build-angular": "^16.1.1", | ||
| "@angular/cli": "~16.1.1", | ||
| "@angular/compiler-cli": "^16.1.2", | ||
| "@angular-devkit/build-angular": "^18.2.20", | ||
| "@angular/cli": "~18.2.20", | ||
| "@angular/compiler-cli": "^18.2.13", | ||
| "@types/d3-scale": "^4.0.3", | ||
| "@types/d3-selection": "^3.0.5", | ||
| "@types/d3-shape": "^3.1.1", | ||
| ... | ... | @@ -121,6 +122,6 @@ |
| "postcss": "^8.4.24", | ||
| "tailwind-clip-path": "^1.0.0", | ||
| "tailwindcss": "^3.3.2", | ||
| "typescript": "~5.1.3" | ||
| "typescript": "~5.4.5" | ||
| } | ||
| } |
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment