Skip to content

Commit

Permalink
Fix @oscartbeaumont-sd/rspc-client inter-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
HeavenVolkoff committed Oct 5, 2024
1 parent 9438c13 commit 1c907c3
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 301 deletions.
7 changes: 4 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@
"test": "echo 'No tests yet.' >&2 && exit 1"
},
"dependencies": {
"@oscartbeaumont-sd/rspc-client": "workspace:*",
"@tanstack/react-query": "^4.36.1"
},
"devDependencies": {
"@types/react": "^18.3.11",
"react": "^18.3.1"
"react": "^18.3.1",
"@oscartbeaumont-sd/rspc-client": "workspace:*"
},
"peerDependencies": {
"react": "^18.3.1"
"react": "^18.3.1",
"@oscartbeaumont-sd/rspc-client": "^0.1.3"
}
}
7 changes: 6 additions & 1 deletion packages/tauri/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
"license": "MIT",
"main": "src/index.ts",
"dependencies": {
"@oscartbeaumont-sd/rspc-client": "workspace:*",
"@tauri-apps/api": "^2.0.1"
},
"devDependencies": {
"@oscartbeaumont-sd/rspc-client": "workspace:*"
},
"peerDependencies": {
"@oscartbeaumont-sd/rspc-client": "^0.1.3"
}
}
Loading

0 comments on commit 1c907c3

Please sign in to comment.