Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix]Fix map json path, map data request API add range date filter condition #97

Merged
merged 13 commits into from
Sep 21, 2024
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"classnames": "^2.5.1",
"dom-renderer": "^2.1.8",
"echarts": "^5.5.0",
"echarts-jsx": "^1.2.0",
"echarts-jsx": "^1.2.1",
"github-web-widget": "^4.0.0-rc.2",
"koajax": "^1.1.2",
"mobx": "^6.12.4",
Expand Down Expand Up @@ -47,6 +47,7 @@
"parcel-transformer-markdown": "^3.0.1",
"prettier": "^3.3.2",
"process": "^0.11.10",
"rimraf": "^6.0.1",
"tsx": "^4.15.6",
"typescript": "~5.4.5",
"workbox-cli": "^7.1.0"
Expand All @@ -73,7 +74,7 @@
"scripts": {
"prepare": "husky",
"test": "lint-staged && tsc --noEmit",
"clean": "rm -rf .parcel-cache/ dist/",
"clean": "rimraf .parcel-cache/ dist/",
"start:local": "npm run clean && cross-env HTTP_ENV=local parcel source/index.html --open",
"start:remote": "npm run clean && cross-env HTTP_ENV=remote parcel source/index.html --open",
"start": "npm run clean && cross-env HTTP_ENV=test parcel source/index.html --open",
Expand Down
Loading