|
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.4.0", |
| 4 | + "version": "3.4.1", |
5 | 5 | "scripts": {
|
6 | 6 | "dev": "astro dev",
|
7 | 7 | "clean": "rm -rf node_modules .astro dist",
|
|
17 | 17 | "devDependencies": {
|
18 | 18 | "@akebifiky/remark-simple-plantuml": "^1.0.2",
|
19 | 19 | "@astrojs/alpinejs": "^0.4.0",
|
20 |
| - "@astrojs/mdx": "^2.2.1", |
21 |
| - "@astrojs/sitemap": "^3.1.1", |
| 20 | + "@astrojs/mdx": "^2.2.2", |
| 21 | + "@astrojs/sitemap": "^3.1.2", |
22 | 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 |
| - "@tailwindcss/typography": "^0.5.10", |
27 |
| - "@types/alpinejs": "^3.13.9", |
| 26 | + "@tailwindcss/typography": "^0.5.12", |
| 27 | + "@types/alpinejs": "^3.13.10", |
28 | 28 | "@types/leaflet": "^1.9.8",
|
29 |
| - "@types/photoswipe": "^4.1.6", |
30 |
| - "@typescript-eslint/parser": "^7.3.1", |
| 29 | + "@typescript-eslint/parser": "^7.4.0", |
31 | 30 | "alpinejs": "^3.13.7",
|
32 |
| - "astro": "^4.5.9", |
| 31 | + "astro": "^4.5.12", |
33 | 32 | "astro-robots-txt": "^1.0.0",
|
34 | 33 | "eslint": "^8.57.0",
|
35 |
| - "eslint-plugin-astro": "^0.32.0", |
| 34 | + "eslint-plugin-astro": "^0.33.1", |
36 | 35 | "eslint-plugin-css": "^0.9.2",
|
37 | 36 | "eslint-plugin-jsx-a11y": "^6.8.0",
|
38 | 37 | "eslint-plugin-markdown": "^4.0.1",
|
|
42 | 41 | "prettier": "^3.2.5",
|
43 | 42 | "prettier-config-standard": "^7.0.0",
|
44 | 43 | "prettier-plugin-astro": "^0.13.0",
|
45 |
| - "prettier-plugin-tailwindcss": "^0.5.12", |
| 44 | + "prettier-plugin-tailwindcss": "^0.5.13", |
46 | 45 | "reading-time": "^1.5.0",
|
47 | 46 | "rehype-katex": "^7.0.0",
|
48 | 47 | "remark-emoji": "^4.0.1",
|
49 | 48 | "remark-math": "^6.0.0",
|
50 | 49 | "schema-dts": "^1.1.2",
|
51 |
| - "tailwindcss": "^3.4.1", |
| 50 | + "tailwindcss": "^3.4.3", |
52 | 51 | "typescript": "~5.4.3",
|
53 | 52 | "unist-util-visit": "^5.0.0",
|
54 |
| - "vite": "^5.2.5" |
| 53 | + "vite": "^5.2.6" |
55 | 54 | },
|
56 | 55 | "dependencies": {
|
57 | 56 | "@astrojs/check": "^0.5.10",
|
58 |
| - "@astrojs/markdoc": "^0.9.2", |
| 57 | + "@astrojs/markdoc": "^0.9.3", |
59 | 58 | "@astrojs/rss": "^4.0.5",
|
60 | 59 | "@iconify-json/bi": "^1.1.23",
|
61 | 60 | "@iconify-json/heroicons": "^1.1.20",
|
62 | 61 | "astro-icon": "^1.1.0",
|
63 | 62 | "astro-seo": "^0.8.3",
|
64 | 63 | "hero-patterns": "^2.1.0",
|
65 |
| - "katex": "^0.16.9", |
| 64 | + "katex": "^0.16.10", |
66 | 65 | "leaflet": "^1.9.4",
|
67 | 66 | "lunr": "^2.3.9",
|
68 | 67 | "mermaid": "^10.9.0",
|
69 | 68 | "photoswipe": "^5.4.3",
|
70 | 69 | "photoswipe-dynamic-caption-plugin": "^1.2.7",
|
71 |
| - "swiper": "^11.0.7" |
| 70 | + "swiper": "^11.1.0" |
72 | 71 | },
|
73 |
| - "packageManager": "[email protected].4+sha1.c85a4305534f76d461407b59277b954bac97b5c4" |
| 72 | + "packageManager": "[email protected].5+sha256.4b4efa12490e5055d59b9b9fc9438b7d581a6b7af3b5675eb5c5f447cee1a589" |
74 | 73 | }
|
0 commit comments