diff --git a/.node-version b/.node-version index 1d9b783..941d7c0 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -22.12.0 +22.22.3 diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index ae1aeee..0c0e27a 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "main": "server.ts", - "packageManager": "pnpm@10.30.0", + "packageManager": "pnpm@11.6.0", "scripts": { "dev": "bun --watch server.ts", "start": "bun run server.ts", diff --git a/examples/hello-world/pnpm-workspace.yaml b/examples/hello-world/pnpm-workspace.yaml index ccbac80..9af1dfc 100644 --- a/examples/hello-world/pnpm-workspace.yaml +++ b/examples/hello-world/pnpm-workspace.yaml @@ -1,2 +1,5 @@ packages: - "." + +allowBuilds: + esbuild: true diff --git a/examples/next-smoke/package.json b/examples/next-smoke/package.json index 7c0f18b..e06de96 100644 --- a/examples/next-smoke/package.json +++ b/examples/next-smoke/package.json @@ -2,7 +2,7 @@ "name": "next-smoke", "version": "0.1.0", "private": true, - "packageManager": "pnpm@10.30.0", + "packageManager": "pnpm@11.6.0", "scripts": { "dev": "next dev", "build": "next build", @@ -14,11 +14,6 @@ "react": "19.2.6", "react-dom": "19.2.6" }, - "pnpm": { - "overrides": { - "postcss": "8.5.10" - } - }, "devDependencies": { "@types/node": "^20.19.41", "@types/react": "^19.2.15", diff --git a/examples/next-smoke/pnpm-workspace.yaml b/examples/next-smoke/pnpm-workspace.yaml index ccbac80..0febdbb 100644 --- a/examples/next-smoke/pnpm-workspace.yaml +++ b/examples/next-smoke/pnpm-workspace.yaml @@ -1,2 +1,8 @@ packages: - "." + +allowBuilds: + esbuild: true + +overrides: + postcss: 8.5.10 diff --git a/package.json b/package.json index e61e9c5..c20110d 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,9 @@ "name": "prisma-cli", "private": true, "engines": { - "node": ">=22.12.0" + "node": ">=22.13.0" }, - "packageManager": "pnpm@10.30.0", + "packageManager": "pnpm@11.6.0", "scripts": { "build:cli": "pnpm --filter @prisma/cli build", "build:compute": "pnpm --filter @prisma/compute build", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 924b55f..e74763e 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,2 +1,5 @@ packages: - packages/* + +allowBuilds: + esbuild: true