WIP: updates, remove graphql (many things commented out)

This commit is contained in:
phil 2024-02-28 01:19:35 +05:30
parent 38ff5b8e59
commit d464897b8b
28 changed files with 6391 additions and 5166 deletions

View file

@ -27,39 +27,36 @@
],
"private": true,
"dependencies": {
"@angular/animations": "^15.2.1",
"@angular/cdk": "^15.2.1",
"@angular/common": "^15.2.1",
"@angular/compiler": "^15.2.1",
"@angular/core": "^15.2.1",
"@angular/forms": "^15.2.1",
"@angular/material": "^15.2.1",
"@angular/platform-browser": "^15.2.1",
"@angular/platform-browser-dynamic": "^15.2.1",
"@angular/platform-server": "^15.2.1",
"@angular/router": "^15.2.1",
"@apollo/client": "^3.4.16",
"@angular/animations": "^16.2.12",
"@angular/cdk": "^16.2.14",
"@angular/common": "^16.2.12",
"@angular/compiler": "^16.2.12",
"@angular/core": "^16.2.12",
"@angular/forms": "^16.2.12",
"@angular/material": "^16.2.14",
"@angular/platform-browser": "^16.2.12",
"@angular/platform-browser-dynamic": "^16.2.12",
"@angular/platform-server": "^16.2.12",
"@angular/router": "^16.2.12",
"@mapbox/point-geometry": "^0.1.0",
"@maplibre/ngx-maplibre-gl": "^13.0.0",
"@turf/bbox": "^6.5.0",
"@turf/distance": "^6.5.0",
"angular-plotly.js": "^4.0.4",
"apollo-angular": "^4.2.1",
"angular-plotly.js": "^5.2.2",
"core-js": "^2.6.3",
"graphql": "^15.6.1",
"maplibre-gl": "^2.4.0",
"ngx-flexible-layout": "15.0.1",
"plotly.js-basic-dist-min": "^2.8.1",
"ngx-flexible-layout": "~16.0",
"plotly.js-basic-dist-min": "2.29.1",
"rxjs": "^7.4.0",
"subscriptions-transport-ws": "^0.9.17",
"ts-helpers": "^1.1.2",
"zone.js": "~0.11.4"
"zone.js": "~0.13.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.1",
"@angular/cli": "^15.2.1",
"@angular/compiler-cli": "^15.2.1",
"@angular/language-service": "^15.2.1",
"@angular-devkit/build-angular": "^16.2.12",
"@angular/cli": "^16.2.12",
"@angular/compiler-cli": "^16.2.12",
"@angular/language-service": "^16.2.12",
"@types/core-js": "^2.5.0",
"@types/geojson": "^7946.0.7",
"@types/jasmine": "~3.6.0",
@ -82,6 +79,6 @@
"ts-node": "^8.0.2",
"tslib": "^2.0.0",
"tslint": "~6.1.0",
"typescript": "~4.8.4"
"typescript": "~5.1.6"
}
}
}