|
1 | 1 | { |
2 | 2 | "name": "web-utility", |
3 | | - "version": "4.6.4", |
| 3 | + "version": "4.6.5", |
4 | 4 | "license": "LGPL-3.0", |
5 | 5 | "author": "shiy2008@gmail.com", |
6 | 6 | "description": "Web front-end toolkit based on TypeScript", |
|
24 | 24 | "main": "dist/index.js", |
25 | 25 | "module": "dist/index.esm.js", |
26 | 26 | "dependencies": { |
27 | | - "@swc/helpers": "^0.5.17", |
| 27 | + "@swc/helpers": "^0.5.21", |
28 | 28 | "regenerator-runtime": "^0.14.1" |
29 | 29 | }, |
30 | 30 | "peerDependencies": { |
31 | 31 | "element-internals-polyfill": ">=1", |
32 | 32 | "typescript": ">=4.1" |
33 | 33 | }, |
34 | 34 | "devDependencies": { |
35 | | - "@parcel/packager-ts": "~2.16.0", |
36 | | - "@parcel/transformer-typescript-types": "~2.16.0", |
| 35 | + "@parcel/packager-ts": "~2.16.4", |
| 36 | + "@parcel/transformer-typescript-types": "~2.16.4", |
37 | 37 | "@peculiar/webcrypto": "^1.5.0", |
38 | 38 | "@types/jest": "^29.5.14", |
39 | | - "@types/node": "^22.18.13", |
| 39 | + "@types/node": "^24.12.2", |
40 | 40 | "@webcomponents/webcomponentsjs": "^2.8.0", |
41 | | - "core-js": "^3.46.0", |
| 41 | + "core-js": "^3.49.0", |
42 | 42 | "husky": "^9.1.7", |
43 | 43 | "intersection-observer": "^0.12.2", |
44 | 44 | "jest": "^29.7.0", |
45 | 45 | "jest-environment-jsdom": "^29.7.0", |
46 | | - "lint-staged": "^16.2.6", |
47 | | - "open-cli": "^8.0.0", |
48 | | - "parcel": "~2.16.0", |
49 | | - "prettier": "^3.6.2", |
50 | | - "ts-jest": "^29.4.5", |
51 | | - "typedoc": "^0.28.14", |
52 | | - "typedoc-plugin-mdn-links": "^5.0.10", |
| 46 | + "lint-staged": "^16.4.0", |
| 47 | + "open-cli": "^9.0.0", |
| 48 | + "parcel": "~2.16.4", |
| 49 | + "prettier": "^3.8.1", |
| 50 | + "ts-jest": "^29.4.9", |
| 51 | + "typedoc": "^0.28.18", |
| 52 | + "typedoc-plugin-mdn-links": "^5.1.1", |
53 | 53 | "typescript": "~5.9.3" |
54 | 54 | }, |
55 | 55 | "pnpm": { |
|
0 commit comments