Skip to content

Commit 071dbd2

Browse files
committed
[add] 3 Date utility functions
[optimize] update Upstream packages
1 parent 92c7e67 commit 071dbd2

File tree

4 files changed

+204
-120
lines changed

4 files changed

+204
-120
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-utility",
3-
"version": "4.6.0",
3+
"version": "4.6.1",
44
"license": "LGPL-3.0",
55
"author": "[email protected]",
66
"description": "Web front-end toolkit based on TypeScript",
@@ -36,7 +36,7 @@
3636
"@parcel/transformer-typescript-types": "~2.15.4",
3737
"@peculiar/webcrypto": "^1.5.0",
3838
"@types/jest": "^29.5.14",
39-
"@types/node": "^22.18.3",
39+
"@types/node": "^22.18.4",
4040
"@webcomponents/webcomponentsjs": "^2.8.0",
4141
"core-js": "^3.45.1",
4242
"husky": "^9.1.7",
@@ -47,8 +47,8 @@
4747
"open-cli": "^8.0.0",
4848
"parcel": "~2.15.4",
4949
"prettier": "^3.6.2",
50-
"ts-jest": "^29.4.1",
51-
"typedoc": "^0.28.12",
50+
"ts-jest": "^29.4.2",
51+
"typedoc": "^0.28.13",
5252
"typedoc-plugin-mdn-links": "^5.0.9",
5353
"typescript": "~5.9.2"
5454
},

0 commit comments

Comments
 (0)