|
52 | 52 | ]
|
53 | 53 | },
|
54 | 54 | "dependencies": {
|
55 |
| - "@hono/node-server": "^1.4.0", |
56 |
| - "@upstash/ratelimit": "^1.0.0", |
57 |
| - "@upstash/redis": "^1.28.2", |
| 55 | + "@hono/node-server": "^1.9.1", |
| 56 | + "@upstash/ratelimit": "^1.0.3", |
| 57 | + "@upstash/redis": "^1.29.0", |
58 | 58 | "bun-vercel": "^1.0.0-alpha.5",
|
59 | 59 | "crypto-js": "^4.2.0",
|
60 | 60 | "entities": "^4.5.0",
|
61 | 61 | "hono": "^4.2.1"
|
62 | 62 | },
|
63 | 63 | "devDependencies": {
|
64 |
| - "@cloudflare/workers-types": "^4.20240117.0", |
65 |
| - "@commitlint/cli": "^18.4.4", |
66 |
| - "@commitlint/config-conventional": "^18.4.4", |
| 64 | + "@cloudflare/workers-types": "^4.20240403.0", |
| 65 | + "@commitlint/cli": "^18.6.1", |
| 66 | + "@commitlint/config-conventional": "^18.6.3", |
67 | 67 | "@total-typescript/ts-reset": "^0.5.1",
|
68 |
| - "@types/crypto-js": "^4.2.1", |
| 68 | + "@types/crypto-js": "^4.2.2", |
69 | 69 | "@typescript-eslint/eslint-plugin": "^7.5.0",
|
70 | 70 | "@typescript-eslint/parser": "^7.5.0",
|
71 |
| - "bun-types": "^1.0.24", |
72 |
| - "eslint": "^8.56.0", |
| 71 | + "bun-types": "^1.1.0", |
| 72 | + "eslint": "^8.57.0", |
73 | 73 | "eslint-config-prettier": "^9.1.0",
|
74 | 74 | "husky": "^9.0.11",
|
75 |
| - "lint-staged": "^15.2.0", |
76 |
| - "prettier": "^3.2.4", |
77 |
| - "tsx": "^4.7.0", |
78 |
| - "typescript": "^5.3.3", |
79 |
| - "vercel": "^33.2.0", |
80 |
| - "wrangler": "^3.23.0" |
| 75 | + "lint-staged": "^15.2.2", |
| 76 | + "prettier": "^3.2.5", |
| 77 | + "tsx": "^4.7.1", |
| 78 | + "typescript": "^5.4.3", |
| 79 | + "vercel": "^33.6.3", |
| 80 | + "wrangler": "^3.45.0" |
81 | 81 | }
|
82 | 82 | }
|
0 commit comments