Skip to content

Commit

Permalink
use workspace specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
andogq committed Aug 28, 2024
1 parent 6b0278b commit 56c00ad
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 18 deletions.
2 changes: 1 addition & 1 deletion examples/authentication/auth-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"dependencies": {
"typescript": "^5.2.2",
"vite": "^5.2.0",
"@qubit-rs/client": "link:../../../packages/client"
"@qubit-rs/client": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion examples/chaos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"check": "tsc"
},
"dependencies": {
"@qubit-rs/client": "link:../../packages/client",
"@qubit-rs/client": "workspace:*",
"@types/node": "^20.11.25",
"typescript": "^5.2.2",
"ts-node": "^10.9.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/chat-room-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"check": "tsc"
},
"dependencies": {
"@qubit-rs/client": "link:../../packages/client",
"@qubit-rs/client": "workspace:*",
"@tanstack/react-query": "^5.40.0",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
Expand Down
2 changes: 1 addition & 1 deletion examples/counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"check": "tsc"
},
"dependencies": {
"@qubit-rs/client": "link:../../packages/client",
"@qubit-rs/client": "workspace:*",
"ws": "^8.17.0",
"@types/ws": "^8.5.10",
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"check": "tsc"
},
"dependencies": {
"@qubit-rs/client": "link:../../packages/client",
"@qubit-rs/client": "workspace:*",
"typescript": "^5.2.2",
"ts-node": "^10.9.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
"types": "./dist/index.d.ts",
"type": "module",
"dependencies": {
"@qubit-rs/client": "0.4.4"
"@qubit-rs/client": "workspace:*"
}
}
19 changes: 7 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 56c00ad

Please sign in to comment.