Skip to content

Commit ff03e3d

Browse files
committed
feat: move react to pkg.peerDependencies
1 parent 58590de commit ff03e3d

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
"release": "bumpp && pnpm publish",
4141
"prepublishOnly": "pnpm run build"
4242
},
43+
"peerDependencies": {
44+
"react": "^19.1.0"
45+
},
4346
"devDependencies": {
4447
"@eslint/js": "^9.37.0",
4548
"@testing-library/jest-dom": "^6.6.3",
@@ -53,7 +56,6 @@
5356
"eslint-plugin-react": "^7.37.5",
5457
"globals": "^16.4.0",
5558
"happy-dom": "^17.4.6",
56-
"react": "^19.1.0",
5759
"react-dom": "^19.1.0",
5860
"tsdown": "^0.11.1",
5961
"typescript": "^5.8.3",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)