Skip to content

Commit

Permalink
[fix] ECharts-JSX rendering bug
Browse files Browse the repository at this point in the history
[optimize] upgrade to PNPM 9 & other latest Upstream packages
  • Loading branch information
TechQuery committed May 17, 2024
1 parent dc05535 commit a63e24f
Show file tree
Hide file tree
Showing 7 changed files with 5,011 additions and 4,024 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,35 +21,35 @@
"dependencies": {
"boot-cell": "^2.0.0-beta.20",
"browser-unhandled-rejection": "^1.0.2",
"cell-router": "^3.0.0-rc.5",
"cell-router": "^3.0.0-rc.6",
"classnames": "^2.5.1",
"dom-renderer": "^2.1.4",
"echarts-jsx": "^1.0.0",
"echarts-jsx": "^1.2.0-rc.5",
"koajax": "^1.0.0",
"mobx": "^6.12.3",
"web-cell": "^3.0.0-rc.15",
"web-utility": "^4.3.0"
"web-utility": "^4.4.0"
},
"devDependencies": {
"@octokit/openapi-types": "^22.0.0",
"@octokit/openapi-types": "^22.2.0",
"@parcel/config-default": "~2.12.0",
"@parcel/packager-raw-url": "~2.12.0",
"@parcel/transformer-less": "~2.12.0",
"@parcel/transformer-typescript-tsc": "~2.12.0",
"@parcel/transformer-webmanifest": "~2.12.0",
"@types/chart.js": "^2.9.41",
"@types/node": "^18.19.30",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@types/node": "^18.19.33",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"buffer": "^6.0.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"parcel": "~2.12.0",
"prettier": "^3.2.5",
"typescript": "~5.4.4",
"workbox-cli": "^7.0.0"
"typescript": "~5.4.5",
"workbox-cli": "^7.1.0"
},
"prettier": {
"singleQuote": true,
Expand Down
Loading

1 comment on commit a63e24f

@github-actions
Copy link

Choose a reason for hiding this comment

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

Deploy preview for web-cell-dashboard ready!

✅ Preview
https://web-cell-dashboard-rctdw7mht-techquerys-projects.vercel.app

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

Please sign in to comment.