Skip to content

Commit 0c1e219

Browse files
authored
[refactor] upgrade Count Down, Carousel & Tab components (#21)
1 parent 78e31ce commit 0c1e219

File tree

10 files changed

+406
-118
lines changed

10 files changed

+406
-118
lines changed

.husky/pre-commit

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
#!/bin/sh
2-
3-
. "$(dirname "$0")/_/husky.sh"
4-
51
npm test

.husky/pre-push

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
#!/bin/sh
2-
3-
. "$(dirname "$0")/_/husky.sh"
4-
51
npm run build

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "boot-cell",
3-
"version": "2.0.0-beta.9",
3+
"version": "2.0.0-beta.13",
44
"license": "LGPL-3.0",
55
"author": "shiy2008@gmail.com",
66
"description": "Web Components UI library based on WebCell v3, BootStrap v5, BootStrap Icon v1 & FontAwesome v6",
@@ -24,12 +24,12 @@
2424
"main": "dist/index.js",
2525
"module": "dist/index.esm.js",
2626
"dependencies": {
27-
"@swc/helpers": "^0.5.3",
27+
"@swc/helpers": "^0.5.6",
2828
"classnames": "^2.5.1",
29-
"dom-renderer": "^2.0.6",
29+
"dom-renderer": "^2.1.1",
3030
"mobx": "^6.12.0",
3131
"regenerator-runtime": "^0.14.1",
32-
"web-cell": "^3.0.0-rc.8",
32+
"web-cell": "^3.0.0-rc.10",
3333
"web-utility": "^4.1.3"
3434
},
3535
"peerDependencies": {
@@ -49,32 +49,32 @@
4949
"@parcel/transformer-less": "~2.11.0",
5050
"@parcel/transformer-typescript-tsc": "^2.11.0",
5151
"@parcel/transformer-typescript-types": "~2.11.0",
52-
"@peculiar/webcrypto": "^1.4.4",
52+
"@peculiar/webcrypto": "^1.4.5",
5353
"@tech_query/snabbdom-looks-like": "^2.0.1",
5454
"@types/classnames": "^2.3.1",
55-
"@types/jest": "^29.5.11",
55+
"@types/jest": "^29.5.12",
5656
"@types/resize-observer-browser": "^0.1.11",
5757
"@types/turndown": "^5.0.4",
5858
"cross-env": "^7.0.3",
5959
"element-internals-polyfill": "^1.3.10",
60-
"husky": "^8.0.3",
60+
"husky": "^9.0.10",
6161
"identity-obj-proxy": "^3.0.0",
6262
"iterable-observer": "^1.0.1",
6363
"jest": "^29.7.0",
6464
"less": "^4.2.0",
65-
"lint-staged": "^15.2.0",
65+
"lint-staged": "^15.2.2",
6666
"markdown-area-element": "^0.2.3",
6767
"open-cli": "^8.0.0",
6868
"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",
7171
"ts-node": "^10.9.2",
7272
"typedoc": "^0.25.7",
73-
"typedoc-plugin-mdn-links": "^3.1.13",
73+
"typedoc-plugin-mdn-links": "^3.1.15",
7474
"typescript": "~5.3.3"
7575
},
7676
"scripts": {
77-
"prepare": "husky install",
77+
"prepare": "husky",
7878
"lint": "lint-staged",
7979
"test": "lint-staged",
8080
"start": "cd test/ && parcel index.html --open",

0 commit comments

Comments
 (0)