Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a63e24f

Browse files
committedMay 17, 2024·
[fix] ECharts-JSX rendering bug
[optimize] upgrade to PNPM 9 & other latest Upstream packages
1 parent dc05535 commit a63e24f

File tree

7 files changed

+5011
-4024
lines changed

7 files changed

+5011
-4024
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: pnpm/action-setup@v2
1717
with:
18-
version: 8
18+
version: 9
1919
- uses: actions/setup-node@v3
2020
with:
2121
node-version: 18

‎.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: pnpm/action-setup@v2
1717
with:
18-
version: 8
18+
version: 9
1919
- uses: actions/setup-node@v3
2020
with:
2121
node-version: 18

‎package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -21,35 +21,35 @@
2121
"dependencies": {
2222
"boot-cell": "^2.0.0-beta.20",
2323
"browser-unhandled-rejection": "^1.0.2",
24-
"cell-router": "^3.0.0-rc.5",
24+
"cell-router": "^3.0.0-rc.6",
2525
"classnames": "^2.5.1",
2626
"dom-renderer": "^2.1.4",
27-
"echarts-jsx": "^1.0.0",
27+
"echarts-jsx": "^1.2.0-rc.5",
2828
"koajax": "^1.0.0",
2929
"mobx": "^6.12.3",
3030
"web-cell": "^3.0.0-rc.15",
31-
"web-utility": "^4.3.0"
31+
"web-utility": "^4.4.0"
3232
},
3333
"devDependencies": {
34-
"@octokit/openapi-types": "^22.0.0",
34+
"@octokit/openapi-types": "^22.2.0",
3535
"@parcel/config-default": "~2.12.0",
3636
"@parcel/packager-raw-url": "~2.12.0",
3737
"@parcel/transformer-less": "~2.12.0",
3838
"@parcel/transformer-typescript-tsc": "~2.12.0",
3939
"@parcel/transformer-webmanifest": "~2.12.0",
4040
"@types/chart.js": "^2.9.41",
41-
"@types/node": "^18.19.30",
42-
"@typescript-eslint/eslint-plugin": "^7.5.0",
43-
"@typescript-eslint/parser": "^7.5.0",
41+
"@types/node": "^18.19.33",
42+
"@typescript-eslint/eslint-plugin": "^7.9.0",
43+
"@typescript-eslint/parser": "^7.9.0",
4444
"buffer": "^6.0.3",
4545
"eslint": "^8.57.0",
4646
"eslint-config-prettier": "^9.1.0",
4747
"husky": "^9.0.11",
4848
"lint-staged": "^15.2.2",
4949
"parcel": "~2.12.0",
5050
"prettier": "^3.2.5",
51-
"typescript": "~5.4.4",
52-
"workbox-cli": "^7.0.0"
51+
"typescript": "~5.4.5",
52+
"workbox-cli": "^7.1.0"
5353
},
5454
"prettier": {
5555
"singleQuote": true,

1 commit comments

Comments
 (1)

github-actions[bot] commented on May 17, 2024

@github-actions[bot]

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.