|
1 | 1 | { |
2 | 2 | "name": "vextjs", |
3 | | - "version": "0.3.19", |
| 3 | + "version": "0.3.20", |
4 | 4 | "description": "vextjs is a high‑performance Node.js framework that integrates scaffolding, modular architecture, and a plugin‑based runtime, enabling teams to build maintainable and scalable backend systems with exceptional development efficiency.", |
5 | 5 | "type": "module", |
6 | 6 | "main": "./dist/index.js", |
|
108 | 108 | "node": ">=20.19.0" |
109 | 109 | }, |
110 | 110 | "dependencies": { |
111 | | - "esbuild": "^0.27.3", |
112 | | - "fast-glob": "^3.3.3", |
| 111 | + "esbuild": "0.27.3", |
| 112 | + "fast-glob": "3.3.3", |
113 | 113 | "flex-rate-limit": "1.0.3", |
114 | | - "monsqlize": "^1.3.0", |
115 | | - "response-cache-kit": "^1.2.0", |
116 | | - "route-core": "^0.0.4", |
117 | | - "schema-dsl": "^1.2.5", |
118 | | - "ts-morph": "^28.0.0" |
| 114 | + "monsqlize": "1.3.0", |
| 115 | + "response-cache-kit": "1.2.0", |
| 116 | + "route-core": "0.0.4", |
| 117 | + "schema-dsl": "1.2.5", |
| 118 | + "ts-morph": "28.0.0" |
119 | 119 | }, |
120 | 120 | "peerDependencies": { |
121 | 121 | "@hono/node-server": "^1.14.1", |
|
146 | 146 | } |
147 | 147 | }, |
148 | 148 | "devDependencies": { |
149 | | - "@hono/node-server": "^1.14.1", |
150 | | - "@koa/router": "^15.6.0", |
151 | | - "@types/express": "^5.0.6", |
152 | | - "@types/koa": "^3.0.1", |
153 | | - "@types/node": "^22.15.17", |
154 | | - "@vitest/coverage-v8": "^3.2.4", |
155 | | - "autocannon": "^8.0.0", |
156 | | - "eslint": "^10.2.1", |
157 | | - "express": "^5.2.1", |
158 | | - "fastify": "^5.7.4", |
159 | | - "hono": "^4.7.6", |
160 | | - "koa": "^3.1.2", |
| 149 | + "@hono/node-server": "1.19.14", |
| 150 | + "@koa/router": "15.6.0", |
| 151 | + "@types/express": "5.0.6", |
| 152 | + "@types/koa": "3.0.1", |
| 153 | + "@types/node": "22.19.13", |
| 154 | + "@vitest/coverage-v8": "3.2.4", |
| 155 | + "autocannon": "8.0.0", |
| 156 | + "eslint": "10.2.1", |
| 157 | + "express": "5.2.1", |
| 158 | + "fastify": "5.8.5", |
| 159 | + "hono": "4.12.18", |
| 160 | + "koa": "3.1.2", |
161 | 161 | "mongodb-memory-server-core": "11.2.0", |
162 | | - "prettier": "^3.8.1", |
163 | | - "typescript": "^5.8.3", |
164 | | - "typescript-eslint": "^8.59.0", |
165 | | - "vitest": "^3.1.3" |
| 162 | + "prettier": "3.8.1", |
| 163 | + "typescript": "5.9.3", |
| 164 | + "typescript-eslint": "8.59.0", |
| 165 | + "vitest": "3.2.4" |
166 | 166 | } |
167 | 167 | } |
0 commit comments