We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af78a9a + 00a9139 commit db19517Copy full SHA for db19517
1 file changed
package.json
@@ -119,7 +119,8 @@
119
}
120
],
121
"peerDependencies": {
122
- "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
+ "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
123
+ "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
124
},
125
"devDependencies": {
126
"@size-limit/preset-small-lib": "^8.2.4",
@@ -148,6 +149,11 @@
148
149
"typescript": "^5.2.2",
150
"vitest": "^0.32.2"
151
152
+ "peerDependenciesMeta": {
153
+ "react-dom": {
154
+ "optional": true
155
+ }
156
+ },
157
"pnpm": {
158
"peerDependencyRules": {
159
"allowedVersions": {
0 commit comments