|
1 | 1 | { |
2 | 2 | "name": "@onwidget/astrowind", |
3 | | - "version": "1.0.0-beta.51", |
| 3 | + "version": "1.0.0-beta.52", |
4 | 4 | "description": "AstroWind: A free template using Astro 5.0 and Tailwind CSS. Astro starter theme.", |
5 | 5 | "type": "module", |
6 | 6 | "private": true, |
|
27 | 27 | "@astrolib/analytics": "^0.6.1", |
28 | 28 | "@astrolib/seo": "^1.0.0-beta.8", |
29 | 29 | "@fontsource-variable/inter": "^5.2.5", |
| 30 | + "astro": "^5.7.3", |
30 | 31 | "@tailwindcss/vite": "^4.0.10", |
31 | | - "astro": "^5.5.5", |
32 | 32 | "astro-embed": "^0.9.0", |
33 | 33 | "astro-icon": "^1.1.5", |
34 | 34 | "limax": "4.1.0", |
|
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | 39 | "@astrojs/check": "^0.9.4", |
40 | | - "@astrojs/mdx": "^4.2.2", |
| 40 | + "@astrojs/mdx": "^4.2.4", |
41 | 41 | "@astrojs/partytown": "^2.1.4", |
42 | | - "@eslint/js": "^9.21.0", |
| 42 | + "@astrojs/tailwind": "^5.1.5", |
| 43 | + "@eslint/js": "^9.24.0", |
43 | 44 | "@iconify-json/flat-color-icons": "^1.2.1", |
44 | 45 | "@iconify-json/tabler": "^1.2.17", |
45 | 46 | "@tailwindcss/typography": "^0.5.16", |
46 | 47 | "@types/eslint__js": "^9.14.0", |
47 | 48 | "@types/js-yaml": "^4.0.9", |
48 | 49 | "@types/lodash.merge": "^4.6.9", |
49 | 50 | "@types/mdx": "^2.0.13", |
50 | | - "@typescript-eslint/eslint-plugin": "^8.26.0", |
51 | | - "@typescript-eslint/parser": "^8.26.0", |
52 | | - "astro-compress": "2.3.6", |
53 | | - "astro-eslint-parser": "^1.2.1", |
54 | | - "eslint": "^9.22.0", |
| 51 | + "@typescript-eslint/eslint-plugin": "^8.30.1", |
| 52 | + "@typescript-eslint/parser": "^8.30.1", |
| 53 | + "astro-compress": "2.3.8", |
| 54 | + "astro-eslint-parser": "^1.2.2", |
| 55 | + "eslint": "^9.24.0", |
55 | 56 | "eslint-plugin-astro": "^1.3.1", |
56 | 57 | "globals": "^16.0.0", |
57 | 58 | "js-yaml": "^4.1.0", |
58 | 59 | "mdast-util-to-string": "^4.0.0", |
59 | 60 | "prettier": "^3.5.3", |
60 | 61 | "prettier-plugin-astro": "^0.14.1", |
61 | 62 | "reading-time": "^1.5.0", |
62 | | - "sharp": "0.33.5", |
63 | | - "tailwind-merge": "^3.0.2", |
| 63 | + "sharp": "0.34.1", |
| 64 | + "tailwind-merge": "^2.6.0", |
64 | 65 | "tailwindcss": "^4.0.10", |
65 | | - "typescript": "^5.8.2", |
66 | | - "typescript-eslint": "^8.26.0", |
| 66 | + "typescript": "^5.8.3", |
| 67 | + "typescript-eslint": "^8.30.1", |
67 | 68 | "unist-util-visit": "^5.0.0" |
68 | 69 | } |
69 | 70 | } |
0 commit comments