Skip to content

Commit

Permalink
Update package dependencies and refactor files (#95)
Browse files Browse the repository at this point in the history
This pull request includes updates to package dependencies and refactors favicon, manifest, and notification image files.
  • Loading branch information
DarthGigi committed Mar 8, 2024
2 parents 106cda5 + 618eb3b commit f17d6a7
Show file tree
Hide file tree
Showing 138 changed files with 465 additions and 507 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,32 +25,32 @@
"@jill64/universal-sanitizer": "^1.2.3",
"@lucia-auth/adapter-prisma": "4.0.0",
"@sveltejs/adapter-vercel": "^5.1.0",
"@sveltejs/kit": "^2.5.2",
"@sveltejs/kit": "^2.5.3",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tailwindcss/forms": "^0.5.7",
"@types/cookie": "^0.6.0",
"@types/node": "^20.11.22",
"@types/node": "^20.11.25",
"@vercel/analytics": "^1.2.2",
"autoprefixer": "^10.4.17",
"autoprefixer": "^10.4.18",
"encoding": "^0.1.13",
"highlight.js": "^11.9.0",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.2",
"prettier-plugin-tailwindcss": "^0.5.11",
"prettier-plugin-tailwindcss": "^0.5.12",
"svelte": "^4.2.12",
"svelte-check": "^3.6.5",
"svelte-check": "^3.6.6",
"svelte-headless-table": "^0.18.2",
"svelte-highlight": "^7.6.0",
"tailwindcss": "^3.4.1",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.1.4"
"typescript": "^5.4.2",
"vite": "^5.1.5"
},
"type": "module",
"dependencies": {
"@prisma/client": "5.10.2",
"@prisma/extension-accelerate": "^0.6.3",
"@prisma/extension-accelerate": "^1.0.0",
"@tiptap/core": "^2.2.4",
"@tiptap/extension-bubble-menu": "^2.2.4",
"@tiptap/extension-character-count": "^2.2.4",
Expand All @@ -60,10 +60,10 @@
"@tiptap/pm": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4",
"@vercel/speed-insights": "^1.0.10",
"bits-ui": "^0.18.4",
"cloudinary": "^2.0.1",
"bits-ui": "^0.19.5",
"cloudinary": "^2.0.3",
"clsx": "^2.1.0",
"cmdk-sv": "^0.0.13",
"cmdk-sv": "^0.0.15",
"css-tree": "^2.3.1",
"date-fns": "^3.3.1",
"fast-average-color-node": "^3.0.0",
Expand All @@ -72,8 +72,8 @@
"formsnap": "^0.5.1",
"headview3d": "^3.0.2",
"lucia": "^3.0.1",
"lucide-svelte": "^0.343.0",
"mode-watcher": "^0.2.1",
"lucide-svelte": "^0.352.0",
"mode-watcher": "^0.2.2",
"numerable": "^0.3.15",
"oslo": "^1.1.3",
"prisma": "^5.10.2",
Expand All @@ -85,7 +85,7 @@
"svelte-persisted-store": "^0.9.1",
"svelte-sonner": "^0.3.19",
"sveltekit-rate-limiter": "^0.4.3",
"sveltekit-superforms": "^2.6.2",
"sveltekit-superforms": "^2.8.1",
"tailwind-merge": "^2.2.1",
"tailwind-variants": "^0.2.0",
"zod": "^3.22.4"
Expand Down
Loading

0 comments on commit f17d6a7

Please sign in to comment.