Skip to content

Commit da74a70

Browse files
chore(deps): update deps, tweak Svelte config
1 parent a54a897 commit da74a70

File tree

3 files changed

+239
-224
lines changed

3 files changed

+239
-224
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
"@shikijs/rehype": "^3.7.0",
2727
"@shikijs/themes": "^3.7.0",
2828
"@sveltejs/adapter-vercel": "^5.7.2",
29-
"@sveltejs/kit": "^2.22.2",
30-
"@sveltejs/vite-plugin-svelte": "^5.1.0",
29+
"@sveltejs/kit": "^2.22.5",
30+
"@sveltejs/vite-plugin-svelte": "^6.0.0",
3131
"@tailwindcss/typography": "^0.5.16",
3232
"@tailwindcss/vite": "^4.1.11",
3333
"@total-typescript/ts-reset": "^0.6.1",
3434
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
3535
"@types/eslint-config-prettier": "^6.11.3",
36-
"@types/node": "^24.0.10",
36+
"@types/node": "^24.0.13",
3737
"@types/semver": "^7.7.0",
3838
"@upstash/redis": "^1.35.1",
3939
"@vercel/speed-insights": "^1.2.0",
@@ -47,19 +47,19 @@
4747
"marked": "^16.0.0",
4848
"mode-watcher": "^1.1.0",
4949
"octokit": "^5.0.3",
50-
"posthog-js": "^1.256.2",
51-
"posthog-node": "^5.1.1",
50+
"posthog-js": "^1.257.0",
51+
"posthog-node": "^5.5.0",
5252
"prettier": "^3.6.2",
5353
"prettier-plugin-svelte": "^3.4.0",
54-
"prettier-plugin-tailwindcss": "^0.6.13",
54+
"prettier-plugin-tailwindcss": "^0.6.14",
5555
"rehype-raw": "^7.0.0",
5656
"rehype-slug": "^6.0.0",
5757
"remark-gemoji": "^8.0.0",
5858
"remark-github": "^12.0.0",
59-
"runed": "^0.29.1",
59+
"runed": "^0.30.0",
6060
"semver": "^7.7.2",
6161
"shiki": "^3.7.0",
62-
"svelte": "^5.35.2",
62+
"svelte": "^5.35.6",
6363
"svelte-check": "^4.2.2",
6464
"svelte-exmarkdown": "^5.0.1",
6565
"svelte-meta-tags": "^4.4.0",
@@ -70,10 +70,10 @@
7070
"tslib": "^2.8.1",
7171
"tw-animate-css": "^1.3.5",
7272
"typescript": "^5.8.3",
73-
"typescript-eslint": "^8.35.1",
74-
"vite": "^7.0.2",
73+
"typescript-eslint": "^8.36.0",
74+
"vite": "^7.0.4",
7575
"vite-plugin-devtools-json": "^0.2.1",
76-
"vite-plugin-lucide-preprocess": "^1.3.1"
76+
"vite-plugin-lucide-preprocess": "^1.4.0"
7777
},
7878
"pnpm": {
7979
"onlyBuiltDependencies": [
@@ -84,5 +84,5 @@
8484
]
8585
},
8686
"type": "module",
87-
"packageManager": "pnpm@10.12.4"
87+
"packageManager": "pnpm@10.13.1"
8888
}

0 commit comments

Comments
 (0)