|
1 | 1 | { |
2 | 2 | "name": "dom-renderer", |
3 | | - "version": "2.6.2", |
| 3 | + "version": "2.6.3", |
4 | 4 | "license": "LGPL-3.0-or-later", |
5 | 5 | "author": "shiy2008@gmail.com", |
6 | 6 | "description": "A light-weight DOM Renderer supports Web components standard & TypeScript language", |
|
24 | 24 | "types": "dist/index.d.ts", |
25 | 25 | "main": "dist/index.js", |
26 | 26 | "dependencies": { |
27 | | - "declarative-shadow-dom-polyfill": "^0.4.0", |
| 27 | + "declarative-shadow-dom-polyfill": "^0.4.1", |
28 | 28 | "scheduler-polyfill": "^1.3.0", |
29 | 29 | "tslib": "^2.8.1", |
30 | | - "web-streams-polyfill": "^4.1.0", |
31 | | - "web-utility": "^4.4.3" |
| 30 | + "web-streams-polyfill": "^4.2.0", |
| 31 | + "web-utility": "^4.6.4" |
32 | 32 | }, |
33 | 33 | "peerDependencies": { |
34 | 34 | "happy-dom": "^14" |
35 | 35 | }, |
36 | 36 | "devDependencies": { |
37 | 37 | "@happy-dom/jest-environment": "^14.12.3", |
38 | 38 | "@types/jest": "^29.5.14", |
39 | | - "@types/node": "^22.13.5", |
| 39 | + "@types/node": "^22.19.1", |
40 | 40 | "happy-dom": "^14.12.3", |
41 | 41 | "husky": "^9.1.7", |
42 | 42 | "jest": "^29.7.0", |
43 | | - "lint-staged": "^15.4.3", |
| 43 | + "lint-staged": "^16.2.7", |
44 | 44 | "open-cli": "^8.0.0", |
45 | | - "prettier": "^3.5.2", |
46 | | - "ts-jest": "^29.2.6", |
47 | | - "typedoc": "^0.27.9", |
48 | | - "typedoc-plugin-mdn-links": "^4.0.14", |
49 | | - "typescript": "~5.7.3" |
| 45 | + "prettier": "^3.6.2", |
| 46 | + "ts-jest": "^29.4.5", |
| 47 | + "typedoc": "^0.28.14", |
| 48 | + "typedoc-plugin-mdn-links": "^5.0.10", |
| 49 | + "typescript": "~5.9.3" |
50 | 50 | }, |
51 | 51 | "prettier": { |
52 | 52 | "singleQuote": true, |
|
0 commit comments