Skip to content

Commit

Permalink
Update npm dependencies and make various code improvements (#125)
Browse files Browse the repository at this point in the history
This pull request includes updates to npm dependencies, fixes for the put request to always go to the chat URL, changes in wording and icon, hiding the tier label, updates to the Navbar layout styles for mobile responsiveness, improvements to the search UI, and updating the MinionsListBox to set maxTier to 12 when resetting the search. These changes aim to enhance the functionality, user experience, and maintainability of the codebase.
  • Loading branch information
DarthGigi authored May 25, 2024
2 parents 6d56f58 + 7d960b9 commit 9095ade
Show file tree
Hide file tree
Showing 7 changed files with 228 additions and 225 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prisma:studio": "prisma studio"
},
"devDependencies": {
"@jill64/universal-sanitizer": "^1.2.11",
"@jill64/universal-sanitizer": "^1.2.12",
"@lucia-auth/adapter-prisma": "4.0.1",
"@sveltejs/adapter-vercel": "^5.3.0",
"@sveltejs/kit": "^2.5.10",
Expand All @@ -30,7 +30,7 @@
"@tailwindcss/forms": "^0.5.7",
"@types/cookie": "^0.6.0",
"@types/node": "^20.12.12",
"@vercel/analytics": "^1.2.2",
"@vercel/analytics": "^1.3.1",
"autoprefixer": "^10.4.19",
"date-fns-tz": "^3.1.3",
"encoding": "^0.1.13",
Expand All @@ -42,7 +42,7 @@
"svelte": "^4.2.17",
"svelte-check": "^3.7.1",
"svelte-headless-table": "^0.18.2",
"svelte-legos": "^0.2.2",
"svelte-legos": "^0.2.3",
"svelte-seo": "^1.6.1",
"tailwindcss": "^3.4.3",
"tslib": "^2.6.2",
Expand All @@ -62,7 +62,7 @@
"@tiptap/extension-underline": "^2.4.0",
"@tiptap/pm": "^2.4.0",
"@tiptap/starter-kit": "^2.4.0",
"@vercel/speed-insights": "^1.0.10",
"@vercel/speed-insights": "^1.0.11",
"bits-ui": "^0.21.9",
"cloudinary": "^2.2.0",
"clsx": "^2.1.1",
Expand Down
Loading

0 comments on commit 9095ade

Please sign in to comment.