Skip to content

Commit

Permalink
[add] ECharts custom elements
Browse files Browse the repository at this point in the history
[optimize] update Upstream packages
  • Loading branch information
TechQuery committed Feb 15, 2024
1 parent 9e0d9ac commit d8a1d0f
Show file tree
Hide file tree
Showing 24 changed files with 1,071 additions and 817 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"url": "https://github.com/EasyWebApp/wuhan2020/issues"
},
"dependencies": {
"boot-cell": "^2.0.0-beta.10",
"boot-cell": "^2.0.0-beta.20",
"browser-unhandled-rejection": "^1.0.2",
"cell-router": "^3.0.0-rc.5",
"classnames": "^2.5.1",
"dom-renderer": "^2.0.6",
"dom-renderer": "^2.1.4",
"echarts": "^5.4.3",
"github-web-widget": "^4.0.0-rc.1",
"github-web-widget": "^4.0.0-rc.2",
"js-base64": "^3.7.6",
"koajax": "^0.9.6",
"marked": "^11.2.0",
"marked": "^12.0.0",
"mobx": "^6.12.0",
"web-cell": "^3.0.0-rc.8",
"web-cell": "^3.0.0-rc.15",
"web-utility": "^4.1.3",
"yaml": "^2.3.4"
},
Expand All @@ -35,20 +35,20 @@
"@parcel/transformer-less": "~2.11.0",
"@parcel/transformer-typescript-tsc": "~2.11.0",
"@parcel/transformer-webmanifest": "~2.11.0",
"@types/node": "^18.19.10",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@types/node": "^18.19.15",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"buffer": "^6.0.3",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.0.7",
"lint-staged": "^15.2.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"parcel": "~2.11.0",
"parcel-transformer-markdown": "^3.0.1",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"process": "^0.11.10",
"tsx": "^4.7.0",
"tsx": "^4.7.1",
"typescript": "~5.3.3",
"workbox-cli": "^7.0.0"
},
Expand Down
Loading

1 comment on commit d8a1d0f

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for wuhan2020 ready!

✅ Preview
https://wuhan2020-9udfx2gom-techquery.vercel.app

Built with commit d8a1d0f.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.