Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kearfy committed Aug 3, 2024
1 parent b21e4eb commit 5e03cbb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,14 @@
"license": "Apache-2.0",
"devDependencies": {
"@napi-rs/cli": "^2.18.3",
"ava": "^5.1.1"
"ava": "^5.1.1",
"typescript": "^5.5.4"
},
"dependencies": {
"surrealdb": "^1.0.0-beta.19"
},
"peerDependencies": {
"typescript": "^5.5.4"
"surrealdb": "^1.0.0-beta.19"
},
"ava": {
"timeout": "3m"
Expand Down
6 changes: 3 additions & 3 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 5e03cbb

Please sign in to comment.