Skip to content
Draft
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
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,7 @@
"@changesets/changelog-git": "^0.2.0",
"@changesets/cli": "^2.30.0",
"sherif": "^1.2.0",
"vite-plus": "latest"
"vite-plus": "https://pkg.pr.new/voidzero-dev/vite-plus@1856"
},
"packageManager": "pnpm@10.12.1",
"pnpm": {
"overrides": {
"react": "^19.2.4",
"react-dom": "^19.2.4"
}
}
"packageManager": "pnpm@10.12.1"
}
Comment on lines +26 to 27

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Restore the pnpm.overrides configuration in the root package.json so that react and react-dom versions are correctly overridden and deduplicated across the workspace.

Suggested change
"packageManager": "pnpm@10.12.1"
}
"packageManager": "pnpm@10.12.1",
"pnpm": {
"overrides": {
"react": "^19.2.4",
"react-dom": "^19.2.4"
}
}
}

2 changes: 1 addition & 1 deletion packages/bippy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"react-refresh": "^0.16.0",
"terser": "^5.36.0",
"tsx": "^4.21.0",
"vite-plus": "latest"
"vite-plus": "https://pkg.pr.new/voidzero-dev/vite-plus@1856"
},
"peerDependencies": {
"react": ">=17.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@vitejs/plugin-react": "^4.3.4",
"tailwindcss": "4.0.0-beta.8",
"typescript": "^5.7.3",
"vite-plus": "latest"
"vite-plus": "https://pkg.pr.new/voidzero-dev/vite-plus@1856"
}
}
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5",
"vite-plus": "latest"
"vite-plus": "https://pkg.pr.new/voidzero-dev/vite-plus@1856"
}
}
Loading
Loading