diff --git a/.agents/skills/constructive-monorepo-setup/SKILL.md b/.agents/skills/constructive-monorepo-setup/SKILL.md index fef2b61f93..4b0b7aceb6 100644 --- a/.agents/skills/constructive-monorepo-setup/SKILL.md +++ b/.agents/skills/constructive-monorepo-setup/SKILL.md @@ -4,7 +4,7 @@ Set up the Constructive monorepo for local development and testing. ## Prerequisites -- Node.js 20+ +- Node.js 22+ - pnpm 9+ - Docker (for PostgreSQL) - pgpm CLI (`npm install -g pgpm`) diff --git a/graphile/graphile-llm/package.json b/graphile/graphile-llm/package.json index f1aa9ed6dd..89fc36eb7c 100644 --- a/graphile/graphile-llm/package.json +++ b/graphile/graphile-llm/package.json @@ -40,7 +40,7 @@ "graphile-build": "^5.1.1", "graphile-build-pg": "^5.1.3", "graphile-config": "^1.1.0", - "graphile-search": "^1.18.0", + "graphile-search": "^2.0.0", "graphile-utils": "^5.0.3", "graphql": "^16.9.0", "pg-sql2": "^5.0.1",