Skip to content

Commit c7dce64

Browse files
committed
v3.4.1
1 parent a879c56 commit c7dce64

File tree

4 files changed

+266
-255
lines changed

4 files changed

+266
-255
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -231,3 +231,6 @@ All commands are run from the root of the project, from a terminal:
231231
- Make BlogHero accept post as props rather than frontmatter
232232
- Moved Markdown pages to content collection
233233
- Eliminated Frontmatter type
234+
- 3.4.1: Maintenance:
235+
- Updated packages
236+
- Removed @types/photoswipe and photoswipe tsconfig

package.json

+15-16
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hello-astro",
33
"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",
55
"scripts": {
66
"dev": "astro dev",
77
"clean": "rm -rf node_modules .astro dist",
@@ -17,22 +17,21 @@
1717
"devDependencies": {
1818
"@akebifiky/remark-simple-plantuml": "^1.0.2",
1919
"@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",
2222
"@astrojs/tailwind": "^5.1.0",
2323
"@tailwindcss/aspect-ratio": "^0.4.2",
2424
"@tailwindcss/forms": "^0.5.7",
2525
"@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",
2828
"@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",
3130
"alpinejs": "^3.13.7",
32-
"astro": "^4.5.9",
31+
"astro": "^4.5.12",
3332
"astro-robots-txt": "^1.0.0",
3433
"eslint": "^8.57.0",
35-
"eslint-plugin-astro": "^0.32.0",
34+
"eslint-plugin-astro": "^0.33.1",
3635
"eslint-plugin-css": "^0.9.2",
3736
"eslint-plugin-jsx-a11y": "^6.8.0",
3837
"eslint-plugin-markdown": "^4.0.1",
@@ -42,33 +41,33 @@
4241
"prettier": "^3.2.5",
4342
"prettier-config-standard": "^7.0.0",
4443
"prettier-plugin-astro": "^0.13.0",
45-
"prettier-plugin-tailwindcss": "^0.5.12",
44+
"prettier-plugin-tailwindcss": "^0.5.13",
4645
"reading-time": "^1.5.0",
4746
"rehype-katex": "^7.0.0",
4847
"remark-emoji": "^4.0.1",
4948
"remark-math": "^6.0.0",
5049
"schema-dts": "^1.1.2",
51-
"tailwindcss": "^3.4.1",
50+
"tailwindcss": "^3.4.3",
5251
"typescript": "~5.4.3",
5352
"unist-util-visit": "^5.0.0",
54-
"vite": "^5.2.5"
53+
"vite": "^5.2.6"
5554
},
5655
"dependencies": {
5756
"@astrojs/check": "^0.5.10",
58-
"@astrojs/markdoc": "^0.9.2",
57+
"@astrojs/markdoc": "^0.9.3",
5958
"@astrojs/rss": "^4.0.5",
6059
"@iconify-json/bi": "^1.1.23",
6160
"@iconify-json/heroicons": "^1.1.20",
6261
"astro-icon": "^1.1.0",
6362
"astro-seo": "^0.8.3",
6463
"hero-patterns": "^2.1.0",
65-
"katex": "^0.16.9",
64+
"katex": "^0.16.10",
6665
"leaflet": "^1.9.4",
6766
"lunr": "^2.3.9",
6867
"mermaid": "^10.9.0",
6968
"photoswipe": "^5.4.3",
7069
"photoswipe-dynamic-caption-plugin": "^1.2.7",
71-
"swiper": "^11.0.7"
70+
"swiper": "^11.1.0"
7271
},
73-
"packageManager": "[email protected].4+sha1.c85a4305534f76d461407b59277b954bac97b5c4"
72+
"packageManager": "[email protected].5+sha256.4b4efa12490e5055d59b9b9fc9438b7d581a6b7af3b5675eb5c5f447cee1a589"
7473
}

0 commit comments

Comments
 (0)