Skip to content

Commit

Permalink
[migrate] replace ECharts components with ECharts-JSX 1.0
Browse files Browse the repository at this point in the history
[optimize] update Upstream packages
  • Loading branch information
TechQuery committed Feb 28, 2024
1 parent a4356e9 commit bd1c067
Show file tree
Hide file tree
Showing 9 changed files with 121 additions and 559 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,34 +18,35 @@
"cell-router": "^3.0.0-rc.5",
"classnames": "^2.5.1",
"dom-renderer": "^2.1.4",
"echarts": "^5.4.3",
"echarts": "^5.5.0",
"echarts-jsx": "^1.0.0-rc.4",
"github-web-widget": "^4.0.0-rc.2",
"iterable-observer": "^1.0.1",
"js-base64": "^3.7.6",
"js-base64": "^3.7.7",
"koajax": "^0.9.6",
"lodash.debounce": "^4.0.8",
"lodash.memoize": "^4.1.2",
"marked": "^12.0.0",
"mobx": "^6.12.0",
"web-cell": "^3.0.0-rc.15",
"web-utility": "^4.3.0",
"yaml": "^2.3.4"
"yaml": "^2.4.0"
},
"devDependencies": {
"@octokit/openapi-types": "^19.1.0",
"@octokit/openapi-types": "^20.0.0",
"@parcel/config-default": "~2.11.0",
"@parcel/packager-raw-url": "~2.11.0",
"@parcel/transformer-less": "~2.11.0",
"@parcel/transformer-typescript-tsc": "~2.11.0",
"@parcel/transformer-webmanifest": "~2.11.0",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.memoize": "^4.1.9",
"@types/node": "^18.19.17",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@types/node": "^18.19.19",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"buffer": "^6.0.3",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
Expand Down
Loading

0 comments on commit bd1c067

Please sign in to comment.