Skip to content

Commit

Permalink
Add bson@5 devDep to realm, tests, and realm-web.
Browse files Browse the repository at this point in the history
  • Loading branch information
elle-j committed Jun 27, 2023
1 parent 341a034 commit b5b5c6b
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 22 deletions.
1 change: 1 addition & 0 deletions integration-tests/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"@types/jsrsasign": "^10.5.4",
"@types/mocha": "^10.0.0",
"@types/node": "^18.15.10",
"bson": "^5.3.0",
"concurrently": "^6.5.1",
"mocha": "^10.1.0",
"node-fetch": "^2.6.9",
Expand Down
70 changes: 49 additions & 21 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/realm-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"license": "Apache-2.0",
"dependencies": {
"@realm/common": "^0.1.4",
"bson": "^4.5.4",
"bson": "^5.3.0",
"detect-browser": "^5.2.1",
"js-base64": "^3.7.2"
},
Expand Down
1 change: 1 addition & 0 deletions packages/realm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@
"@types/mocha": "^10.0.0",
"@types/node": "^18.15.10",
"@types/path-browserify": "^1.0.0",
"bson": "^5.3.0",
"chai": "4.3.6",
"cmake-js": "6.3.2",
"cross-env": "^7.0.3",
Expand Down

0 comments on commit b5b5c6b

Please sign in to comment.