Skip to content

Commit

Permalink
[fix] 2 URL bugs
Browse files Browse the repository at this point in the history
[optimize] update Upstream packages
  • Loading branch information
TechQuery committed Feb 10, 2024
1 parent b6fc3e0 commit eaa710b
Show file tree
Hide file tree
Showing 9 changed files with 781 additions and 786 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
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

App Project scaffold of **WebCell** v3

https://web-cell.dev/scaffold/
https://web-cell-scaffold.vercel.app/

[![CI & CD](https://github.com/EasyWebApp/scaffold/actions/workflows/main.yml/badge.svg)][2]

Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,30 @@
"url": "https://github.com/EasyWebApp/scaffold/issues"
},
"dependencies": {
"boot-cell": "^2.0.0-beta.1",
"boot-cell": "^2.0.0-beta.18",
"browser-unhandled-rejection": "^1.0.2",
"cell-router": "^3.0.0-rc.3",
"cell-router": "^3.0.0-rc.5",
"classnames": "^2.5.1",
"dom-renderer": "^2.0.5",
"dom-renderer": "^2.1.3",
"mobx": "^6.12.0",
"web-cell": "^3.0.0-rc.7",
"web-cell": "^3.0.0-rc.15",
"web-utility": "^4.1.3"
},
"devDependencies": {
"@parcel/config-default": "~2.11.0",
"@parcel/packager-raw-url": "~2.11.0",
"@parcel/transformer-less": "2.11.0",
"@parcel/transformer-less": "~2.11.0",
"@parcel/transformer-typescript-tsc": "~2.11.0",
"@parcel/transformer-webmanifest": "~2.11.0",
"@types/node": "^18.19.6",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@types/node": "^18.19.15",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"husky": "^9.0.10",
"lint-staged": "^15.2.2",
"parcel": "~2.11.0",
"prettier": "^3.2.1",
"prettier": "^3.2.5",
"typescript": "~5.3.3",
"workbox-cli": "^7.0.0"
},
Expand Down
Loading

1 comment on commit eaa710b

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

✅ Preview
https://web-cell-scaffold-rgsxgvxe6-techquery.vercel.app

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

Please sign in to comment.