|
1 | 1 | { |
2 | 2 | "name": "web-cell", |
3 | | - "version": "3.0.0-rc.18", |
| 3 | + "version": "3.0.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 | | - "@jest/types": "^29.6.3", |
42 | 41 | "@parcel/config-default": "~2.12.0", |
43 | 42 | "@parcel/packager-ts": "~2.12.0", |
44 | 43 | "@parcel/transformer-typescript-tsc": "~2.12.0", |
45 | 44 | "@parcel/transformer-typescript-types": "~2.12.0", |
46 | 45 | "@types/dom-view-transitions": "^1.0.5", |
47 | 46 | "@types/jest": "^29.5.12", |
48 | | - "@typescript-eslint/eslint-plugin": "^7.17.0", |
49 | | - "@typescript-eslint/parser": "^7.17.0", |
50 | | - "core-js": "^3.37.1", |
| 47 | + "@typescript-eslint/eslint-plugin": "^8.1.0", |
| 48 | + "@typescript-eslint/parser": "^8.1.0", |
| 49 | + "core-js": "^3.38.0", |
51 | 50 | "element-internals-polyfill": "^1.3.11", |
52 | 51 | "eslint": "^8.57.0", |
53 | 52 | "eslint-config-prettier": "^9.1.0", |
54 | | - "husky": "^9.1.3", |
| 53 | + "husky": "^9.1.4", |
55 | 54 | "jest": "^29.7.0", |
56 | 55 | "jest-environment-jsdom": "^29.7.0", |
57 | 56 | "jsdom": "^24.1.1", |
58 | | - "lint-staged": "^15.2.7", |
| 57 | + "lint-staged": "^15.2.9", |
59 | 58 | "open-cli": "^8.0.0", |
60 | 59 | "parcel": "~2.12.0", |
61 | 60 | "prettier": "^3.3.3", |
62 | 61 | "prettier-plugin-sh": "^0.14.0", |
63 | 62 | "replace": "^1.2.2", |
64 | | - "rimraf": "^5.0.9", |
65 | | - "ts-jest": "^29.2.3", |
| 63 | + "rimraf": "^5.0.10", |
| 64 | + "ts-jest": "^29.2.4", |
66 | 65 | "ts-node": "^10.9.2", |
67 | 66 | "typedoc": "^0.26.5", |
68 | | - "typedoc-plugin-mdn-links": "^3.2.5", |
| 67 | + "typedoc-plugin-mdn-links": "^3.2.8", |
69 | 68 | "typescript": "~5.5.4" |
70 | 69 | }, |
71 | 70 | "scripts": { |
|
0 commit comments