|
1 | 1 | { |
2 | 2 | "name": "cell-router", |
3 | | - "version": "3.0.2", |
| 3 | + "version": "3.0.3", |
4 | 4 | "license": "LGPL-3.0", |
5 | 5 | "description": "Web Component Router based on WebCell & MobX", |
6 | 6 | "keywords": [ |
|
25 | 25 | "module": "dist/index.esm.js", |
26 | 26 | "dependencies": { |
27 | 27 | "@swc/helpers": "^0.5.15", |
28 | | - "dom-renderer": "^2.6.1", |
| 28 | + "dom-renderer": "^2.6.2", |
29 | 29 | "mobx": "^6.13.6", |
30 | 30 | "regenerator-runtime": "^0.14.1", |
31 | 31 | "urlpattern-polyfill": "^10.0.0", |
32 | 32 | "web-cell": "^3.0.3", |
33 | | - "web-utility": "^4.4.2" |
| 33 | + "web-utility": "^4.4.3" |
34 | 34 | }, |
35 | 35 | "devDependencies": { |
36 | 36 | "@parcel/config-default": "~2.13.3", |
|
41 | 41 | "@types/jest": "^29.5.14", |
42 | 42 | "cross-env": "^7.0.3", |
43 | 43 | "dotenv": "^16.4.7", |
44 | | - "element-internals-polyfill": "^1.3.13", |
| 44 | + "element-internals-polyfill": "^3.0.1", |
45 | 45 | "fs-match": "^1.7.3", |
46 | 46 | "husky": "^9.1.7", |
47 | 47 | "jest": "^29.7.0", |
48 | 48 | "jest-environment-jsdom": "^29.7.0", |
49 | 49 | "koapache": "^2.2.2", |
50 | 50 | "lint-staged": "^15.4.3", |
51 | 51 | "parcel": "~2.13.3", |
52 | | - "prettier": "^3.5.1", |
| 52 | + "prettier": "^3.5.3", |
53 | 53 | "process": "^0.11.10", |
54 | | - "puppeteer-core": "^24.2.1", |
| 54 | + "puppeteer-core": "^24.4.0", |
55 | 55 | "rimraf": "^6.0.1", |
56 | | - "ts-jest": "^29.2.5", |
57 | | - "typedoc": "^0.27.7", |
58 | | - "typedoc-plugin-mdn-links": "^4.0.13", |
59 | | - "typescript": "~5.7.3" |
| 56 | + "ts-jest": "^29.2.6", |
| 57 | + "typedoc": "^0.27.9", |
| 58 | + "typedoc-plugin-mdn-links": "^5.0.1", |
| 59 | + "typescript": "~5.8.2" |
60 | 60 | }, |
61 | 61 | "scripts": { |
62 | 62 | "prepare": "husky && app-find chrome msedge firefox -c", |
|
0 commit comments