Skip to content

Commit

Permalink
fix (toolbar): modify drivers dependency to be a workspace dependency (
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-dp authored Jun 28, 2024
1 parent 0174d81 commit 31d8418
Show file tree
Hide file tree
Showing 3 changed files with 506 additions and 493 deletions.
5 changes: 5 additions & 0 deletions .changeset/nervous-zoos-kick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@electric-sql/debug-toolbar": patch
---

Fix toolbar dependency on drivers
4 changes: 2 additions & 2 deletions components/toolbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"sql-formatter": "^15.3.1"
},
"devDependencies": {
"@electric-sql/drivers": "^0.0.1",
"@electric-sql/drivers": "workspace:*",
"@electric-sql/pglite": "^0.1.5",
"@types/better-sqlite3": "7.6.3",
"@types/node": "^20.12.7",
Expand All @@ -52,7 +52,7 @@
"vitest": "^1.5.0"
},
"peerDependencies": {
"@electric-sql/drivers": "^0.0.1",
"@electric-sql/drivers": "workspace:*",
"electric-sql": "workspace:*"
},
"files": [
Expand Down
Loading

0 comments on commit 31d8418

Please sign in to comment.