Skip to content

Commit

Permalink
Update npm dependencies and fix search filtering (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGigi authored Jun 13, 2024
2 parents 5fbe97a + 0946d6a commit 219ea6a
Show file tree
Hide file tree
Showing 5 changed files with 440 additions and 171 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## No longer maintained

The changelogs are no longer being update as it is too much work to keep track of all the changes as a solo developer.

Big releases will be announced on [MinionAH Newsroom](https://newsroom.minionah.com) and on the [MinionAH Discord](https://discord.minionah.com).
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"date-fns-tz": "^3.1.3",
"encoding": "^0.1.13",
"postcss": "^8.4.38",
"prettier": "^3.3.1",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.6.2",
"shiki": "^1.6.3",
"prettier-plugin-tailwindcss": "^0.6.4",
"shiki": "^1.6.4",
"svelte": "^4.2.18",
"svelte-check": "^3.8.0",
"svelte-headless-table": "^0.18.2",
Expand All @@ -47,7 +47,7 @@
"tailwindcss": "^3.4.4",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"vite": "^5.2.13"
"vite": "^5.3.0"
},
"type": "module",
"dependencies": {
Expand All @@ -63,7 +63,7 @@
"@tiptap/extension-underline": "^2.4.0",
"@tiptap/pm": "^2.4.0",
"@tiptap/starter-kit": "^2.4.0",
"@vercel/speed-insights": "^1.0.11",
"@vercel/speed-insights": "^1.0.12",
"bits-ui": "^0.21.10",
"cloudinary": "^2.2.0",
"clsx": "^2.1.1",
Expand All @@ -76,7 +76,7 @@
"formsnap": "^1.0.0",
"headview3d": "^3.0.2",
"lucia": "^3.2.0",
"lucide-svelte": "^0.390.0",
"lucide-svelte": "^0.394.0",
"mode-watcher": "^0.3.0",
"numerable": "^0.3.15",
"oslo": "^1.2.0",
Expand All @@ -89,7 +89,7 @@
"svelte-persisted-store": "^0.11.0",
"svelte-sonner": "^0.3.24",
"sveltekit-rate-limiter": "^0.5.1",
"sveltekit-superforms": "^2.14.0",
"sveltekit-superforms": "^2.15.1",
"tailwind-merge": "^2.3.0",
"tailwind-variants": "^0.2.1",
"vaul-svelte": "^0.3.1",
Expand Down
Loading

0 comments on commit 219ea6a

Please sign in to comment.