|
1 | 1 | { |
2 | 2 | "name": "boot-cell", |
3 | | - "version": "2.0.0-beta.9", |
| 3 | + "version": "2.0.0-beta.10", |
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", |
|
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 | 55 | "@types/jest": "^29.5.11", |
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.6", |
61 | 61 | "identity-obj-proxy": "^3.0.0", |
62 | 62 | "iterable-observer": "^1.0.1", |
63 | 63 | "jest": "^29.7.0", |
|
67 | 67 | "open-cli": "^8.0.0", |
68 | 68 | "parcel": "~2.11.0", |
69 | 69 | "prettier": "^3.2.4", |
70 | | - "ts-jest": "^29.1.1", |
| 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.14", |
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