|
26 | 26 | "source": "source/index.ts", |
27 | 27 | "types": "dist/index.d.ts", |
28 | 28 | "dependencies": { |
29 | | - "@swc/helpers": "^0.5.12", |
30 | | - "dom-renderer": "^2.3.0", |
| 29 | + "@swc/helpers": "^0.5.13", |
| 30 | + "dom-renderer": "^2.4.1", |
31 | 31 | "mobx": ">=6.11", |
32 | 32 | "regenerator-runtime": "^0.14.1", |
33 | | - "web-utility": "^4.4.0" |
| 33 | + "web-utility": "^4.4.2" |
34 | 34 | }, |
35 | 35 | "peerDependencies": { |
36 | 36 | "@webcomponents/webcomponentsjs": "^2.8", |
37 | 37 | "core-js": "^3", |
38 | 38 | "jsdom": ">=23.1" |
39 | 39 | }, |
40 | 40 | "devDependencies": { |
| 41 | + "@eslint/compat": "^1.2.2", |
| 42 | + "@eslint/js": "^9.14.0", |
41 | 43 | "@parcel/config-default": "~2.12.0", |
42 | 44 | "@parcel/packager-ts": "~2.12.0", |
43 | 45 | "@parcel/transformer-typescript-tsc": "~2.12.0", |
44 | 46 | "@parcel/transformer-typescript-types": "~2.12.0", |
45 | | - "@types/dom-view-transitions": "^1.0.5", |
46 | | - "@types/jest": "^29.5.12", |
47 | | - "@typescript-eslint/eslint-plugin": "^8.1.0", |
48 | | - "@typescript-eslint/parser": "^8.1.0", |
49 | | - "core-js": "^3.38.0", |
50 | | - "element-internals-polyfill": "^1.3.11", |
51 | | - "eslint": "^8.57.0", |
| 47 | + "@types/eslint-config-prettier": "^6.11.3", |
| 48 | + "@types/jest": "^29.5.14", |
| 49 | + "@types/node": "^20.17.6", |
| 50 | + "core-js": "^3.39.0", |
| 51 | + "element-internals-polyfill": "^1.3.12", |
| 52 | + "eslint": "^9.14.0", |
52 | 53 | "eslint-config-prettier": "^9.1.0", |
53 | | - "husky": "^9.1.4", |
| 54 | + "eslint-plugin-react": "^7.37.2", |
| 55 | + "eslint-plugin-simple-import-sort": "^12.1.1", |
| 56 | + "globals": "^15.12.0", |
| 57 | + "husky": "^9.1.6", |
54 | 58 | "jest": "^29.7.0", |
55 | 59 | "jest-environment-jsdom": "^29.7.0", |
56 | | - "jsdom": "^24.1.1", |
57 | | - "lint-staged": "^15.2.9", |
| 60 | + "jsdom": "^25.0.1", |
| 61 | + "lint-staged": "^15.2.10", |
58 | 62 | "open-cli": "^8.0.0", |
59 | 63 | "parcel": "~2.12.0", |
60 | 64 | "prettier": "^3.3.3", |
61 | 65 | "prettier-plugin-sh": "^0.14.0", |
62 | 66 | "replace": "^1.2.2", |
63 | | - "rimraf": "^5.0.10", |
64 | | - "ts-jest": "^29.2.4", |
| 67 | + "rimraf": "^6.0.1", |
| 68 | + "ts-jest": "^29.2.5", |
65 | 69 | "ts-node": "^10.9.2", |
66 | | - "typedoc": "^0.26.5", |
67 | | - "typedoc-plugin-mdn-links": "^3.2.8", |
68 | | - "typescript": "~5.5.4" |
| 70 | + "typedoc": "^0.26.11", |
| 71 | + "typedoc-plugin-mdn-links": "^3.3.6", |
| 72 | + "typescript": "~5.6.3", |
| 73 | + "typescript-eslint": "^8.13.0" |
69 | 74 | }, |
70 | 75 | "scripts": { |
71 | 76 | "prepare": "husky", |
|
0 commit comments