Skip to content

Commit fdf0b7c

Browse files
authored
Merge pull request #24 from davidcalhoun/peerdeps
package: add react and react-dom to peerDependencies
2 parents 533b1a5 + 6fcda5f commit fdf0b7c

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)