Skip to content

Commit

Permalink
Merge pull request #57 from inaiat/bumpMongo
Browse files Browse the repository at this point in the history
BREAKING CHANGE: bump papr to 15.0 and mongodb to 6.0 version
  • Loading branch information
guilherme-sato authored Sep 12, 2023
2 parents ef4f00c + 82ccd96 commit 9a08aa5
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 76 deletions.
133 changes: 60 additions & 73 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inaiat/fastify-papr",
"version": "5.0.0",
"version": "6.0.0",
"description": "Fastify Papr Plugin Integration",
"type": "module",
"engines": {
Expand Down Expand Up @@ -48,11 +48,11 @@
"homepage": "https://github.com/inaiat/fastify-papr.git",
"dependencies": {
"fastify-plugin": "^4.5.1",
"papr": "^14.1.0"
"papr": "^15.0.0"
},
"peerDependencies": {
"fastify": "^4",
"mongodb": "^5"
"mongodb": "^6"
},
"devDependencies": {
"tsup": "^7.2.0",
Expand Down

0 comments on commit 9a08aa5

Please sign in to comment.