We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca9cbf commit aa131fdCopy full SHA for aa131fd
package.json
@@ -66,8 +66,8 @@
66
"typescript": "^4.6.2"
67
},
68
"peerDependencies": {
69
- "@gravity-ui/uikit": "^3.0.1",
70
- "react": "^16.0.0",
71
- "react-dom": "^16.0.0"
+ "@gravity-ui/uikit": "^4.0.0",
+ "react": "^16.0.0 || ^17.0.0 || ^18.0.0",
+ "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
72
}
73
0 commit comments