|
1 | 1 | { |
2 | 2 | "name": "cell-router", |
3 | | - "version": "4.0.1", |
| 3 | + "version": "4.0.3", |
4 | 4 | "license": "LGPL-3.0", |
5 | 5 | "description": "Web Component Router based on WebCell & MobX", |
6 | 6 | "keywords": [ |
|
29 | 29 | "mobx": "^6.13.7", |
30 | 30 | "regenerator-runtime": "^0.14.1", |
31 | 31 | "urlpattern-polyfill": "^10.1.0", |
32 | | - "web-cell": "^3.1.0", |
33 | | - "web-utility": "^4.4.3" |
| 32 | + "web-cell": "^3.2.1", |
| 33 | + "web-utility": "^4.5.1" |
34 | 34 | }, |
35 | 35 | "devDependencies": { |
36 | | - "@parcel/config-default": "~2.15.2", |
37 | | - "@parcel/packager-ts": "~2.15.2", |
38 | | - "@parcel/transformer-less": "~2.15.2", |
39 | | - "@parcel/transformer-typescript-tsc": "~2.15.2", |
40 | | - "@parcel/transformer-typescript-types": "~2.15.2", |
| 36 | + "@parcel/config-default": "~2.15.4", |
| 37 | + "@parcel/packager-ts": "~2.15.4", |
| 38 | + "@parcel/transformer-less": "~2.15.4", |
| 39 | + "@parcel/transformer-typescript-tsc": "~2.15.4", |
| 40 | + "@parcel/transformer-typescript-types": "~2.15.4", |
41 | 41 | "@types/jest": "^29.5.14", |
42 | | - "cross-env": "^7.0.3", |
43 | | - "dotenv": "^16.5.0", |
| 42 | + "cross-env": "^10.0.0", |
| 43 | + "dotenv": "^17.2.1", |
44 | 44 | "element-internals-polyfill": "^3.0.2", |
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 | | - "lint-staged": "^16.1.1", |
51 | | - "parcel": "~2.15.2", |
52 | | - "prettier": "^3.5.3", |
| 50 | + "lint-staged": "^16.1.5", |
| 51 | + "parcel": "~2.15.4", |
| 52 | + "prettier": "^3.6.2", |
53 | 53 | "process": "^0.11.10", |
54 | | - "puppeteer-core": "^24.10.1", |
| 54 | + "puppeteer-core": "^24.16.2", |
55 | 55 | "rimraf": "^6.0.1", |
56 | | - "ts-jest": "^29.4.0", |
57 | | - "typedoc": "^0.28.5", |
58 | | - "typedoc-plugin-mdn-links": "^5.0.2", |
59 | | - "typescript": "~5.8.3" |
| 56 | + "ts-jest": "^29.4.1", |
| 57 | + "typedoc": "^0.28.10", |
| 58 | + "typedoc-plugin-mdn-links": "^5.0.8", |
| 59 | + "typescript": "~5.9.2" |
60 | 60 | }, |
61 | 61 | "pnpm": { |
62 | 62 | "onlyBuiltDependencies": [ |
|
0 commit comments