|
1 | 1 | { |
2 | 2 | "name": "boot-cell", |
3 | | - "version": "2.0.0-beta.10", |
| 3 | + "version": "2.0.0-beta.11", |
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.3", |
| 27 | + "@swc/helpers": "^0.5.6", |
28 | 28 | "classnames": "^2.5.1", |
29 | 29 | "dom-renderer": "^2.0.6", |
30 | 30 | "mobx": "^6.12.0", |
|
52 | 52 | "@peculiar/webcrypto": "^1.4.5", |
53 | 53 | "@tech_query/snabbdom-looks-like": "^2.0.1", |
54 | 54 | "@types/classnames": "^2.3.1", |
55 | | - "@types/jest": "^29.5.11", |
| 55 | + "@types/jest": "^29.5.12", |
56 | 56 | "@types/resize-observer-browser": "^0.1.11", |
57 | 57 | "@types/turndown": "^5.0.4", |
58 | 58 | "cross-env": "^7.0.3", |
59 | 59 | "element-internals-polyfill": "^1.3.10", |
60 | | - "husky": "^9.0.6", |
| 60 | + "husky": "^9.0.10", |
61 | 61 | "identity-obj-proxy": "^3.0.0", |
62 | 62 | "iterable-observer": "^1.0.1", |
63 | 63 | "jest": "^29.7.0", |
64 | 64 | "less": "^4.2.0", |
65 | | - "lint-staged": "^15.2.0", |
| 65 | + "lint-staged": "^15.2.2", |
66 | 66 | "markdown-area-element": "^0.2.3", |
67 | 67 | "open-cli": "^8.0.0", |
68 | 68 | "parcel": "~2.11.0", |
69 | | - "prettier": "^3.2.4", |
| 69 | + "prettier": "^3.2.5", |
70 | 70 | "ts-jest": "^29.1.2", |
71 | 71 | "ts-node": "^10.9.2", |
72 | 72 | "typedoc": "^0.25.7", |
73 | | - "typedoc-plugin-mdn-links": "^3.1.14", |
| 73 | + "typedoc-plugin-mdn-links": "^3.1.15", |
74 | 74 | "typescript": "~5.3.3" |
75 | 75 | }, |
76 | 76 | "scripts": { |
|
0 commit comments