Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaitanLyss committed Sep 7, 2024
1 parent 400e29b commit 92848a9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
Binary file modified bun.lockb
Binary file not shown.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@selenite/commons",
"version": "0.28.0",
"version": "0.28.1",
"repository": "github:ShaitanLyss/selenite-commons",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -45,7 +45,10 @@
"lodash-es": "^4.17.21",
"svelte-floating-ui": "^1.5.9",
"wu": "^2.1.0",
"regenerator-runtime": "^0.14.1"
"regenerator-runtime": "^0.14.1",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@skeletonlabs/floating-ui-svelte": "^0.3.1",
"svelte-fa": "^4.0.2"
},
"devDependencies": {
"@happy-dom/global-registrator": "^14.12.3",
Expand All @@ -65,7 +68,7 @@
"@vitest/coverage-v8": "^2.0.5",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.10",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.43.0",
"globals": "^15.9.0",
Expand Down Expand Up @@ -97,6 +100,7 @@
"fast-xml-parser": "^4.5.0",
"ml-classify-text": "^2.0.1",
"pluralize": "^8.0.0",
"svelte-portal": "^2.2.1",
"uuid": "^10.0.0"
}
}
3 changes: 2 additions & 1 deletion src/lib/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ export {default as Button } from './Button.svelte'
export * as Tree_ from './tree'
export * from './tree'
export * as Menu_ from './menu'
export * from './menu'
export * from './menu'
export {default as Portal } from 'svelte-portal'

0 comments on commit 92848a9

Please sign in to comment.