Skip to content

Commit f446898

Browse files
committed
fix: react peer dependencies (#2254)
1 parent 6adfaea commit f446898

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/mgt-react/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
"@microsoft/microsoft-graph-types-beta": "^0.16.0-preview",
3838
"wc-react": "^0.5.0"
3939
},
40+
"peerDependencies": {
41+
"react": "^17.0.1",
42+
"react-dom": "^17.0.1"
43+
},
4044
"publishConfig": {
4145
"access": "public"
4246
}

0 commit comments

Comments
 (0)