Skip to content

Commit

Permalink
Merge pull request #1778 from evidence-dev/sdk-workspace
Browse files Browse the repository at this point in the history
Change USQL version to workspace in SDK
  • Loading branch information
hughess authored Mar 22, 2024
2 parents fdfe649 + 21b95fc commit dfab0d2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/serious-geese-itch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@evidence-dev/sdk': patch
---

Update USQL version to workspace
4 changes: 2 additions & 2 deletions packages/lib/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"@brianmd/citty": "^0.0.1",
"@clack/prompts": "^0.7.0",
"@evidence-dev/universal-sql": "^2.0.3",
"@evidence-dev/universal-sql": "workspace:*",
"@steeze-ui/simple-icons": "^1.7.1",
"@steeze-ui/tabler-icons": "^2.1.1",
"@types/estree": "^1.0.5",
Expand Down Expand Up @@ -89,7 +89,7 @@
"typescript": "^5.3.3"
},
"peerDependencies": {
"@evidence-dev/universal-sql": "^2.0.1",
"@evidence-dev/universal-sql": "workspace:*",
"nanoid": "^5.0.4",
"perfect-debounce": "^1.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit dfab0d2

Please sign in to comment.