Skip to content

Commit

Permalink
[add] Summit Card component
Browse files Browse the repository at this point in the history
[optimize] update Summit list data
[optimize] async load Inner pages
[optimize] simplify & fix many details
[optimize] upgrade to KoAJAX 1, Marked 13, PNPM 9 & other latest Upstream packages
  • Loading branch information
TechQuery committed Jun 18, 2024
1 parent b2dadcc commit 427a6f9
Show file tree
Hide file tree
Showing 28 changed files with 5,863 additions and 4,837 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
51 changes: 26 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"scripts": {
"prepare": "husky",
"test": "lint-staged",
"test": "lint-staged && tsc --noEmit",
"clean": "rm -rf dist/ .parcel-cache/",
"start": "npm run clean && parcel source/index.html --open",
"pack-sw": "rm -f dist/sw.js.map && workbox generateSW",
Expand All @@ -32,41 +32,42 @@
"*.{html,md,css,less,js,ts,tsx,json}": "prettier --write"
},
"dependencies": {
"boot-cell": "^2.0.0-beta.18",
"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.1",
"dom-renderer": "^2.1.8",
"html-to-image": "^1.11.11",
"koajax": "^0.9.6",
"koajax": "^1.1.2",
"lodash.groupby": "^4.6.0",
"marked": "^12.0.0",
"mobx": "^6.12.0",
"marked": "^13.0.0",
"mobx": "^6.12.4",
"mobx-i18n": "^0.5.0",
"web-cell": "^3.0.0-rc.14",
"web-utility": "^4.1.3"
"mobx-restful": "1.0.0-rc.5",
"web-cell": "^3.0.0-rc.16",
"web-utility": "^4.4.0"
},
"devDependencies": {
"@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",
"@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.groupby": "^4.6.9",
"@types/node": "^18.19.14",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"@types/node": "^18.19.36",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.0.10",
"lint-staged": "^15.2.2",
"parcel": "~2.11.0",
"postcss": "^8.4.35",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"parcel": "~2.12.0",
"postcss": "^8.4.38",
"postcss-modules": "^4.3.1",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"process": "^0.11.10",
"typescript": "~5.3.3",
"workbox-cli": "^7.0.0"
"typescript": "~5.4.5",
"workbox-cli": "^7.1.0"
},
"prettier": {
"singleQuote": true,
Expand Down
Loading

1 comment on commit 427a6f9

@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-conf ready!

✅ Preview
https://web-conf-af2y2f7sa-techquerys-projects.vercel.app

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

Please sign in to comment.