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 6a60472 commit 1902649Copy full SHA for 1902649
.changeset/smart-carrots-glow.md
@@ -0,0 +1,5 @@
1
+---
2
+"@sigmacomputing/react-embed-sdk": patch
3
4
+
5
+Fix the peer deps to be more relaxed
packages/react-embed-sdk/package.json
@@ -35,8 +35,8 @@
35
"dist"
36
],
37
"peerDependencies": {
38
- "react": "^16.8 || ^17 || ^18 || ^19",
39
- "react-dom": "^16.8 || ^17 || ^18 || ^19"
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
40
},
41
"devDependencies": {
42
"@sigmacomputing/eslint-config": "workspace:*",
0 commit comments