|
1 | 1 | { |
2 | 2 | "name": "boot-cell", |
3 | | - "version": "2.0.0-alpha.3", |
| 3 | + "version": "2.0.0-beta.0", |
4 | 4 | "license": "LGPL-3.0", |
5 | 5 | "author": "shiy2008@gmail.com", |
6 | | - "description": "Web Components UI library based on WebCell v2, BootStrap v5, BootStrap Icon v1 & FontAwesome v5", |
| 6 | + "description": "Web Components UI library based on WebCell v3, BootStrap v5, BootStrap Icon v1 & FontAwesome v6", |
7 | 7 | "keywords": [ |
8 | 8 | "web", |
9 | 9 | "component", |
|
24 | 24 | "main": "dist/index.js", |
25 | 25 | "module": "dist/index.esm.js", |
26 | 26 | "dependencies": { |
27 | | - "@swc/helpers": "^0.3.2", |
28 | | - "classnames": "^2.3.1", |
29 | | - "file-cell": "^0.1.0", |
30 | | - "regenerator-runtime": "^0.13.9", |
31 | | - "web-cell": "^2.4.0-rc.6", |
32 | | - "web-utility": "^3.0.0" |
| 27 | + "@swc/helpers": "^0.5.3", |
| 28 | + "classnames": "^2.5.1", |
| 29 | + "dom-renderer": "^2.0.4", |
| 30 | + "mobx": "^6.12.0", |
| 31 | + "regenerator-runtime": "^0.14.1", |
| 32 | + "web-cell": "^3.0.0-rc.4", |
| 33 | + "web-utility": "^4.1.3" |
33 | 34 | }, |
34 | 35 | "peerDependencies": { |
35 | | - "@fortawesome/fontawesome-free": "^5.0.0", |
36 | | - "@nuintun/qrcode": "^3.0.0", |
37 | | - "bootstrap": "^5.0.0", |
38 | | - "bootstrap-icons": "^1.0.0", |
39 | | - "dialog-polyfill": "^0.5.0", |
40 | | - "iterable-observer": "^1.0.0-rc.0", |
41 | | - "share-api-polyfill": "1.0.21" |
| 36 | + "@fortawesome/fontawesome-free": "^6", |
| 37 | + "@nuintun/qrcode": "^3", |
| 38 | + "bootstrap": "^5", |
| 39 | + "bootstrap-icons": "^1", |
| 40 | + "dialog-polyfill": "^0.5", |
| 41 | + "iterable-observer": "^1", |
| 42 | + "share-api-polyfill": "^1" |
42 | 43 | }, |
43 | 44 | "devDependencies": { |
44 | | - "@jest/types": "^27.4.2", |
45 | | - "@nuintun/qrcode": "^3.1.1", |
46 | | - "@parcel/packager-ts": "^2.2.1", |
47 | | - "@parcel/transformer-less": "^2.2.1", |
48 | | - "@parcel/transformer-typescript-types": "^2.2.1", |
49 | | - "@peculiar/webcrypto": "^1.2.3", |
| 45 | + "@jest/types": "^29.6.3", |
| 46 | + "@nuintun/qrcode": "^3.4.0", |
| 47 | + "@parcel/config-default": "^2.11.0", |
| 48 | + "@parcel/packager-ts": "~2.11.0", |
| 49 | + "@parcel/transformer-less": "~2.11.0", |
| 50 | + "@parcel/transformer-typescript-tsc": "^2.11.0", |
| 51 | + "@parcel/transformer-typescript-types": "~2.11.0", |
| 52 | + "@peculiar/webcrypto": "^1.4.3", |
50 | 53 | "@tech_query/snabbdom-looks-like": "^2.0.1", |
51 | 54 | "@types/classnames": "^2.3.1", |
52 | | - "@types/jest": "^27.4.0", |
53 | | - "@types/resize-observer-browser": "^0.1.7", |
54 | | - "@types/turndown": "^5.0.1", |
55 | | - "autoprefixer": "^10.4.2", |
| 55 | + "@types/jest": "^29.5.11", |
| 56 | + "@types/resize-observer-browser": "^0.1.11", |
| 57 | + "@types/turndown": "^5.0.4", |
56 | 58 | "cross-env": "^7.0.3", |
57 | | - "element-internals-polyfill": "^0.1.54", |
58 | | - "husky": "^7.0.4", |
| 59 | + "element-internals-polyfill": "^1.3.10", |
| 60 | + "husky": "^8.0.3", |
59 | 61 | "identity-obj-proxy": "^3.0.0", |
60 | | - "iterable-observer": "1.0.0-rc.0", |
61 | | - "jest": "^27.4.7", |
62 | | - "less": "^4.1.2", |
63 | | - "lint-staged": "^12.3.3", |
| 62 | + "iterable-observer": "^1.0.1", |
| 63 | + "jest": "^29.7.0", |
| 64 | + "less": "^4.2.0", |
| 65 | + "lint-staged": "^15.2.0", |
64 | 66 | "markdown-area-element": "^0.2.3", |
65 | | - "open-cli": "^7.0.1", |
66 | | - "parcel": "^2.2.1", |
67 | | - "postcss": "^8.4.6", |
68 | | - "prettier": "^2.5.1", |
69 | | - "quill-cell": "^0.1.0", |
70 | | - "ts-jest": "^27.1.3", |
71 | | - "ts-node": "^10.4.0", |
72 | | - "typedoc": "^0.22.11", |
73 | | - "typedoc-plugin-mdn-links": "^1.0.5", |
74 | | - "typescript": "~4.3.5" |
| 67 | + "open-cli": "^8.0.0", |
| 68 | + "parcel": "~2.11.0", |
| 69 | + "prettier": "^3.1.1", |
| 70 | + "ts-jest": "^29.1.1", |
| 71 | + "ts-node": "^10.9.2", |
| 72 | + "typedoc": "^0.25.7", |
| 73 | + "typedoc-plugin-mdn-links": "^3.1.11", |
| 74 | + "typescript": "~5.3.3" |
75 | 75 | }, |
76 | 76 | "scripts": { |
77 | 77 | "prepare": "husky install", |
78 | 78 | "lint": "lint-staged", |
79 | | - "test": "lint-staged && jest --forceExit", |
| 79 | + "test": "lint-staged", |
80 | 80 | "start": "cd test/ && parcel index.html --open", |
81 | 81 | "pack-dist": "rm -rf dist/ && parcel build source/index.ts", |
82 | 82 | "pack-docs": "rm -rf docs/ && typedoc source/", |
|
0 commit comments