Skip to content

Commit

Permalink
Fix deps in @osdk/react on client and api (#1030)
Browse files Browse the repository at this point in the history
* Fix @osdk/react deps

* changeset

* Update versions to *
  • Loading branch information
nihalbhatnagar authored Dec 4, 2024
1 parent b42399b commit 287de1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/lovely-news-talk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@osdk/react": patch
---

Adjusts dependencies on @osdk/client and @osdk/api to work with prerelease packages
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"transpile": "monorepo.tool.transpile"
},
"peerDependencies": {
"@osdk/api": "^2.0.9",
"@osdk/client": "^2.0.9",
"@osdk/api": "*",
"@osdk/client": "*",
"@types/react": "^18",
"react": "^17 || ^18",
"react-dom": "^17 || ^18"
Expand Down

0 comments on commit 287de1d

Please sign in to comment.