|
16 | 16 | "lint": "eslint . --fix" |
17 | 17 | }, |
18 | 18 | "dependencies": { |
19 | | - "@astrojs/mdx": "^4.3.13", |
20 | | - "@astrojs/react": "^4.4.2", |
21 | | - "@astrojs/rss": "^4.0.15", |
22 | | - "@astrojs/vue": "^5.1.4", |
23 | | - "@tailwindcss/vite": "^4.1.18", |
24 | | - "astro": "^5.16.11", |
25 | | - "react": "^19.2.3", |
26 | | - "react-dom": "^19.2.3", |
27 | | - "tailwindcss": "^4.1.18", |
28 | | - "vue": "^3.5.26" |
| 19 | + "@astrojs/mdx": "^5.0.0", |
| 20 | + "@astrojs/react": "^5.0.0", |
| 21 | + "@astrojs/rss": "^4.0.17", |
| 22 | + "@astrojs/vue": "^6.0.0", |
| 23 | + "@tailwindcss/vite": "^4.2.1", |
| 24 | + "astro": "^6.0.2", |
| 25 | + "react": "^19.2.4", |
| 26 | + "react-dom": "^19.2.4", |
| 27 | + "tailwindcss": "^4.2.1", |
| 28 | + "vue": "^3.5.30" |
29 | 29 | }, |
30 | 30 | "devDependencies": { |
31 | | - "@antfu/eslint-config": "^7.0.1", |
32 | | - "@types/react": "^19.2.8", |
| 31 | + "@antfu/eslint-config": "^7.7.0", |
| 32 | + "@types/react": "^19.2.14", |
33 | 33 | "@types/react-dom": "^19.2.3", |
34 | | - "eslint": "^9.39.2", |
35 | | - "eslint-plugin-astro": "^1.5.0" |
| 34 | + "eslint": "^10.0.3", |
| 35 | + "eslint-plugin-astro": "^1.6.0" |
36 | 36 | } |
37 | 37 | } |
0 commit comments