Skip to content

Commit

Permalink
Relax dependency versions (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
puzpuzpuz authored Mar 20, 2024
1 parent ba7a36d commit 6b48f6e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,20 +60,20 @@
"logging"
],
"dependencies": {
"uuid": "~9.0.1"
"uuid": "^9.0.1"
},
"devDependencies": {
"@hapi/hapi": "~21.3.7",
"@types/node": "~16.18.91",
"express": "~4.19.0",
"fastify": "~4.26.2",
"fastifyv2": "npm:fastify@~2.15.3",
"jest": "~29.7.0",
"koa": "~2.15.1",
"koav1": "npm:koa@~1.7.0",
"standard": "~17.1.0",
"supertest": "~6.3.4",
"typescript": "~5.4.2",
"winston": "~3.12.0"
"@hapi/hapi": "^21.3.7",
"@types/node": "^16.18.91",
"express": "^4.19.0",
"fastify": "^4.26.2",
"fastifyv2": "npm:fastify@^2.15.3",
"jest": "^29.7.0",
"koa": "^2.15.1",
"koav1": "npm:koa@^1.7.0",
"standard": "^17.1.0",
"supertest": "^6.3.4",
"typescript": "^5.4.2",
"winston": "^3.12.0"
}
}

0 comments on commit 6b48f6e

Please sign in to comment.