|
2 | 2 | "name": "mojis.dev", |
3 | 3 | "type": "module", |
4 | 4 | "private": true, |
5 | | - "packageManager": "pnpm@10.15.0", |
| 5 | + "packageManager": "pnpm@10.26.2", |
6 | 6 | "scripts": { |
7 | 7 | "dev": "wrangler types && astro dev", |
8 | 8 | "start": "wrangler types && astro dev", |
|
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", |
| 18 | + "@astrojs/sitemap": "^3.6.0", |
| 19 | + "@iconify-json/lucide": "^1.2.65", |
20 | 20 | "@iconify-json/ph": "^1.2.2", |
21 | 21 | "astro-icon": "^1.1.5", |
22 | | - "openapi-fetch": "^0.14.0", |
| 22 | + "openapi-fetch": "^0.15.0", |
23 | 23 | "react": "^19.1.1", |
24 | 24 | "react-dom": "^19.1.1" |
25 | 25 | }, |
26 | 26 | "devDependencies": { |
27 | 27 | "@astrojs/check": "^0.9.4", |
28 | | - "@astrojs/cloudflare": "^12.6.4", |
| 28 | + "@astrojs/cloudflare": "^12.6.7", |
29 | 29 | "@astrojs/react": "^4.3.0", |
30 | 30 | "@luxass/eslint-config": "^5.3.0", |
31 | 31 | "@tailwindcss/vite": "^4.1.12", |
32 | 32 | "@types/node": "^24.3.0", |
33 | | - "@types/react": "^19.1.10", |
34 | | - "@types/react-dom": "^19.1.7", |
35 | | - "astro": "^5.13.2", |
| 33 | + "@types/react": "^19.2.7", |
| 34 | + "@types/react-dom": "^19.2.3", |
| 35 | + "astro": "^5.16.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 | 40 | "openapi-typescript": "^7.9.1", |
41 | 41 | "prettier-plugin-astro": "^0.14.1", |
42 | 42 | "tailwindcss": "^4.1.12", |
43 | | - "tw-animate-css": "^1.3.7", |
| 43 | + "tw-animate-css": "^1.4.0", |
44 | 44 | "typescript": "^5.9.2", |
45 | | - "unplugin-build-meta": "^1.0.2", |
46 | | - "wrangler": "^4.31.0" |
| 45 | + "unplugin-build-meta": "^1.0.3", |
| 46 | + "wrangler": "^4.54.0" |
47 | 47 | } |
48 | 48 | } |
0 commit comments