Skip to content

Commit a9e330d

Browse files
committed
[fix] Assertion Expector type
[optimize] update Upstream packages
1 parent f827843 commit a9e330d

File tree

3 files changed

+95
-107
lines changed

3 files changed

+95
-107
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-utility",
3-
"version": "4.5.0",
3+
"version": "4.5.1",
44
"license": "LGPL-3.0",
55
"author": "[email protected]",
66
"description": "Web front-end toolkit based on TypeScript",
@@ -25,10 +25,10 @@
2525
"module": "dist/index.esm.js",
2626
"dependencies": {
2727
"@swc/helpers": "^0.5.17",
28-
"element-internals-polyfill": ">=1",
2928
"regenerator-runtime": "^0.14.1"
3029
},
3130
"peerDependencies": {
31+
"element-internals-polyfill": ">=1",
3232
"typescript": ">=4.1"
3333
},
3434
"devDependencies": {
@@ -43,13 +43,13 @@
4343
"intersection-observer": "^0.12.2",
4444
"jest": "^29.7.0",
4545
"jest-environment-jsdom": "^29.7.0",
46-
"lint-staged": "^16.1.2",
46+
"lint-staged": "^16.1.4",
4747
"open-cli": "^8.0.0",
4848
"parcel": "~2.15.4",
4949
"prettier": "^3.6.2",
50-
"ts-jest": "^29.4.0",
50+
"ts-jest": "^29.4.1",
5151
"typedoc": "^0.28.9",
52-
"typedoc-plugin-mdn-links": "^5.0.6",
52+
"typedoc-plugin-mdn-links": "^5.0.7",
5353
"typescript": "~5.9.2"
5454
},
5555
"pnpm": {

0 commit comments

Comments
 (0)