Skip to content

Commit 08d5849

Browse files
committed
add bson to top level package.json
1 parent 28c334f commit 08d5849

File tree

2 files changed

+23
-15
lines changed

2 files changed

+23
-15
lines changed

package-lock.json

Lines changed: 20 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@
2828
"scripts": {
2929
"check:eslint": "ESLINT_USE_FLAT_CONFIG=false eslint -v && ESLINT_USE_FLAT_CONFIG=false eslint --max-warnings=0 --ext '.js,.ts,.mts' packages/**/src packages/**/test",
3030
"fix:eslint": "npm run check:eslint -- --fix"
31+
},
32+
"dependencies": {
33+
"bson": "4.7"
3134
}
3235
}

0 commit comments

Comments
 (0)