Skip to content

Commit

Permalink
bump deno example deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov committed Dec 21, 2024
1 parent 4140f71 commit e7f2a7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions examples/deno-package-json/deno.lock

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

2 changes: 1 addition & 1 deletion examples/deno-package-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"dependencies": {
"kysely": "^0.27.5",
"kysely-postgres-js": "^2.0.0",
"postgres": "^3.4.4"
"postgres": "^3.4.5"
}
}

0 comments on commit e7f2a7d

Please sign in to comment.