|
1 | 1 | {
|
2 | 2 | "name": "boot-cell",
|
3 |
| - "version": "2.0.0-beta.9", |
| 3 | + "version": "2.0.0-beta.13", |
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 |
| - "dom-renderer": "^2.0.6", |
| 29 | + "dom-renderer": "^2.1.1", |
30 | 30 | "mobx": "^6.12.0",
|
31 | 31 | "regenerator-runtime": "^0.14.1",
|
32 |
| - "web-cell": "^3.0.0-rc.8", |
| 32 | + "web-cell": "^3.0.0-rc.10", |
33 | 33 | "web-utility": "^4.1.3"
|
34 | 34 | },
|
35 | 35 | "peerDependencies": {
|
|
49 | 49 | "@parcel/transformer-less": "~2.11.0",
|
50 | 50 | "@parcel/transformer-typescript-tsc": "^2.11.0",
|
51 | 51 | "@parcel/transformer-typescript-types": "~2.11.0",
|
52 |
| - "@peculiar/webcrypto": "^1.4.4", |
| 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": "^8.0.3", |
| 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", |
70 |
| - "ts-jest": "^29.1.1", |
| 69 | + "prettier": "^3.2.5", |
| 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.13", |
| 73 | + "typedoc-plugin-mdn-links": "^3.1.15", |
74 | 74 | "typescript": "~5.3.3"
|
75 | 75 | },
|
76 | 76 | "scripts": {
|
77 |
| - "prepare": "husky install", |
| 77 | + "prepare": "husky", |
78 | 78 | "lint": "lint-staged",
|
79 | 79 | "test": "lint-staged",
|
80 | 80 | "start": "cd test/ && parcel index.html --open",
|
|
0 commit comments