Skip to content

Commit

Permalink
Improve deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaitanLyss committed Sep 5, 2024
1 parent 516916d commit 080cceb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Binary file modified bun.lockb
Binary file not shown.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@selenite/commons",
"version": "0.24.9",
"version": "0.24.10",
"repository": "github:ShaitanLyss/selenite-commons",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -42,18 +42,23 @@
],
"peerDependencies": {
"svelte": "^5.0.0-next.242",
"@neodrag/svelte": "^2.0.6",
"lodash-es": "^4.17.21"
},
"devDependencies": {
"@happy-dom/global-registrator": "^14.12.3",
"@sveltejs/adapter-auto": "^3.2.4",
"@sveltejs/kit": "^2.5.25",
"@sveltejs/kit": "^2.5.26",
"@sveltejs/package": "^2.3.4",
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.6",
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.7",
"@types/autosize": "^4.0.3",
"@types/eslint": "^9.6.1",
"@types/lodash-es": "^4.17.12",
"@types/ml-classify-text": "^2.0.3",
"@types/core-js": "^2.5.8",
"@types/pluralize": "^0.0.33",
"@types/uuid": "^10.0.0",
"@types/wu": "^2.1.44",
"@vitest/coverage-v8": "^2.0.5",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.10",
Expand All @@ -62,7 +67,7 @@
"eslint-plugin-svelte": "^2.43.0",
"globals": "^15.9.0",
"happy-dom": "^14.12.3",
"postcss": "^8.4.44",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"publint": "^0.2.10",
Expand All @@ -73,7 +78,7 @@
"typedoc": "0.26.5",
"typescript": "^5.5.4",
"typescript-eslint": "^7.18.0",
"vite": "^5.4.2",
"vite": "^5.4.3",
"vite-plugin-wasm-pack": "^0.1.12",
"vitest": "^2.0.5",
"wasm-pack": "^0.13.0"
Expand All @@ -82,19 +87,14 @@
"types": "./dist/index.d.ts",
"type": "module",
"dependencies": {
"@neodrag/svelte": "^2.0.6",
"@selenite/commons-rs": "^0.1.2",
"@types/core-js": "^2.5.8",
"@types/pluralize": "^0.0.33",
"@types/uuid": "^10.0.0",
"@types/wu": "^2.1.44",
"autosize": "^6.0.1",
"core-js": "^3.38.1",
"fast-xml-parser": "^4.4.1",
"fast-xml-parser": "^4.5.0",
"ml-classify-text": "^2.0.1",
"pluralize": "^8.0.0",
"regenerator-runtime": "^0.14.1",
"uuid": "^10.0.0",
"wu": "^2.1.0"
}
}
}

0 comments on commit 080cceb

Please sign in to comment.