Skip to content

Commit

Permalink
chore: Semver major awilix-manager update and minor dependencies (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad authored Dec 23, 2024
1 parent b0f517c commit 532cb6e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,22 @@
"test:unit": "c8 --100 node --test"
},
"dependencies": {
"awilix-manager": "^5.1.0",
"fastify-plugin": "^5.0.0"
"awilix-manager": "^6.0.0",
"fastify-plugin": "^5.0.1"
},
"peerDependencies": {
"awilix": ">=9.0.0",
"fastify": "^5.0.0"
},
"devDependencies": {
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^22.0.0",
"awilix": "^12.0.1",
"c8": "^10.1.2",
"@types/node": "^22.10.2",
"awilix": "^12.0.4",
"c8": "^10.1.3",
"eslint": "^9.17.0",
"fastify": "^5.1.0",
"fastify": "^5.2.0",
"neostandard": "^0.12.0",
"tsd": "^0.31.0"
"tsd": "^0.31.2"
},
"homepage": "http://github.com/fastify/fastify-awilix",
"funding": [
Expand Down

0 comments on commit 532cb6e

Please sign in to comment.