Skip to content

Commit

Permalink
Update devDependencies and refactor sitemap generation (#157)
Browse files Browse the repository at this point in the history
This pull request includes two commits. The first commit updates the devDependencies in the package.json file, including updates to "@eslint/js" and "@types/node" packages. The second commit refactors the sitemap.xml server.ts file to exclude user-specific routes from sitemap generation, improving privacy and security.
  • Loading branch information
DarthGigi authored Oct 21, 2024
2 parents cbb42ee + f356de1 commit a52e1ea
Show file tree
Hide file tree
Showing 3 changed files with 638 additions and 901 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,23 @@
"prisma:studio": "prisma studio"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@eslint/js": "^9.13.0",
"@jill64/universal-sanitizer": "^1.3.3",
"@sveltejs/adapter-vercel": "^5.4.5",
"@sveltejs/kit": "^2.7.1",
"@sveltejs/kit": "^2.7.2",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.9",
"@types/cookie": "^0.6.0",
"@types/node": "^22.7.5",
"@types/node": "^22.7.7",
"@vercel/analytics": "^1.3.1",
"autoprefixer": "^10.4.20",
"bits-ui": "^0.21.16",
"cmdk-sv": "^0.0.18",
"date-fns-tz": "^3.2.0",
"encoding": "^0.1.13",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.45.1",
"eslint-plugin-svelte": "^2.46.0",
"formsnap": "^1.0.1",
"globals": "^15.11.0",
"lucide-svelte": "^0.453.0",
Expand All @@ -54,11 +54,11 @@
"svelte-motion": "^0.12.2",
"svelte-seo": "^1.6.1",
"svelte-sonner": "^0.3.28",
"sveltekit-superforms": "^2.19.1",
"sveltekit-superforms": "^2.20.0",
"tailwindcss": "^3.4.14",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.9.0",
"typescript-eslint": "^8.11.0",
"vaul-svelte": "^0.3.2",
"vite": "^5.4.9",
"zod": "^3.23.8"
Expand All @@ -70,10 +70,10 @@
"@oslojs/encoding": "^1.1.0",
"@oslojs/oauth2": "^0.5.0",
"@oslojs/webauthn": "^1.0.0",
"@prisma/client": "5.21.0",
"@prisma/client": "5.21.1",
"@prisma/extension-accelerate": "^1.2.1",
"@sentry/svelte": "^8.34.0",
"@sentry/sveltekit": "^8.34.0",
"@sentry/svelte": "^8.35.0",
"@sentry/sveltekit": "^8.35.0",
"@tiptap/core": "^2.8.0",
"@tiptap/extension-bubble-menu": "^2.8.0",
"@tiptap/extension-character-count": "^2.8.0",
Expand All @@ -83,18 +83,18 @@
"@tiptap/pm": "^2.8.0",
"@tiptap/starter-kit": "^2.8.0",
"@vercel/speed-insights": "^1.0.12",
"arctic": "^1.9.2",
"arctic": "^2.0.1",
"cloudinary": "^2.5.1",
"clsx": "^2.1.1",
"css-tree": "^3.0.0",
"date-fns": "^4.1.0",
"fast-average-color-node": "^3.1.0",
"firebase": "^10.14.1",
"firebase": "^11.0.0",
"firebase-admin": "^12.6.0",
"headview3d": "^3.0.2",
"lucia": "^3.2.1",
"lucia": "^3.2.2",
"numerable": "^0.3.15",
"prisma": "^5.21.0",
"prisma": "^5.21.1",
"pusher": "^5.2.0",
"pusher-js": "8.4.0-rc2",
"skinview3d": "^3.1.0",
Expand Down
Loading

0 comments on commit a52e1ea

Please sign in to comment.