Skip to content

Commit

Permalink
chore: bump mongo and bson deps
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Aug 18, 2023
1 parent 789ee21 commit ccdbe98
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
25 changes: 10 additions & 15 deletions deno.lock

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

4 changes: 2 additions & 2 deletions deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
export { default as crocks } from 'https://cdn.skypack.dev/[email protected]'
export * as R from 'https://cdn.skypack.dev/ramda@^0.29.0?dts'

export { EJSON } from 'npm:bson@5.3.0'
export { type Collection, MongoClient } from 'npm:mongodb@5.6.0'
export { EJSON } from 'npm:bson@5.4.0'
export { type Collection, MongoClient } from 'npm:mongodb@5.7.0'
export { default as cuid } from 'npm:[email protected]'

export {
Expand Down

0 comments on commit ccdbe98

Please sign in to comment.