diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-12-22 09:21:16 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-12-22 09:21:16 -0800 |
| commit | b043eb27b6d7c061e54f250826702bbbe8b116e4 (patch) | |
| tree | f3f0277e1cfe8486860bc66c2766af34786b00ce /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" |
