Skip to content

Commit 9a08aa5

Browse files
Merge pull request #57 from inaiat/bumpMongo
BREAKING CHANGE: bump papr to 15.0 and mongodb to 6.0 version
2 parents ef4f00c + 82ccd96 commit 9a08aa5

File tree

2 files changed

+63
-76
lines changed

2 files changed

+63
-76
lines changed

package-lock.json

+60-73
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inaiat/fastify-papr",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"description": "Fastify Papr Plugin Integration",
55
"type": "module",
66
"engines": {
@@ -48,11 +48,11 @@
4848
"homepage": "https://github.com/inaiat/fastify-papr.git",
4949
"dependencies": {
5050
"fastify-plugin": "^4.5.1",
51-
"papr": "^14.1.0"
51+
"papr": "^15.0.0"
5252
},
5353
"peerDependencies": {
5454
"fastify": "^4",
55-
"mongodb": "^5"
55+
"mongodb": "^6"
5656
},
5757
"devDependencies": {
5858
"tsup": "^7.2.0",

0 commit comments

Comments
 (0)