Skip to content

Commit f997bdc

Browse files
committed
Drop react-dom from peerDependencies
It used only in `voayger.standalone.js` file and it's bundled in this file.
1 parent 7ead51f commit f997bdc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@
4141
},
4242
"peerDependencies": {
4343
"graphql": ">=16.5.0",
44-
"react": ">=18.0.0",
45-
"react-dom": ">=18.0.0"
44+
"react": ">=18.0.0"
4645
},
4746
"dependencies": {
4847
"@emotion/react": "11.10.5",

0 commit comments

Comments
 (0)