Skip to content

Commit

Permalink
[migrate] upgrade rest Edit pages & components
Browse files Browse the repository at this point in the history
  • Loading branch information
TechQuery committed Jan 28, 2024
1 parent b6bc9e4 commit a55361c
Show file tree
Hide file tree
Showing 18 changed files with 343 additions and 366 deletions.
4 changes: 0 additions & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
#!/bin/sh

. "$(dirname "$0")/_/husky.sh"

npm test
4 changes: 0 additions & 4 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
#!/bin/sh

. "$(dirname "$0")/_/husky.sh"

npm run build
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/EasyWebApp/wuhan2020/issues"
},
"dependencies": {
"boot-cell": "^2.0.0-beta.9",
"boot-cell": "^2.0.0-beta.10",
"browser-unhandled-rejection": "^1.0.2",
"cell-router": "^3.0.0-rc.5",
"classnames": "^2.5.1",
Expand All @@ -22,7 +22,7 @@
"github-web-widget": "^4.0.0-rc.1",
"js-base64": "^3.7.6",
"koajax": "^0.9.6",
"marked": "^11.1.1",
"marked": "^11.2.0",
"mobx": "^6.12.0",
"web-cell": "^3.0.0-rc.8",
"web-utility": "^4.1.3",
Expand All @@ -35,14 +35,14 @@
"@parcel/transformer-less": "~2.11.0",
"@parcel/transformer-typescript-tsc": "~2.11.0",
"@parcel/transformer-webmanifest": "~2.11.0",
"@types/node": "^18.19.8",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@types/node": "^18.19.10",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"buffer": "^6.0.3",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^8.0.3",
"husky": "^9.0.6",
"lint-staged": "^15.2.0",
"parcel": "~2.11.0",
"parcel-transformer-markdown": "^3.0.1",
Expand Down Expand Up @@ -72,7 +72,7 @@
},
"browserslist": "> 0.5%, last 2 versions, not dead, IE 11",
"scripts": {
"prepare": "husky install",
"prepare": "husky",
"test": "lint-staged",
"clean": "rm -rf .parcel-cache/ dist/",
"start:local": "npm run clean && cross-env HTTP_ENV=local parcel source/index.html --open",
Expand Down
122 changes: 61 additions & 61 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

1 comment on commit a55361c

@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-3o2s9db27-techquery.vercel.app

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

Please sign in to comment.