Skip to content

Commit f91af68

Browse files
committed
[optimize] types, data & logic support of XML (SVG & MathML)
[optimize] update Upstream packages
1 parent 4d8f591 commit f91af68

File tree

5 files changed

+119
-86
lines changed

5 files changed

+119
-86
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-utility",
3-
"version": "4.4.1",
3+
"version": "4.4.2",
44
"license": "LGPL-3.0",
55
"author": "[email protected]",
66
"description": "Web front-end toolkit based on TypeScript",
@@ -35,10 +35,10 @@
3535
"@parcel/packager-ts": "~2.12.0",
3636
"@parcel/transformer-typescript-types": "~2.12.0",
3737
"@peculiar/webcrypto": "^1.5.0",
38-
"@types/jest": "^29.5.13",
39-
"@types/node": "^20.16.11",
38+
"@types/jest": "^29.5.14",
39+
"@types/node": "^20.17.6",
4040
"@webcomponents/webcomponentsjs": "^2.8.0",
41-
"core-js": "^3.38.1",
41+
"core-js": "^3.39.0",
4242
"husky": "^9.1.6",
4343
"intersection-observer": "^0.12.2",
4444
"jest": "^29.7.0",
@@ -48,8 +48,8 @@
4848
"parcel": "~2.12.0",
4949
"prettier": "^3.3.3",
5050
"ts-jest": "^29.2.5",
51-
"typedoc": "^0.26.9",
52-
"typedoc-plugin-mdn-links": "^3.3.3",
51+
"typedoc": "^0.26.11",
52+
"typedoc-plugin-mdn-links": "^3.3.6",
5353
"typescript": "~5.6.3"
5454
},
5555
"prettier": {

0 commit comments

Comments
 (0)