mongodb-query-util
Advanced tools
Comparing version 0.0.0-next-5e0f57dd302ef5eabbd37620486555acb6882e34 to 0.0.0-next-5f8b75beb719b0c8ecce11007101dfc84deff8c0
@@ -16,3 +16,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"version": "0.0.0-next-5e0f57dd302ef5eabbd37620486555acb6882e34", | ||
"version": "0.0.0-next-5f8b75beb719b0c8ecce11007101dfc84deff8c0", | ||
"repository": { | ||
@@ -44,3 +44,3 @@ "type": "git", | ||
"lint": "npm run eslint . && npm run prettier -- --check .", | ||
"depcheck": "depcheck", | ||
"depcheck": "compass-scripts check-peer-deps && depcheck", | ||
"check": "npm run typecheck && npm run lint && npm run depcheck", | ||
@@ -52,13 +52,12 @@ "check-ci": "npm run check", | ||
"test-ci": "npm run test-cov", | ||
"reformat": "npm run prettier -- --write . && npm run eslint . --fix" | ||
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ." | ||
}, | ||
"devDependencies": { | ||
"@mongodb-js/eslint-config-compass": "0.0.0-next-5e0f57dd302ef5eabbd37620486555acb6882e34", | ||
"@mongodb-js/mocha-config-compass": "0.0.0-next-5e0f57dd302ef5eabbd37620486555acb6882e34", | ||
"@mongodb-js/prettier-config-compass": "0.0.0-next-5e0f57dd302ef5eabbd37620486555acb6882e34", | ||
"@mongodb-js/tsconfig-compass": "0.0.0-next-5e0f57dd302ef5eabbd37620486555acb6882e34", | ||
"@mongodb-js/eslint-config-compass": "0.0.0-next-5f8b75beb719b0c8ecce11007101dfc84deff8c0", | ||
"@mongodb-js/mocha-config-compass": "0.0.0-next-5f8b75beb719b0c8ecce11007101dfc84deff8c0", | ||
"@mongodb-js/prettier-config-compass": "0.0.0-next-5f8b75beb719b0c8ecce11007101dfc84deff8c0", | ||
"@mongodb-js/tsconfig-compass": "0.0.0-next-5f8b75beb719b0c8ecce11007101dfc84deff8c0", | ||
"@types/chai": "^4.2.21", | ||
"@types/mocha": "^9.0.0", | ||
"@types/sinon-chai": "^3.2.5", | ||
"bson": "^6.0.0", | ||
"chai": "^4.3.6", | ||
@@ -75,5 +74,6 @@ "depcheck": "^1.4.1", | ||
"dependencies": { | ||
"bson": "^6.7.0", | ||
"lodash": "^4.17.21" | ||
}, | ||
"gitHead": "5e0f57dd302ef5eabbd37620486555acb6882e34" | ||
"gitHead": "5f8b75beb719b0c8ecce11007101dfc84deff8c0" | ||
} |
44688
16
2
+ Addedbson@^6.7.0
+ Addedbson@6.10.2(transitive)