diff --git a/docs/package.json b/docs/package.json index c02fd59..1df3fce 100644 --- a/docs/package.json +++ b/docs/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@search-params/react": "workspace:*", + "@search-params/react": "link:../packages/react", "next": "14.0.0", "react": "^18", "react-dom": "^18", @@ -25,6 +25,5 @@ "postcss": "^8", "tailwindcss": "^3", "typescript": "^5" - }, - "packageManager": "pnpm@8.6.11" + } } \ No newline at end of file