Skip to content

Commit

Permalink
explicitly set plugin-trpc-react dep versions
Browse files Browse the repository at this point in the history
Signed-off-by: Marc MacLeod <marbemac+gh@gmail.com>
  • Loading branch information
marbemac committed Sep 29, 2024
1 parent b3f38a1 commit 7540345
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/forty-avocados-pump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ssrx/plugin-trpc-react': patch
---

explicitly set plugin-trpc-react dep versions
4 changes: 2 additions & 2 deletions packages/plugin-trpc-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"@trpc/server": "^10"
},
"dependencies": {
"@ssrx/plugin-tanstack-query": "*",
"@ssrx/plugin-tanstack-query": "^0.6.1",
"@ssrx/renderer": "^0.5.1",
"@ssrx/trpc-react-query": "*"
"@ssrx/trpc-react-query": "^0.4.1"
},
"devDependencies": {
"@tanstack/react-query": "^5.56.2",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3144,9 +3144,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@ssrx/plugin-trpc-react@workspace:packages/plugin-trpc-react"
dependencies:
"@ssrx/plugin-tanstack-query": "npm:*"
"@ssrx/plugin-tanstack-query": "npm:^0.6.1"
"@ssrx/renderer": "npm:^0.5.1"
"@ssrx/trpc-react-query": "npm:*"
"@ssrx/trpc-react-query": "npm:^0.4.1"
"@tanstack/react-query": "npm:^5.56.2"
"@trpc/client": "npm:10.45.2"
"@trpc/server": "npm:10.45.2"
Expand Down

0 comments on commit 7540345

Please sign in to comment.