|
1 | 1 | { |
2 | 2 | "name": "web-cell", |
3 | | - "version": "3.0.0-rc.15", |
| 3 | + "version": "3.0.0-rc.16", |
4 | 4 | "description": "Web Components engine based on VDOM, JSX, MobX & TypeScript", |
5 | 5 | "keywords": [ |
6 | 6 | "web", |
|
26 | 26 | "source": "source/index.ts", |
27 | 27 | "types": "dist/index.d.ts", |
28 | 28 | "dependencies": { |
29 | | - "@swc/helpers": "^0.5.6", |
30 | | - "dom-renderer": "^2.1.3", |
| 29 | + "@swc/helpers": "^0.5.11", |
| 30 | + "dom-renderer": "^2.1.7", |
31 | 31 | "mobx": ">=6.11", |
32 | 32 | "regenerator-runtime": "^0.14.1", |
33 | | - "web-utility": "^4.1.3" |
| 33 | + "web-utility": "^4.4.0" |
34 | 34 | }, |
35 | 35 | "peerDependencies": { |
36 | 36 | "@webcomponents/webcomponentsjs": "^2.8", |
|
40 | 40 | }, |
41 | 41 | "devDependencies": { |
42 | 42 | "@jest/types": "^29.6.3", |
43 | | - "@parcel/config-default": "~2.11.0", |
44 | | - "@parcel/packager-ts": "~2.11.0", |
45 | | - "@parcel/transformer-typescript-tsc": "~2.11.0", |
46 | | - "@parcel/transformer-typescript-types": "~2.11.0", |
| 43 | + "@parcel/config-default": "~2.12.0", |
| 44 | + "@parcel/packager-ts": "~2.12.0", |
| 45 | + "@parcel/transformer-typescript-tsc": "~2.12.0", |
| 46 | + "@parcel/transformer-typescript-types": "~2.12.0", |
| 47 | + "@types/dom-view-transitions": "^1.0.4", |
47 | 48 | "@types/jest": "^29.5.12", |
48 | | - "@typescript-eslint/eslint-plugin": "^6.21.0", |
49 | | - "@typescript-eslint/parser": "^6.21.0", |
50 | | - "core-js": "^3.35.1", |
51 | | - "element-internals-polyfill": "^1.3.10", |
52 | | - "eslint": "^8.56.0", |
| 49 | + "@typescript-eslint/eslint-plugin": "^7.13.0", |
| 50 | + "@typescript-eslint/parser": "^7.13.0", |
| 51 | + "core-js": "^3.37.1", |
| 52 | + "element-internals-polyfill": "^1.3.11", |
| 53 | + "eslint": "^8.57.0", |
53 | 54 | "eslint-config-prettier": "^9.1.0", |
54 | | - "husky": "^9.0.10", |
| 55 | + "husky": "^9.0.11", |
55 | 56 | "jest": "^29.7.0", |
56 | 57 | "jest-environment-jsdom": "^29.7.0", |
57 | | - "jsdom": "^24.0.0", |
58 | | - "lint-staged": "^15.2.2", |
| 58 | + "jsdom": "^24.1.0", |
| 59 | + "lint-staged": "^15.2.7", |
59 | 60 | "open-cli": "^8.0.0", |
60 | | - "parcel": "~2.11.0", |
61 | | - "prettier": "^3.2.5", |
| 61 | + "parcel": "~2.12.0", |
| 62 | + "prettier": "^3.3.2", |
62 | 63 | "prettier-plugin-sh": "^0.14.0", |
63 | 64 | "replace": "^1.2.2", |
64 | | - "rimraf": "^5.0.5", |
65 | | - "ts-jest": "^29.1.2", |
| 65 | + "rimraf": "^5.0.7", |
| 66 | + "ts-jest": "^29.1.4", |
66 | 67 | "ts-node": "^10.9.2", |
67 | | - "typedoc": "^0.25.8", |
68 | | - "typedoc-plugin-mdn-links": "^3.1.15", |
69 | | - "typescript": "~5.3.3" |
| 68 | + "typedoc": "^0.25.13", |
| 69 | + "typedoc-plugin-mdn-links": "^3.1.29", |
| 70 | + "typescript": "~5.4.5" |
70 | 71 | }, |
71 | 72 | "scripts": { |
72 | 73 | "prepare": "husky", |
|
0 commit comments