Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
chore: remove bson from devDependencies (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtritto authored Apr 3, 2023
1 parent ada2b81 commit 48a088a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
19 changes: 5 additions & 14 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"acorn": "^8.1.0"
},
"peerDependencies": {
"bson": "^4.2.3 || ^5.0.0"
"bson": "^4.6.3 || ^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.18.9",
Expand All @@ -35,7 +35,6 @@
"@types/estree": "^0.0.41",
"@types/jest": "^27.5.0",
"benchmark": "^2.1.4",
"bson": "^4.6.3",
"husky": ">=5",
"jest": "^26.6.3",
"lint-staged": ">=11",
Expand Down

0 comments on commit 48a088a

Please sign in to comment.