Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.12.0
22.22.3
2 changes: 1 addition & 1 deletion examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 3 additions & 0 deletions examples/hello-world/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
packages:
- "."

allowBuilds:
esbuild: true
7 changes: 1 addition & 6 deletions examples/next-smoke/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions examples/next-smoke/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
packages:
- "."

allowBuilds:
esbuild: true

overrides:
postcss: 8.5.10
Comment thread
coderabbitai[bot] marked this conversation as resolved.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 3 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
packages:
- packages/*

allowBuilds:
esbuild: true
Loading