Skip to content

Commit

Permalink
Updated to uuid version 9.0.0; Updated MongoDB peer dependencies to c…
Browse files Browse the repository at this point in the history
…over al versions through to V4.12.x.
  • Loading branch information
erichkuba committed Dec 12, 2022
1 parent 8a8f5a4 commit 60399ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -24,16 +24,16 @@
},
"homepage": "https://github.com/cdimascio/uuid-mongodb#readme",
"dependencies": {
"uuid": "^8.3.2"
"uuid": "^9.0.0"
},
"peerDependencies": {
"mongodb": "3.6.x || 3.7.x || 4.0.x || 4.1.x || 4.2.x || 4.3.x || 4.4.x || 4.5.x || 4.6.x || 4.7.x || 4.8.x || 4.9.x"
"mongodb": "3.6.x || 3.7.x || 4.0.x || 4.1.x || 4.2.x || 4.3.x || 4.4.x || 4.5.x || 4.6.x || 4.7.x || 4.8.x || 4.9.x || 4.10.x || 4.11.x || 4.12.x"
},
"devDependencies": {
"eslint": "^8.22.0",
"eslint": "8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"mocha": "^10.0.0",
"prettier": "^2.7.1"
"mocha": "^10.2.0",
"prettier": "^2.8.1"
}
}

0 comments on commit 60399ce

Please sign in to comment.