Skip to content

Commit

Permalink
fix(sdk): apsara peer dependency in sdk (#807)
Browse files Browse the repository at this point in the history
* fix: apsara peer dependency in sdk

* fix: typo
  • Loading branch information
rsbh authored Oct 25, 2024
1 parent eae7b43 commit 3ec6b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/js/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"yup": "^1.2.0"
},
"peerDependencies": {
"@raystack/apsara": "^0.20.4",
"@raystack/apsara": ">=0.20.4",
"react": "^18.2.0"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 3ec6b78

Please sign in to comment.