|
1 | 1 | { |
2 | 2 | "name": "@athenna/http", |
3 | | - "version": "5.23.0", |
| 3 | + "version": "5.24.0", |
4 | 4 | "description": "The Athenna Http server. Built on top of fastify.", |
5 | 5 | "license": "MIT", |
6 | 6 | "author": "João Lenon <lenon@athenna.io>", |
|
74 | 74 | "#tests": "./tests/index.js" |
75 | 75 | }, |
76 | 76 | "devDependencies": { |
77 | | - "@athenna/artisan": "^5.3.0", |
78 | | - "@athenna/common": "^5.4.0", |
79 | | - "@athenna/config": "^5.1.0", |
80 | | - "@athenna/ioc": "^5.0.0", |
81 | | - "@athenna/logger": "^5.1.0", |
82 | | - "@athenna/test": "^5.2.0", |
| 77 | + "@athenna/artisan": "^5.6.0", |
| 78 | + "@athenna/common": "^5.7.0", |
| 79 | + "@athenna/config": "^5.3.0", |
| 80 | + "@athenna/ioc": "^5.1.0", |
| 81 | + "@athenna/logger": "^5.3.0", |
| 82 | + "@athenna/test": "^5.3.0", |
83 | 83 | "@athenna/tsconfig": "^5.0.0", |
84 | | - "@athenna/view": "^5.1.0", |
85 | | - "@athenna/vite": "^5.10.0", |
86 | | - "@fastify/cors": "^10.0.1", |
87 | | - "@fastify/helmet": "^13.0.0", |
88 | | - "@fastify/rate-limit": "^10.2.1", |
89 | | - "@fastify/static": "^8.0.3", |
90 | | - "@fastify/swagger": "^9.4.0", |
91 | | - "@fastify/swagger-ui": "^5.2.0", |
92 | | - "@typescript-eslint/eslint-plugin": "^7.18.0", |
93 | | - "@typescript-eslint/parser": "^7.18.0", |
| 84 | + "@athenna/view": "^5.3.0", |
| 85 | + "@athenna/vite": "^5.12.0", |
| 86 | + "@fastify/cors": "^10.0.2", |
| 87 | + "@fastify/helmet": "^13.0.1", |
| 88 | + "@fastify/rate-limit": "^10.2.2", |
| 89 | + "@fastify/static": "^8.0.4", |
| 90 | + "@fastify/swagger": "^9.4.2", |
| 91 | + "@fastify/swagger-ui": "^5.2.1", |
| 92 | + "@typescript-eslint/eslint-plugin": "^8.21.0", |
| 93 | + "@typescript-eslint/parser": "^8.21.0", |
94 | 94 | "autocannon": "^7.15.0", |
95 | 95 | "commitizen": "^4.3.1", |
96 | 96 | "cz-conventional-changelog": "^3.3.0", |
|
106 | 106 | "lint-staged": "^12.5.0", |
107 | 107 | "ora": "^8.1.1", |
108 | 108 | "prettier": "^2.8.8", |
109 | | - "vite": "^6.0.6", |
| 109 | + "vite": "^6.0.11", |
110 | 110 | "vite-plugin-restart": "^0.4.2" |
111 | 111 | }, |
112 | 112 | "c8": { |
|
0 commit comments