Skip to content

Commit

Permalink
feat: Updated fastify and the dependencies (#18)
Browse files Browse the repository at this point in the history
* feat: Updated fastify and the dependencies

* feat: Updated the documentation
  • Loading branch information
dm94 authored Dec 10, 2024
1 parent cd6de91 commit eb07717
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stiletto-node-api",
"version": "3.0.5",
"version": "3.1.0",
"description": "API for [Stiletto Web](https://github.com/dm94/stiletto-web)",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -29,28 +29,28 @@
},
"homepage": "https://github.com/dm94/stiletto-node-api",
"dependencies": {
"@fastify/autoload": "^5.8.3",
"@fastify/cors": "^9.0.1",
"@fastify/jwt": "^8.0.1",
"@fastify/mongodb": "^8.0.0",
"@fastify/mysql": "^4.3.0",
"@fastify/rate-limit": "^9.1.0",
"@fastify/swagger": "^8.14.0",
"@fastify/swagger-ui": "^3.0.0",
"@fastify/autoload": "^6.0.2",
"@fastify/cors": "^10.0.1",
"@fastify/jwt": "^9.0.1",
"@fastify/mongodb": "^9.0.1",
"@fastify/mysql": "^5.0.1",
"@fastify/rate-limit": "^10.2.1",
"@fastify/swagger": "^9.4.0",
"@fastify/swagger-ui": "^5.2.0",
"@sinclair/typebox": "^0.34.9",
"ajv": "^8.16.0",
"axios": "^1.7.2",
"discord-oauth2": "^2.12.1",
"dotenv": "^16.4.5",
"env-schema": "^5.2.1",
"fastify": "^4.27.0",
"fastify-plugin": "^4.5.1"
"fastify": "^5.1.0",
"fastify-plugin": "^5.0.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "^20.14.1",
"esbuild": "^0.21.4",
"pino-pretty": "^11.1.0",
"pino-pretty": "^13.0.0",
"tsx": "^4.11.2",
"typescript": "^5.4.5",
"vitest": "^2.1.8"
Expand Down
2 changes: 1 addition & 1 deletion stiletto.json

Large diffs are not rendered by default.

0 comments on commit eb07717

Please sign in to comment.