Skip to content

Commit c3b4900

Browse files
authored
[add] Image Preview & File Preview/Picker/Uploader components (#28)
1 parent dfe803c commit c3b4900

24 files changed

+714
-728
lines changed

jest.config.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ const options: Config.InitialOptions = {
99
},
1010
globals: {
1111
'ts-jest': { isolatedModules: true }
12-
},
13-
setupFiles: ['<rootDir>/test/polyfill.ts']
12+
}
1413
};
1514

1615
export default options;

package.json

+7-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "boot-cell",
3-
"version": "2.0.0-rc.4",
3+
"version": "2.0.0-rc.11",
44
"license": "LGPL-3.0",
55
"author": "[email protected]",
66
"description": "Web Components UI library based on WebCell v3, BootStrap v5, BootStrap Icon v1 & FontAwesome v6",
@@ -25,8 +25,9 @@
2525
"module": "dist/index.esm.js",
2626
"dependencies": {
2727
"@swc/helpers": "^0.5.15",
28+
"browser-fs-access": "^0.35.0",
2829
"classnames": "^2.5.1",
29-
"dom-renderer": "^2.6.1",
30+
"dom-renderer": "^2.6.2",
3031
"iterable-observer": "^1.1.0",
3132
"mobx": "^6.13.6",
3233
"regenerator-runtime": "^0.14.1",
@@ -48,26 +49,21 @@
4849
"@parcel/transformer-less": "~2.13.3",
4950
"@parcel/transformer-typescript-tsc": "~2.13.3",
5051
"@parcel/transformer-typescript-types": "~2.13.3",
51-
"@peculiar/webcrypto": "^1.5.0",
52-
"@tech_query/snabbdom-looks-like": "^2.0.1",
5352
"@types/jest": "^29.5.14",
54-
"@types/resize-observer-browser": "^0.1.11",
5553
"@types/turndown": "^5.0.5",
5654
"cross-env": "^7.0.3",
57-
"element-internals-polyfill": "^1.3.13",
5855
"husky": "^9.1.7",
5956
"identity-obj-proxy": "^3.0.0",
6057
"jest": "^29.7.0",
6158
"less": "^4.2.2",
6259
"lint-staged": "^15.4.3",
63-
"markdown-area-element": "^0.2.3",
6460
"open-cli": "^8.0.0",
6561
"parcel": "~2.13.3",
66-
"prettier": "^3.5.1",
67-
"ts-jest": "^29.2.5",
62+
"prettier": "^3.5.2",
63+
"ts-jest": "^29.2.6",
6864
"ts-node": "^10.9.2",
69-
"typedoc": "^0.27.7",
70-
"typedoc-plugin-mdn-links": "^4.0.13",
65+
"typedoc": "^0.27.9",
66+
"typedoc-plugin-mdn-links": "^4.0.14",
7167
"typescript": "~5.7.3"
7268
},
7369
"scripts": {

0 commit comments

Comments
 (0)