We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60de98d commit 107b375Copy full SHA for 107b375
.changeset/thirty-symbols-clap.md
@@ -0,0 +1,5 @@
1
+---
2
+'orga-build': patch
3
4
+
5
+move react and react-dom to peer dependencies
packages/orga-build/package.json
@@ -38,8 +38,6 @@
38
"esbuild": "^0.24.2",
39
"express": "^5.1.0",
40
"globby": "^14.1.0",
41
- "react": "^19.0.0",
42
- "react-dom": "^19.0.0",
43
"rehype-katex": "^7.0.1",
44
"unist-util-visit-parents": "^6.0.1",
45
"vite": "6.3.2",
@@ -53,5 +51,9 @@
53
51
"@types/react": "^19.0.8",
54
52
"@types/react-dom": "^19.0.3",
55
"orga": "workspace:^"
+ },
+ "peerDependencies": {
56
+ "react": "^19.0.0",
57
+ "react-dom": "^19.0.0"
58
}
59
0 commit comments