|
1 | 1 | { |
2 | 2 | "name": "boot-cell", |
3 | | - "version": "2.0.0-beta.28", |
| 3 | + "version": "2.0.0-rc.0", |
4 | 4 | "license": "LGPL-3.0", |
5 | 5 | "author": "shiy2008@gmail.com", |
6 | 6 | "description": "Web Components UI library based on WebCell v3, BootStrap v5, BootStrap Icon v1 & FontAwesome v6", |
|
24 | 24 | "main": "dist/index.js", |
25 | 25 | "module": "dist/index.esm.js", |
26 | 26 | "dependencies": { |
27 | | - "@swc/helpers": "^0.5.11", |
| 27 | + "@swc/helpers": "^0.5.15", |
28 | 28 | "classnames": "^2.5.1", |
29 | | - "dom-renderer": "^2.1.8", |
30 | | - "mobx": "^6.12.4", |
| 29 | + "dom-renderer": "^2.6.1", |
| 30 | + "iterable-observer": "^1.1.0", |
| 31 | + "mobx": "^6.13.5", |
31 | 32 | "regenerator-runtime": "^0.14.1", |
32 | | - "web-cell": "^3.0.0-rc.16", |
33 | | - "web-utility": "^4.4.0" |
| 33 | + "web-cell": "^3.0.3", |
| 34 | + "web-utility": "^4.4.2" |
34 | 35 | }, |
35 | 36 | "peerDependencies": { |
36 | 37 | "@fortawesome/fontawesome-free": "^6", |
|
42 | 43 | }, |
43 | 44 | "devDependencies": { |
44 | 45 | "@jest/types": "^29.6.3", |
45 | | - "@parcel/config-default": "^2.12.0", |
46 | | - "@parcel/packager-ts": "~2.12.0", |
47 | | - "@parcel/transformer-less": "~2.12.0", |
48 | | - "@parcel/transformer-typescript-tsc": "^2.12.0", |
49 | | - "@parcel/transformer-typescript-types": "~2.12.0", |
| 46 | + "@parcel/config-default": "^2.13.1", |
| 47 | + "@parcel/packager-ts": "~2.13.1", |
| 48 | + "@parcel/transformer-less": "~2.13.1", |
| 49 | + "@parcel/transformer-typescript-tsc": "^2.13.1", |
| 50 | + "@parcel/transformer-typescript-types": "~2.13.1", |
50 | 51 | "@peculiar/webcrypto": "^1.5.0", |
51 | 52 | "@tech_query/snabbdom-looks-like": "^2.0.1", |
52 | | - "@types/jest": "^29.5.12", |
| 53 | + "@types/jest": "^29.5.14", |
53 | 54 | "@types/resize-observer-browser": "^0.1.11", |
54 | | - "@types/turndown": "^5.0.4", |
| 55 | + "@types/turndown": "^5.0.5", |
55 | 56 | "cross-env": "^7.0.3", |
56 | | - "element-internals-polyfill": "^1.3.11", |
57 | | - "husky": "^9.0.11", |
| 57 | + "element-internals-polyfill": "^1.3.12", |
| 58 | + "husky": "^9.1.7", |
58 | 59 | "identity-obj-proxy": "^3.0.0", |
59 | | - "iterable-observer": "^1.0.1", |
60 | 60 | "jest": "^29.7.0", |
61 | 61 | "less": "^4.2.0", |
62 | | - "lint-staged": "^15.2.7", |
| 62 | + "lint-staged": "^15.2.10", |
63 | 63 | "markdown-area-element": "^0.2.3", |
64 | 64 | "open-cli": "^8.0.0", |
65 | | - "parcel": "~2.12.0", |
66 | | - "prettier": "^3.3.2", |
67 | | - "ts-jest": "^29.1.5", |
| 65 | + "parcel": "~2.13.1", |
| 66 | + "prettier": "^3.3.3", |
| 67 | + "ts-jest": "^29.2.5", |
68 | 68 | "ts-node": "^10.9.2", |
69 | | - "typedoc": "^0.25.13", |
70 | | - "typedoc-plugin-mdn-links": "^3.1.30", |
71 | | - "typescript": "~5.4.5" |
| 69 | + "typedoc": "^0.26.11", |
| 70 | + "typedoc-plugin-mdn-links": "^4.0.1", |
| 71 | + "typescript": "~5.7.2" |
72 | 72 | }, |
73 | 73 | "scripts": { |
74 | 74 | "prepare": "husky", |
75 | | - "lint": "lint-staged", |
76 | | - "test": "lint-staged", |
| 75 | + "test": "lint-staged && tsc --noEmit", |
77 | 76 | "start": "cd test/ && parcel index.html --open", |
78 | 77 | "pack-dist": "rm -rf dist/ && parcel build source/index.ts", |
79 | 78 | "pack-docs": "rm -rf docs/ && typedoc source/", |
|
0 commit comments