diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-12-22 09:21:16 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-12-23 23:23:33 -0800 |
| commit | 1775805727e3c172a82164df7da810d2d4c40730 (patch) | |
| tree | d1a171fa059482dbb6d49e24c7598944caa44355 /package.json | |
| parent | 8f9d96b60fe18e0b126022096505c1c693b51108 (diff) | |
fix build: add marked as dependency
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 6e2f52c..246440f 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,8 @@ "@astrojs/react": "^4.1.2", "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", - "astro": "^4.16.18", + "astro": "^5.1.1", + "marked": "^15.0.4", "react": "^19.0.0", "react-dom": "^19.0.0", "remixicon": "^4.6.0" |
