|
15 | 15 | "generate:client:local": "openapi-typescript -o ./src/api-definitions.d.ts http://localhost:8787/openapi.json" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | | - "@astrojs/sitemap": "^3.5.0", |
19 | | - "@iconify-json/lucide": "^1.2.63", |
20 | | - "@iconify-json/ph": "^1.2.2", |
21 | | - "astro-icon": "^1.1.5", |
22 | | - "openapi-fetch": "^0.14.0", |
23 | | - "react": "^19.1.1", |
24 | | - "react-dom": "^19.1.1" |
| 18 | + "@astrojs/sitemap": "3.5.1", |
| 19 | + "@iconify-json/lucide": "1.2.65", |
| 20 | + "@iconify-json/ph": "1.2.2", |
| 21 | + "astro-icon": "1.1.5", |
| 22 | + "openapi-fetch": "0.14.0", |
| 23 | + "react": "19.1.1", |
| 24 | + "react-dom": "19.1.1" |
25 | 25 | }, |
26 | 26 | "devDependencies": { |
27 | | - "@astrojs/check": "^0.9.4", |
28 | | - "@astrojs/cloudflare": "^12.6.4", |
29 | | - "@astrojs/react": "^4.3.0", |
30 | | - "@luxass/eslint-config": "^5.3.0", |
31 | | - "@tailwindcss/vite": "^4.1.12", |
32 | | - "@types/node": "^24.3.0", |
| 27 | + "@astrojs/check": "0.9.4", |
| 28 | + "@astrojs/cloudflare": "12.6.7", |
| 29 | + "@astrojs/react": "4.3.0", |
| 30 | + "@luxass/eslint-config": "5.3.0", |
| 31 | + "@tailwindcss/vite": "4.1.12", |
| 32 | + "@types/node": "24.3.0", |
33 | 33 | "@types/react": "^19.1.10", |
34 | 34 | "@types/react-dom": "^19.1.7", |
35 | | - "astro": "^5.13.2", |
| 35 | + "astro": "5.15.6", |
36 | 36 | "astro-eslint-parser": "^1.2.2", |
37 | 37 | "eslint": "^9.33.0", |
38 | 38 | "eslint-plugin-astro": "^1.3.1", |
39 | 39 | "eslint-plugin-format": "^1.0.1", |
40 | | - "openapi-typescript": "^7.9.1", |
| 40 | + "openapi-typescript": "7.9.1", |
41 | 41 | "prettier-plugin-astro": "^0.14.1", |
42 | | - "tailwindcss": "^4.1.12", |
43 | | - "tw-animate-css": "^1.3.7", |
44 | | - "typescript": "^5.9.2", |
45 | | - "unplugin-build-meta": "^1.0.2", |
46 | | - "wrangler": "^4.31.0" |
| 42 | + "tailwindcss": "4.1.12", |
| 43 | + "tw-animate-css": "1.3.7", |
| 44 | + "typescript": "5.9.2", |
| 45 | + "unplugin-build-meta": "1.0.3", |
| 46 | + "wrangler": "4.33.1" |
47 | 47 | } |
48 | 48 | } |
0 commit comments