Bump Amgular -> 17

This commit is contained in:
phil 2024-02-28 10:56:26 +05:30
parent d464897b8b
commit 3965107e58
2 changed files with 1853 additions and 1456 deletions

3277
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -27,17 +27,17 @@
], ],
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^16.2.12", "@angular/animations": "^17.2.3",
"@angular/cdk": "^16.2.14", "@angular/cdk": "^16.2.14",
"@angular/common": "^16.2.12", "@angular/common": "^17.2.3",
"@angular/compiler": "^16.2.12", "@angular/compiler": "^17.2.3",
"@angular/core": "^16.2.12", "@angular/core": "^17.2.3",
"@angular/forms": "^16.2.12", "@angular/forms": "^17.2.3",
"@angular/material": "^16.2.14", "@angular/material": "^16.2.14",
"@angular/platform-browser": "^16.2.12", "@angular/platform-browser": "^17.2.3",
"@angular/platform-browser-dynamic": "^16.2.12", "@angular/platform-browser-dynamic": "^17.2.3",
"@angular/platform-server": "^16.2.12", "@angular/platform-server": "^17.2.3",
"@angular/router": "^16.2.12", "@angular/router": "^17.2.3",
"@mapbox/point-geometry": "^0.1.0", "@mapbox/point-geometry": "^0.1.0",
"@maplibre/ngx-maplibre-gl": "^13.0.0", "@maplibre/ngx-maplibre-gl": "^13.0.0",
"@turf/bbox": "^6.5.0", "@turf/bbox": "^6.5.0",
@ -50,13 +50,13 @@
"rxjs": "^7.4.0", "rxjs": "^7.4.0",
"subscriptions-transport-ws": "^0.9.17", "subscriptions-transport-ws": "^0.9.17",
"ts-helpers": "^1.1.2", "ts-helpers": "^1.1.2",
"zone.js": "~0.13.3" "zone.js": "~0.14.4"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^16.2.12", "@angular-devkit/build-angular": "^17.2.1",
"@angular/cli": "^16.2.12", "@angular/cli": "^17.2.1",
"@angular/compiler-cli": "^16.2.12", "@angular/compiler-cli": "^17.2.3",
"@angular/language-service": "^16.2.12", "@angular/language-service": "^17.2.3",
"@types/core-js": "^2.5.0", "@types/core-js": "^2.5.0",
"@types/geojson": "^7946.0.7", "@types/geojson": "^7946.0.7",
"@types/jasmine": "~3.6.0", "@types/jasmine": "~3.6.0",
@ -79,6 +79,6 @@
"ts-node": "^8.0.2", "ts-node": "^8.0.2",
"tslib": "^2.0.0", "tslib": "^2.0.0",
"tslint": "~6.1.0", "tslint": "~6.1.0",
"typescript": "~5.1.6" "typescript": "~5.3.3"
} }
} }