Skip to content

Commit

Permalink
[add] Carousel component
Browse files Browse the repository at this point in the history
[optimize] update Upstream packages
  • Loading branch information
TechQuery committed Feb 5, 2024
1 parent 2d4753d commit 64b062e
Show file tree
Hide file tree
Showing 4 changed files with 237 additions and 48 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boot-cell",
"version": "2.0.0-beta.10",
"version": "2.0.0-beta.11",
"license": "LGPL-3.0",
"author": "[email protected]",
"description": "Web Components UI library based on WebCell v3, BootStrap v5, BootStrap Icon v1 & FontAwesome v6",
Expand All @@ -24,7 +24,7 @@
"main": "dist/index.js",
"module": "dist/index.esm.js",
"dependencies": {
"@swc/helpers": "^0.5.3",
"@swc/helpers": "^0.5.6",
"classnames": "^2.5.1",
"dom-renderer": "^2.0.6",
"mobx": "^6.12.0",
Expand Down Expand Up @@ -52,25 +52,25 @@
"@peculiar/webcrypto": "^1.4.5",
"@tech_query/snabbdom-looks-like": "^2.0.1",
"@types/classnames": "^2.3.1",
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.12",
"@types/resize-observer-browser": "^0.1.11",
"@types/turndown": "^5.0.4",
"cross-env": "^7.0.3",
"element-internals-polyfill": "^1.3.10",
"husky": "^9.0.6",
"husky": "^9.0.10",
"identity-obj-proxy": "^3.0.0",
"iterable-observer": "^1.0.1",
"jest": "^29.7.0",
"less": "^4.2.0",
"lint-staged": "^15.2.0",
"lint-staged": "^15.2.2",
"markdown-area-element": "^0.2.3",
"open-cli": "^8.0.0",
"parcel": "~2.11.0",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typedoc": "^0.25.7",
"typedoc-plugin-mdn-links": "^3.1.14",
"typedoc-plugin-mdn-links": "^3.1.15",
"typescript": "~5.3.3"
},
"scripts": {
Expand Down
82 changes: 41 additions & 41 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 64b062e

Please sign in to comment.