Skip to content

Commit

Permalink
wip: more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgapp committed Jan 7, 2024
1 parent 4646235 commit 29ee7e0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions lib/sqlsync-solid-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,15 @@
"@rollup/plugin-typescript": "^11.1.5",
"@types/node": "^20.8.8",
"babel-preset-solid": "^1.8.8",
"@orbitinghail/sqlsync-worker": "workspace:^",
"rollup": "^3.29.4",
"typescript": "^5.2.2"
},
"dependencies": {
"@orbitinghail/sqlsync-worker": "0.2.0",
"@scure/base": "^1.1.3",
"fast-equals": "^5.0.1",
"fast-sha256": "^1.3.0"
"fast-equals": "^5.0.1"
},
"peerDependencies": {
"solid-js": "^1.8.7"
"solid-js": "^1.8.7",
"@orbitinghail/sqlsync-worker": "workspace:^"
}
}

0 comments on commit 29ee7e0

Please sign in to comment.