Skip to content

Commit

Permalink
[fix] JSX Fragment props type
Browse files Browse the repository at this point in the history
[optimize] update Upstream packages
  • Loading branch information
TechQuery committed Nov 25, 2024
1 parent 28c1319 commit ddc4523
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 66 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dom-renderer",
"version": "2.6.0",
"version": "2.6.1",
"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 @@ -36,7 +36,7 @@
"devDependencies": {
"@happy-dom/jest-environment": "^14.12.3",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.6",
"@types/node": "^20.17.7",
"happy-dom": "^14.12.3",
"husky": "^9.1.7",
"jest": "^29.7.0",
Expand All @@ -45,8 +45,8 @@
"prettier": "^3.3.3",
"ts-jest": "^29.2.5",
"typedoc": "^0.26.11",
"typedoc-plugin-mdn-links": "^3.3.8",
"typescript": "~5.6.3"
"typedoc-plugin-mdn-links": "^4.0.1",
"typescript": "~5.7.2"
},
"prettier": {
"singleQuote": true,
Expand Down
Loading

0 comments on commit ddc4523

Please sign in to comment.