clerk was missing /shared npm package

This commit is contained in:
zach
2026-03-05 22:59:16 -05:00
parent 2fa0be9d23
commit 7fd8a21d1c
8 changed files with 34 additions and 71 deletions

View File

@@ -5,12 +5,13 @@
"scripts": {
"dev": "astro dev --host 0.0.0.0",
"build": "astro build",
"preview": "astro preview",
"preview": "astro preview --host 0.0.0.0",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.5.4",
"@clerk/astro": "^3.0.1",
"@clerk/shared": "^4.0.0",
"@clerk/themes": "^2.4.55",
"astro": "^5.17.1",
"bootstrap": "^5.3.8",