Skip to content

Commit 428f6c1

Browse files
Merge branch 'main' into dynamic-og-images
2 parents 9aa0dde + 6fef7d4 commit 428f6c1

File tree

7 files changed

+675
-648
lines changed

7 files changed

+675
-648
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@
2727
"@shikijs/rehype": "^3.13.0",
2828
"@shikijs/themes": "^3.13.0",
2929
"@sveltejs/adapter-vercel": "^5.10.2",
30-
"@sveltejs/kit": "^2.42.2",
31-
"@sveltejs/vite-plugin-svelte": "^6.2.0",
32-
"@tailwindcss/typography": "^0.5.18",
30+
"@sveltejs/kit": "^2.38.1",
31+
"@sveltejs/vite-plugin-svelte": "^6.2.1",
32+
"@tailwindcss/typography": "^0.5.19",
3333
"@tailwindcss/vite": "^4.1.13",
3434
"@total-typescript/ts-reset": "^0.6.1",
3535
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
3636
"@types/eslint-config-prettier": "^6.11.3",
37-
"@types/node": "^24.5.2",
37+
"@types/node": "^24.6.0",
3838
"@types/semver": "^7.7.1",
3939
"@upstash/redis": "^1.35.4",
4040
"@vercel/speed-insights": "^1.2.0",
41-
"bits-ui": "^2.11.0",
41+
"bits-ui": "^2.11.4",
4242
"clsx": "^2.1.1",
4343
"eslint": "^9.36.0",
4444
"eslint-config-prettier": "^10.1.8",
@@ -48,33 +48,33 @@
4848
"marked": "^16.3.0",
4949
"mode-watcher": "^1.1.0",
5050
"octokit": "^5.0.3",
51-
"posthog-js": "^1.266.3",
52-
"posthog-node": "^5.8.6",
51+
"posthog-js": "^1.268.9",
52+
"posthog-node": "^5.9.2",
5353
"prettier": "^3.6.2",
5454
"prettier-plugin-svelte": "^3.4.0",
5555
"prettier-plugin-tailwindcss": "^0.6.14",
5656
"rehype-raw": "^7.0.0",
5757
"rehype-slug": "^6.0.0",
5858
"remark-gemoji": "^8.0.0",
5959
"remark-github": "^12.0.0",
60-
"runed": "^0.32.0",
60+
"runed": "^0.34.0",
6161
"satori": "^0.18.3",
6262
"satori-html": "^0.3.2",
6363
"semver": "^7.7.2",
6464
"shiki": "^3.13.0",
65-
"svelte": "^5.39.3",
66-
"svelte-check": "^4.3.1",
65+
"svelte": "^5.39.7",
66+
"svelte-check": "^4.3.2",
6767
"svelte-exmarkdown": "^5.0.2",
6868
"svelte-meta-tags": "^4.4.1",
6969
"svelte-sonner": "^1.0.5",
7070
"tailwind-merge": "^3.3.1",
7171
"tailwind-variants": "^3.1.1",
7272
"tailwindcss": "^4.1.13",
7373
"tslib": "^2.8.1",
74-
"tw-animate-css": "^1.3.8",
74+
"tw-animate-css": "^1.4.0",
7575
"typescript": "^5.9.2",
76-
"typescript-eslint": "^8.44.0",
77-
"vite": "^7.1.6",
76+
"typescript-eslint": "^8.45.0",
77+
"vite": "^7.1.7",
7878
"vite-plugin-devtools-json": "^1.0.0",
7979
"vite-plugin-lucide-preprocess": "^1.4.4"
8080
},
@@ -87,5 +87,5 @@
8787
]
8888
},
8989
"type": "module",
90-
"packageManager": "[email protected].0"
90+
"packageManager": "[email protected].1"
9191
}

0 commit comments

Comments
 (0)