Skip to content

Commit

Permalink
v3.3.1 update packages, fixed astro check errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineTham committed Mar 14, 2024
1 parent ffa79e6 commit 65a06bd
Show file tree
Hide file tree
Showing 4 changed files with 236 additions and 245 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,3 +217,5 @@ All commands are run from the root of the project, from a terminal:
- Disable ViewTransition as it does not work with mermaid
- 3.3.0: Maintenance:
- Upgraded to latest packages and astro-icon 1.x
- 3.3.1: Maintenance:
- Upgraded to latest packages and fixed astro check errors
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hello-astro",
"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.",
"version": "3.3.0",
"version": "3.3.1",
"scripts": {
"dev": "astro dev",
"clean": "rm -rf node_modules .astro dist",
Expand All @@ -17,7 +17,7 @@
"devDependencies": {
"@akebifiky/remark-simple-plantuml": "^1.0.2",
"@astrojs/alpinejs": "^0.4.0",
"@astrojs/mdx": "^2.1.1",
"@astrojs/mdx": "^2.2.0",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/tailwind": "^5.1.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
Expand All @@ -27,9 +27,9 @@
"@types/alpinejs": "^3.13.7",
"@types/leaflet": "^1.9.8",
"@types/photoswipe": "^4.1.6",
"@typescript-eslint/parser": "^7.1.1",
"@typescript-eslint/parser": "^7.2.0",
"alpinejs": "^3.13.7",
"astro": "^4.4.15",
"astro": "^4.5.3",
"astro-robots-txt": "^1.0.0",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.31.4",
Expand All @@ -51,11 +51,11 @@
"tailwindcss": "^3.4.1",
"typescript": "~5.4.2",
"unist-util-visit": "^5.0.0",
"vite": "^5.1.5"
"vite": "^5.1.6"
},
"dependencies": {
"@astrojs/check": "^0.5.6",
"@astrojs/markdoc": "^0.9.1",
"@astrojs/check": "^0.5.9",
"@astrojs/markdoc": "^0.9.2",
"@astrojs/rss": "^4.0.5",
"@iconify-json/bi": "^1.1.23",
"@iconify-json/heroicons-outline": "^1.1.10",
Expand Down
Loading

0 comments on commit 65a06bd

Please sign in to comment.