Skip to content

Commit

Permalink
Major upgrade to Fastify 5
Browse files Browse the repository at this point in the history
  • Loading branch information
cywhale committed Dec 27, 2024
1 parent be5b6c1 commit c453c8f
Show file tree
Hide file tree
Showing 3 changed files with 332 additions and 401 deletions.
32 changes: 16 additions & 16 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "apigate",
"type": "module",
"version": "1.4.7",
"version": "1.5.0",
"description": "ODB API gate",
"main": "index.mjs",
"scripts": {
Expand All @@ -17,22 +17,22 @@
"author": "cywhale",
"license": "MIT",
"dependencies": {
"@fastify/autoload": "^5.10.0",
"@fastify/cors": "^8.5.0",
"@fastify/env": "^4.4.0",
"@fastify/redis": "^6.2.0",
"@fastify/swagger": "^8.15.0",
"@fastify/swagger-ui": "^1.10.2",
"@fastify/autoload": "^6.0.3",
"@fastify/cors": "^10.0.1",
"@fastify/env": "^5.0.1",
"@fastify/redis": "^7.0.1",
"@fastify/swagger": "^9.4.0",
"@fastify/swagger-ui": "^5.2.0",
"desm": "^1.3.1",
"fastify": "^4.28.1",
"fastify-plugin": "^4.5.1",
"fluent-json-schema": "4.2.0-beta.0",
"formdata-node": "^5.0.1",
"fastify": "^5.2.0",
"fastify-plugin": "^5.0.1",
"fluent-json-schema": "5.0.0",
"formdata-node": "^6.0.3",
"fs": "0.0.1-security",
"knex": "^2.5.1",
"lru-cache": "^11.0.1",
"mercurius": "^13.4.1",
"mercurius-cache": "^5.0.0",
"tedious": "^18.6.1"
"knex": "^3.1.0",
"lru-cache": "^11.0.2",
"mercurius": "^16.0.0",
"mercurius-cache": "^7.0.2",
"tedious": "^19.0.0"
}
}
Loading

0 comments on commit c453c8f

Please sign in to comment.