Skip to content

Commit ec1a151

Browse files
authored
fix: pin @vitejs/plugin-react to ^5.1.4 in workspace catalog (#82)
1 parent 883fdca commit ec1a151

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/mdx": "^2.0.13",
2626
"@types/react": "^19.2.14",
2727
"@types/react-dom": "^19.2.3",
28-
"@vitejs/plugin-react": "latest",
28+
"@vitejs/plugin-react": "catalog:",
2929
"rsc-html-stream": "^0.0.7",
3030
"typescript": "catalog:",
3131
"vite": "catalog:",

packages/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@types/react": "^19.2.14",
2020
"@types/react-dom": "^19.2.3",
21-
"@vitejs/plugin-react": "latest",
21+
"@vitejs/plugin-react": "catalog:",
2222
"vite": "catalog:"
2323
}
2424
}

pnpm-lock.yaml

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ packages:
66

77
catalog:
88
"@types/node": ^25.3.5
9+
"@vitejs/plugin-react": ^5.1.4
910
react: ^19.2.4
1011
react-dom: ^19.2.4
1112
typescript: ^5.9.3

0 commit comments

Comments
 (0)