|
1 | 1 | { |
2 | 2 | "name": "web-cell", |
3 | | - "version": "3.0.0-beta.0", |
| 3 | + "version": "3.0.0-beta.2", |
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.3.3", |
30 | | - "mobx": ">=4.0.0 <6.0.0", |
31 | | - "regenerator-runtime": "^0.13.9", |
32 | | - "snabbdom": "^3.3.1", |
33 | | - "web-utility": "^3.4.2" |
| 29 | + "@swc/helpers": "^0.5.1", |
| 30 | + "mobx": ">=4 <6", |
| 31 | + "regenerator-runtime": "^0.14.0", |
| 32 | + "snabbdom": "^3.5.1", |
| 33 | + "web-utility": "^4.1.0" |
34 | 34 | }, |
35 | 35 | "peerDependencies": { |
36 | | - "@webcomponents/webcomponentsjs": "^2.6.0", |
37 | | - "core-js": "^3.0.0", |
38 | | - "element-internals-polyfill": "^0.1.54", |
39 | | - "jsdom": "^19.0.0" |
| 36 | + "@webcomponents/webcomponentsjs": "^2.8", |
| 37 | + "core-js": "^3", |
| 38 | + "element-internals-polyfill": "^1", |
| 39 | + "jsdom": ">=21" |
40 | 40 | }, |
41 | 41 | "devDependencies": { |
42 | | - "@jest/types": "^27.5.1", |
43 | | - "@parcel/packager-ts": "2.3.2", |
44 | | - "@parcel/transformer-typescript-types": "2.3.2", |
45 | | - "@types/jest": "^27.4.0", |
46 | | - "@types/jsdom": "^16.2.14", |
47 | | - "@typescript-eslint/eslint-plugin": "^5.12.0", |
48 | | - "@typescript-eslint/parser": "^5.12.0", |
49 | | - "core-js": "^3.21.1", |
50 | | - "element-internals-polyfill": "^0.1.54", |
51 | | - "eslint": "^8.9.0", |
52 | | - "eslint-config-prettier": "^8.4.0", |
53 | | - "husky": "^7.0.4", |
54 | | - "jest": "^27.5.1", |
55 | | - "jsdom": "^19.0.0", |
56 | | - "lint-staged": "^12.3.4", |
57 | | - "open-cli": "^7.0.1", |
58 | | - "parcel": "^2.3.2", |
59 | | - "prettier": "^2.5.1", |
60 | | - "ts-jest": "^27.1.3", |
61 | | - "ts-node": "^10.5.0", |
62 | | - "typedoc": "^0.22.12", |
63 | | - "typescript": "~4.3.5" |
| 42 | + "@jest/types": "^29.6.1", |
| 43 | + "@parcel/packager-ts": "~2.9.3", |
| 44 | + "@parcel/transformer-typescript-types": "~2.9.3", |
| 45 | + "@types/jest": "^29.5.3", |
| 46 | + "@typescript-eslint/eslint-plugin": "^6.4.0", |
| 47 | + "@typescript-eslint/parser": "^6.4.0", |
| 48 | + "core-js": "^3.32.1", |
| 49 | + "element-internals-polyfill": "^1.3.7", |
| 50 | + "eslint": "^8.47.0", |
| 51 | + "eslint-config-prettier": "^9.0.0", |
| 52 | + "husky": "^8.0.3", |
| 53 | + "jest": "^29.6.2", |
| 54 | + "jest-environment-jsdom": "^29.6.2", |
| 55 | + "jsdom": "^22.1.0", |
| 56 | + "lint-staged": "^14.0.0", |
| 57 | + "open-cli": "^7.2.0", |
| 58 | + "parcel": "~2.9.3", |
| 59 | + "prettier": "^3.0.2", |
| 60 | + "ts-jest": "^29.1.1", |
| 61 | + "ts-node": "^10.9.1", |
| 62 | + "typedoc": "^0.24.8", |
| 63 | + "typedoc-plugin-mdn-links": "^3.0.3", |
| 64 | + "typescript": "~5.1.6" |
64 | 65 | }, |
65 | 66 | "scripts": { |
66 | 67 | "prepare": "husky install", |
|
81 | 82 | "arrowParens": "avoid", |
82 | 83 | "tabWidth": 4 |
83 | 84 | }, |
84 | | - "browserslist": "> 0.5%, last 2 versions, not dead", |
| 85 | + "browserslist": "> 0.5%, last 2 versions, not dead, IE 11", |
85 | 86 | "targets": { |
86 | 87 | "main": { |
87 | 88 | "optimize": true |
|
0 commit comments