diff options
Diffstat (limited to 'web/package.json')
| -rw-r--r-- | web/package.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/web/package.json b/web/package.json index 0cf9347..f998393 100644 --- a/web/package.json +++ b/web/package.json @@ -1,5 +1,5 @@ { - "packageManager": "pnpm@9.3.0", + "packageManager": "pnpm@10.17.0+sha512.fce8a3dd29a4ed2ec566fb53efbb04d8c44a0f05bc6f24a73046910fb9c3ce7afa35a0980500668fa3573345bd644644fa98338fa168235c80f4aa17aa17fbef", "name": "", "type": "module", "version": "0.0.1", @@ -12,10 +12,11 @@ }, "dependencies": { "@astrojs/check": "^0.9.4", - "@astrojs/tailwind": "^5.1.2", - "astro": "^4.16.13", + "@astrojs/mdx": "^4.3.5", + "@astrojs/tailwind": "^6.0.2", + "astro": "^5.13.8", "sharp": "^0.33.5", - "tailwindcss": "^3.4.15", - "typescript": "^5.6.3" + "tailwindcss": "^3.4.17", + "typescript": "^5.9.2" } } |
