|
1 | 1 | { |
2 | 2 | "name": "web-cell", |
3 | | - "version": "3.1.0", |
| 3 | + "version": "3.2.0", |
4 | 4 | "description": "Web Components engine based on VDOM, JSX, MobX & TypeScript", |
5 | 5 | "keywords": [ |
6 | 6 | "web", |
|
38 | 38 | "jsdom": ">=23.1" |
39 | 39 | }, |
40 | 40 | "devDependencies": { |
41 | | - "@cspell/eslint-plugin": "^9.1.1", |
42 | | - "@eslint/js": "^9.29.0", |
43 | | - "@parcel/config-default": "~2.15.2", |
44 | | - "@parcel/packager-ts": "~2.15.2", |
45 | | - "@parcel/transformer-typescript-tsc": "~2.15.2", |
46 | | - "@parcel/transformer-typescript-types": "~2.15.2", |
47 | | - "@stylistic/eslint-plugin": "^4.4.1", |
| 41 | + "@cspell/eslint-plugin": "^9.2.0", |
| 42 | + "@eslint/js": "^9.31.0", |
| 43 | + "@parcel/config-default": "~2.15.4", |
| 44 | + "@parcel/packager-ts": "~2.15.4", |
| 45 | + "@parcel/transformer-typescript-tsc": "~2.15.4", |
| 46 | + "@parcel/transformer-typescript-types": "~2.15.4", |
| 47 | + "@stylistic/eslint-plugin": "^5.2.1", |
48 | 48 | "@types/eslint-config-prettier": "^6.11.3", |
49 | 49 | "@types/jest": "^29.5.14", |
50 | | - "@types/node": "^22.15.31", |
51 | | - "core-js": "^3.43.0", |
| 50 | + "@types/node": "^22.16.5", |
| 51 | + "core-js": "^3.44.0", |
52 | 52 | "element-internals-polyfill": "^1.3.13", |
53 | | - "eslint": "^9.29.0", |
54 | | - "eslint-config-prettier": "^10.1.5", |
| 53 | + "eslint": "^9.31.0", |
| 54 | + "eslint-config-prettier": "^10.1.8", |
55 | 55 | "eslint-plugin-react": "^7.37.5", |
56 | 56 | "eslint-plugin-simple-import-sort": "^12.1.1", |
57 | | - "globals": "^16.2.0", |
| 57 | + "globals": "^16.3.0", |
58 | 58 | "husky": "^9.1.7", |
59 | 59 | "jest": "^29.7.0", |
60 | 60 | "jest-environment-jsdom": "^29.7.0", |
61 | 61 | "jiti": "^2.4.2", |
62 | 62 | "jsdom": "^26.1.0", |
63 | | - "lint-staged": "^16.1.1", |
64 | | - "parcel": "~2.15.2", |
65 | | - "prettier": "^3.5.3", |
66 | | - "prettier-plugin-sh": "^0.17.4", |
| 63 | + "lint-staged": "^16.1.2", |
| 64 | + "parcel": "~2.15.4", |
| 65 | + "prettier": "^3.6.2", |
| 66 | + "prettier-plugin-sh": "^0.18.0", |
67 | 67 | "replace": "^1.2.2", |
68 | 68 | "rimraf": "^6.0.1", |
69 | 69 | "serve": "^14.2.4", |
70 | 70 | "ts-jest": "^29.4.0", |
71 | 71 | "ts-node": "^10.9.2", |
72 | | - "typedoc": "^0.28.5", |
73 | | - "typedoc-plugin-mdn-links": "^5.0.2", |
| 72 | + "typedoc": "^0.28.7", |
| 73 | + "typedoc-plugin-mdn-links": "^5.0.5", |
74 | 74 | "typescript": "~5.8.3", |
75 | | - "typescript-eslint": "^8.34.0" |
| 75 | + "typescript-eslint": "^8.37.0" |
76 | 76 | }, |
77 | 77 | "pnpm": { |
78 | 78 | "onlyBuiltDependencies": [ |
|
104 | 104 | "trailingComma": "none", |
105 | 105 | "arrowParens": "avoid", |
106 | 106 | "tabWidth": 4, |
| 107 | + "printWidth": 100, |
107 | 108 | "plugins": [ |
108 | 109 | "prettier-plugin-sh" |
109 | 110 | ] |
|
0 commit comments