dependencies update

This commit is contained in:
codecalm 2022-03-16 12:07:25 +01:00
parent 52f734bc0c
commit b99841904f
1 changed files with 8 additions and 0 deletions

View File

@ -106,5 +106,13 @@
"peerDependencies": {
"react": "^16.x || 17.x",
"react-dom": "^16.x || 17.x"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"react-dom": {
"optional": true
}
}
}