|
1 | 1 | {
|
2 | 2 | "name": "hello-astro",
|
3 | 3 | "description": "Hello Astro is a full featured Astro corporate/marketing/blog starter theme written in Typescript and TailwindCSS. It supports Markdown and MDX based pages and blog posts.",
|
4 |
| - "version": "3.2.6", |
| 4 | + "version": "3.3.0", |
5 | 5 | "scripts": {
|
6 | 6 | "dev": "astro dev",
|
7 | 7 | "clean": "rm -rf node_modules .astro dist",
|
|
16 | 16 | },
|
17 | 17 | "devDependencies": {
|
18 | 18 | "@akebifiky/remark-simple-plantuml": "^1.0.2",
|
19 |
| - "@astrojs/alpinejs": "^0.3.1", |
20 |
| - "@astrojs/mdx": "^2.0.2", |
21 |
| - "@astrojs/sitemap": "^3.0.3", |
22 |
| - "@astrojs/tailwind": "^5.0.4", |
| 19 | + "@astrojs/alpinejs": "^0.4.0", |
| 20 | + "@astrojs/mdx": "^2.1.1", |
| 21 | + "@astrojs/sitemap": "^3.1.1", |
| 22 | + "@astrojs/tailwind": "^5.1.0", |
23 | 23 | "@tailwindcss/aspect-ratio": "^0.4.2",
|
24 | 24 | "@tailwindcss/forms": "^0.5.7",
|
25 | 25 | "@tailwindcss/line-clamp": "^0.4.4",
|
26 | 26 | "@tailwindcss/typography": "^0.5.10",
|
27 |
| - "@types/alpinejs": "^3.13.5", |
| 27 | + "@types/alpinejs": "^3.13.6", |
28 | 28 | "@types/leaflet": "^1.9.8",
|
29 | 29 | "@types/photoswipe": "^4.1.6",
|
30 |
| - "@typescript-eslint/parser": "^6.15.0", |
31 |
| - "alpinejs": "^3.13.3", |
32 |
| - "astro": "^4.0.7", |
| 30 | + "@typescript-eslint/parser": "^7.1.0", |
| 31 | + "alpinejs": "^3.13.5", |
| 32 | + "astro": "^4.4.9", |
33 | 33 | "astro-robots-txt": "^1.0.0",
|
34 |
| - "eslint": "^8.56.0", |
35 |
| - "eslint-plugin-astro": "^0.31.0", |
36 |
| - "eslint-plugin-css": "^0.8.1", |
| 34 | + "eslint": "^8.57.0", |
| 35 | + "eslint-plugin-astro": "^0.31.4", |
| 36 | + "eslint-plugin-css": "^0.9.2", |
37 | 37 | "eslint-plugin-jsx-a11y": "^6.8.0",
|
38 | 38 | "eslint-plugin-markdown": "^3.0.1",
|
39 |
| - "eslint-plugin-mdx": "^3.0.0", |
| 39 | + "eslint-plugin-mdx": "^3.1.5", |
40 | 40 | "exifr": "^7.1.3",
|
41 | 41 | "mdast-util-to-string": "^4.0.0",
|
42 |
| - "prettier": "^3.1.1", |
| 42 | + "prettier": "^3.2.5", |
43 | 43 | "prettier-config-standard": "^7.0.0",
|
44 |
| - "prettier-plugin-astro": "^0.12.2", |
45 |
| - "prettier-plugin-tailwindcss": "^0.5.9", |
| 44 | + "prettier-plugin-astro": "^0.13.0", |
| 45 | + "prettier-plugin-tailwindcss": "^0.5.11", |
46 | 46 | "reading-time": "^1.5.0",
|
47 | 47 | "rehype-katex": "^7.0.0",
|
48 | 48 | "remark-emoji": "^4.0.1",
|
49 | 49 | "remark-math": "^6.0.0",
|
50 | 50 | "schema-dts": "^1.1.2",
|
51 |
| - "tailwindcss": "^3.4.0", |
| 51 | + "tailwindcss": "^3.4.1", |
52 | 52 | "typescript": "~5.3.3",
|
53 | 53 | "unist-util-visit": "^5.0.0",
|
54 |
| - "vite": "^5.0.10" |
| 54 | + "vite": "^5.1.4" |
55 | 55 | },
|
56 | 56 | "dependencies": {
|
57 |
| - "@astrojs/check": "^0.3.4", |
58 |
| - "@astrojs/markdoc": "^0.8.1", |
59 |
| - "@astrojs/rss": "^4.0.1", |
60 |
| - "astro-icon": "^0.8.2", |
61 |
| - "astro-seo": "^0.8.0", |
| 57 | + "@astrojs/check": "^0.5.6", |
| 58 | + "@astrojs/markdoc": "^0.9.1", |
| 59 | + "@astrojs/rss": "^4.0.5", |
| 60 | + "@iconify-json/bi": "^1.1.23", |
| 61 | + "@iconify-json/heroicons-outline": "^1.1.10", |
| 62 | + "@iconify-json/heroicons-solid": "^1.1.11", |
| 63 | + "astro-icon": "^1.1.0", |
| 64 | + "astro-seo": "^0.8.3", |
62 | 65 | "hero-patterns": "^2.1.0",
|
63 | 66 | "katex": "^0.16.9",
|
64 | 67 | "leaflet": "^1.9.4",
|
65 | 68 | "lunr": "^2.3.9",
|
66 |
| - "mermaid": "^10.6.1", |
| 69 | + "mermaid": "^10.8.0", |
67 | 70 | "photoswipe": "^5.4.3",
|
68 | 71 | "photoswipe-dynamic-caption-plugin": "^1.2.7",
|
69 |
| - "swiper": "^11.0.5" |
| 72 | + "swiper": "^11.0.7" |
70 | 73 | },
|
71 | 74 | "packageManager": "[email protected]"
|
72 | 75 | }
|
0 commit comments