Skip to content

Commit 6fcda5f

Browse files
committed
package: add react and react-dom to peerDependencies
1 parent 533b1a5 commit 6fcda5f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@
7171
"postcss": "^8.4.5",
7272
"postcss-modules": "^4.3.0"
7373
},
74+
"peerDependencies": {
75+
"react": "^18.2.0",
76+
"react-dom": "^18.2.0"
77+
},
7478
"optionalDependencies": {
7579
"react-transition-group": "^4.4.1"
7680
},

0 commit comments

Comments
 (0)