Skip to content

Commit

Permalink
[fix] Custom Event & Property updating of Web components
Browse files Browse the repository at this point in the history
[fix] Children Updating bugs
[optimize] upgrade to Husky 9
  • Loading branch information
TechQuery committed Feb 15, 2024
1 parent 22c9f33 commit 18d178c
Show file tree
Hide file tree
Showing 8 changed files with 91 additions and 77 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
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dom-renderer",
"version": "2.1.0",
"version": "2.1.4",
"license": "LGPL-3.0-or-later",
"author": "shiy2008@gmail.com",
"description": "A light-weight DOM Renderer supports Web components standard & TypeScript language",
Expand Down Expand Up @@ -29,16 +29,16 @@
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^18.19.14",
"husky": "^8.0.3",
"@types/node": "^18.19.16",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.2",
"open-cli": "^8.0.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"typedoc": "^0.25.7",
"typedoc-plugin-mdn-links": "^3.1.15",
"typedoc": "^0.25.8",
"typedoc-plugin-mdn-links": "^3.1.16",
"typescript": "~5.3.3"
},
"prettier": {
Expand All @@ -56,7 +56,7 @@
},
"browserslist": "> 0.5%, last 2 versions, not dead, IE 11",
"scripts": {
"prepare": "husky install",
"prepare": "husky",
"test": "lint-staged && jest",
"parcel": "tsc -p tsconfig.json && mv dist/jsx-runtime.* . && cp jsx-runtime.js jsx-dev-runtime.js && mv dist/dist/* dist/ && rm -rf dist/dist",
"build": "rm -rf dist/ docs/ && typedoc && npm run parcel",
Expand Down
96 changes: 48 additions & 48 deletions pnpm-lock.yaml

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

Loading

0 comments on commit 18d178c

Please sign in to comment.