Skip to content

Commit 65a06bd

Browse files
committed
v3.3.1 update packages, fixed astro check errors
1 parent ffa79e6 commit 65a06bd

File tree

4 files changed

+236
-245
lines changed

4 files changed

+236
-245
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -217,3 +217,5 @@ All commands are run from the root of the project, from a terminal:
217217
- Disable ViewTransition as it does not work with mermaid
218218
- 3.3.0: Maintenance:
219219
- Upgraded to latest packages and astro-icon 1.x
220+
- 3.3.1: Maintenance:
221+
- Upgraded to latest packages and fixed astro check errors

package.json

+7-7
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.3.0",
4+
"version": "3.3.1",
55
"scripts": {
66
"dev": "astro dev",
77
"clean": "rm -rf node_modules .astro dist",
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@akebifiky/remark-simple-plantuml": "^1.0.2",
1919
"@astrojs/alpinejs": "^0.4.0",
20-
"@astrojs/mdx": "^2.1.1",
20+
"@astrojs/mdx": "^2.2.0",
2121
"@astrojs/sitemap": "^3.1.1",
2222
"@astrojs/tailwind": "^5.1.0",
2323
"@tailwindcss/aspect-ratio": "^0.4.2",
@@ -27,9 +27,9 @@
2727
"@types/alpinejs": "^3.13.7",
2828
"@types/leaflet": "^1.9.8",
2929
"@types/photoswipe": "^4.1.6",
30-
"@typescript-eslint/parser": "^7.1.1",
30+
"@typescript-eslint/parser": "^7.2.0",
3131
"alpinejs": "^3.13.7",
32-
"astro": "^4.4.15",
32+
"astro": "^4.5.3",
3333
"astro-robots-txt": "^1.0.0",
3434
"eslint": "^8.57.0",
3535
"eslint-plugin-astro": "^0.31.4",
@@ -51,11 +51,11 @@
5151
"tailwindcss": "^3.4.1",
5252
"typescript": "~5.4.2",
5353
"unist-util-visit": "^5.0.0",
54-
"vite": "^5.1.5"
54+
"vite": "^5.1.6"
5555
},
5656
"dependencies": {
57-
"@astrojs/check": "^0.5.6",
58-
"@astrojs/markdoc": "^0.9.1",
57+
"@astrojs/check": "^0.5.9",
58+
"@astrojs/markdoc": "^0.9.2",
5959
"@astrojs/rss": "^4.0.5",
6060
"@iconify-json/bi": "^1.1.23",
6161
"@iconify-json/heroicons-outline": "^1.1.10",

0 commit comments

Comments
 (0)