Skip to content

Commit

Permalink
[optimize] simplify services based on MobX-GitHub
Browse files Browse the repository at this point in the history
[optimize] async load Inner pages
[optimize] upgrade to PNPM 9 & other latest Upstream packages
  • Loading branch information
TechQuery committed Jun 18, 2024
1 parent 4aa7fda commit 260504e
Show file tree
Hide file tree
Showing 27 changed files with 5,460 additions and 4,557 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
42 changes: 17 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,50 +13,42 @@
"url": "https://github.com/EasyWebApp/wuhan2020/issues"
},
"dependencies": {
"boot-cell": "^2.0.0-beta.20",
"boot-cell": "^2.0.0-beta.29",
"browser-unhandled-rejection": "^1.0.2",
"cell-router": "^3.0.0-rc.5",
"cell-router": "^3.0.0-rc.7",
"classnames": "^2.5.1",
"dom-renderer": "^2.1.4",
"dom-renderer": "^2.1.8",
"echarts": "^5.5.0",
"echarts-jsx": "^1.0.0-rc.5",
"echarts-jsx": "^1.2.0",
"github-web-widget": "^4.0.0-rc.2",
"iterable-observer": "^1.0.1",
"js-base64": "^3.7.7",
"koajax": "^1.0.0",
"lodash.debounce": "^4.0.8",
"lodash.memoize": "^4.1.2",
"marked": "^12.0.1",
"mobx": "^6.12.3",
"web-cell": "^3.0.0-rc.15",
"web-utility": "^4.3.0",
"yaml": "^2.4.1"
"koajax": "^1.1.2",
"mobx": "^6.12.4",
"mobx-github": "^0.3.2",
"web-cell": "^3.0.0-rc.16",
"web-utility": "^4.4.0"
},
"devDependencies": {
"@octokit/openapi-types": "^21.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/lodash.debounce": "^4.0.9",
"@types/lodash.memoize": "^4.1.9",
"@types/node": "^18.19.29",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@types/node": "^18.19.36",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"buffer": "^6.0.3",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.7",
"parcel": "~2.12.0",
"parcel-transformer-markdown": "^3.0.1",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"process": "^0.11.10",
"tsx": "^4.7.2",
"typescript": "~5.4.4",
"workbox-cli": "^7.0.0"
"tsx": "^4.15.6",
"typescript": "~5.4.5",
"workbox-cli": "^7.1.0"
},
"prettier": {
"singleQuote": true,
Expand Down
Loading

1 comment on commit 260504e

@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-a2iq19kdl-techquerys-projects.vercel.app

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

Please sign in to comment.