Skip to content

Commit 38e71a5

Browse files
Fix deployment issue by replacing git dependency with npm package
1 parent 7a8b452 commit 38e71a5

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@flags-sdk/growthbook": "^0.1.0",
2323
"@hookform/resolvers": "^5.2.2",
2424
"@monaco-editor/react": "^4.7.0",
25-
"@nanostores/react": "github:ai/react",
25+
"@nanostores/react": "^1.0.0",
2626
"@posthog/ai": "^6.4.2",
2727
"@radix-ui/react-accordion": "^1.2.12",
2828
"@radix-ui/react-alert-dialog": "^1.1.15",
@@ -65,6 +65,7 @@
6565
"lucide-react": "^0.396.0",
6666
"monaco-editor": "^0.53.0",
6767
"nanoid": "^5.1.6",
68+
"nanostores": "^0.11.4",
6869
"next": "^14.2.33",
6970
"next-themes": "^0.3.0",
7071
"ollama-ai-provider": "latest",

pnpm-lock.yaml

Lines changed: 13 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)