Bumps and cleanups

This commit is contained in:
phil 2024-02-28 14:43:19 +05:30
parent 8f43b494c4
commit 9c0cd0ddfb
2 changed files with 10 additions and 49 deletions

View file

@ -17,7 +17,8 @@
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"generate-client": "openapi --input http://127.0.0.1:5000/openapi.json --output ./src/app/openapi --client angular --useOptions --useUnionTypes"
"generate-client": "openapi --input http://127.0.0.1:5000/openapi.json --output ./src/app/openapi --client angular --useOptions --useUnionTypes",
"source-map-explorer": "source-map-explorer dist/*.js"
},
"licenses": [
{
@ -43,7 +44,6 @@
"@turf/bbox": "^6.5.0",
"@turf/distance": "^6.5.0",
"angular-plotly.js": "^5.2.2",
"core-js": "^2.6.3",
"maplibre-gl": "^4.0.2",
"ngx-flexible-layout": "~17.0.4",
"plotly.js-basic-dist-min": "2.29.1",
@ -57,13 +57,11 @@
"@angular/cli": "^17.2.1",
"@angular/compiler-cli": "^17.2.3",
"@angular/language-service": "^17.2.3",
"@types/core-js": "^2.5.0",
"@types/geojson": "^7946.0.7",
"@types/geojson": "^7946.0.14",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "^2.0.2",
"@types/node": "^12.11.1",
"@types/plotly.js-dist-min": "^2.3.0",
"clean-css": "^4.2.1",
"@types/node": "^20.11.21",
"@types/plotly.js-dist-min": "^2.3.4",
"codelyzer": "^6.0.2",
"fontnik": "^0.7.2",
"jasmine-core": "~3.6.0",
@ -75,10 +73,10 @@
"karma-jasmine": "~4.0.0",
"openapi-typescript-codegen": "^0.27.0",
"protractor": "~7.0.0",
"source-map-explorer": "^2.2.2",
"source-map-explorer": "^2.5.3",
"ts-node": "^8.0.2",
"tslib": "^2.0.0",
"tslint": "~6.1.0",
"typescript": "~5.3.3"
}
}
}