diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1a16f066..8e2996a8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -675,7 +675,7 @@ importers: specifier: ^3.2.0 version: 3.2.0 hs2js: - specifier: workspace:* + specifier: 0.0.9 version: link:../packages/hs2js nanoid: specifier: ^5.0.4 diff --git a/website/package.json b/website/package.json index aae90a27..ace4cbca 100644 --- a/website/package.json +++ b/website/package.json @@ -51,7 +51,7 @@ "astro": "^4.0.8", "claviature": "^0.1.0", "date-fns": "^3.2.0", - "hs2js": "workspace:*", + "hs2js": "0.0.9", "nanoid": "^5.0.4", "nanostores": "^0.9.5", "react": "^18.2.0",