Skip to content

Commit

Permalink
Dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovepixelart committed May 9, 2024
1 parent b146f59 commit d794831
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
"release": "npm run lint && npm run build && np"
},
"dependencies": {
"bson": "6.7.0",
"ioredis": "5.4.1",
"ms": "2.1.3",
"sort-keys": "4.2.0"
Expand All @@ -101,10 +100,12 @@
"jest": "29.7.0",
"merge": "2.1.1",
"mongoose": "8.3.2",
"bson": "6.7.0",
"open-cli": "8.0.0",
"typescript": "5.4.5"
},
"peerDependencies": {
"mongoose": ">=6.6.0 < 9"
"mongoose": ">=6.6.0 < 9",
"bson": ">=4.7.2 < 7"
}
}

0 comments on commit d794831

Please sign in to comment.