Skip to content

Commit 52eab1b

Browse files
committed
[fix] 2 HTML serialization bugs
[optimize] upgrade to Lint Staged 16 , TypeDoc 0.28 & other latest Upstream packages
1 parent 2fc40ce commit 52eab1b

File tree

4 files changed

+651
-669
lines changed

4 files changed

+651
-669
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dom-renderer",
3-
"version": "2.6.2",
3+
"version": "2.6.3",
44
"license": "LGPL-3.0-or-later",
55
"author": "shiy2008@gmail.com",
66
"description": "A light-weight DOM Renderer supports Web components standard & TypeScript language",
@@ -24,29 +24,29 @@
2424
"types": "dist/index.d.ts",
2525
"main": "dist/index.js",
2626
"dependencies": {
27-
"declarative-shadow-dom-polyfill": "^0.4.0",
27+
"declarative-shadow-dom-polyfill": "^0.4.1",
2828
"scheduler-polyfill": "^1.3.0",
2929
"tslib": "^2.8.1",
30-
"web-streams-polyfill": "^4.1.0",
31-
"web-utility": "^4.4.3"
30+
"web-streams-polyfill": "^4.2.0",
31+
"web-utility": "^4.6.4"
3232
},
3333
"peerDependencies": {
3434
"happy-dom": "^14"
3535
},
3636
"devDependencies": {
3737
"@happy-dom/jest-environment": "^14.12.3",
3838
"@types/jest": "^29.5.14",
39-
"@types/node": "^22.13.5",
39+
"@types/node": "^22.19.1",
4040
"happy-dom": "^14.12.3",
4141
"husky": "^9.1.7",
4242
"jest": "^29.7.0",
43-
"lint-staged": "^15.4.3",
43+
"lint-staged": "^16.2.7",
4444
"open-cli": "^8.0.0",
45-
"prettier": "^3.5.2",
46-
"ts-jest": "^29.2.6",
47-
"typedoc": "^0.27.9",
48-
"typedoc-plugin-mdn-links": "^4.0.14",
49-
"typescript": "~5.7.3"
45+
"prettier": "^3.6.2",
46+
"ts-jest": "^29.4.5",
47+
"typedoc": "^0.28.14",
48+
"typedoc-plugin-mdn-links": "^5.0.10",
49+
"typescript": "~5.9.3"
5050
},
5151
"prettier": {
5252
"singleQuote": true,

0 commit comments

Comments
 (0)