Skip to content

Commit

Permalink
v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineTham committed Mar 29, 2024
1 parent a879c56 commit c7dce64
Show file tree
Hide file tree
Showing 4 changed files with 266 additions and 255 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,3 +231,6 @@ All commands are run from the root of the project, from a terminal:
- Make BlogHero accept post as props rather than frontmatter
- Moved Markdown pages to content collection
- Eliminated Frontmatter type
- 3.4.1: Maintenance:
- Updated packages
- Removed @types/photoswipe and photoswipe tsconfig
31 changes: 15 additions & 16 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.4.0",
"version": "3.4.1",
"scripts": {
"dev": "astro dev",
"clean": "rm -rf node_modules .astro dist",
Expand All @@ -17,22 +17,21 @@
"devDependencies": {
"@akebifiky/remark-simple-plantuml": "^1.0.2",
"@astrojs/alpinejs": "^0.4.0",
"@astrojs/mdx": "^2.2.1",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/mdx": "^2.2.2",
"@astrojs/sitemap": "^3.1.2",
"@astrojs/tailwind": "^5.1.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.10",
"@types/alpinejs": "^3.13.9",
"@tailwindcss/typography": "^0.5.12",
"@types/alpinejs": "^3.13.10",
"@types/leaflet": "^1.9.8",
"@types/photoswipe": "^4.1.6",
"@typescript-eslint/parser": "^7.3.1",
"@typescript-eslint/parser": "^7.4.0",
"alpinejs": "^3.13.7",
"astro": "^4.5.9",
"astro": "^4.5.12",
"astro-robots-txt": "^1.0.0",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.32.0",
"eslint-plugin-astro": "^0.33.1",
"eslint-plugin-css": "^0.9.2",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-markdown": "^4.0.1",
Expand All @@ -42,33 +41,33 @@
"prettier": "^3.2.5",
"prettier-config-standard": "^7.0.0",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.12",
"prettier-plugin-tailwindcss": "^0.5.13",
"reading-time": "^1.5.0",
"rehype-katex": "^7.0.0",
"remark-emoji": "^4.0.1",
"remark-math": "^6.0.0",
"schema-dts": "^1.1.2",
"tailwindcss": "^3.4.1",
"tailwindcss": "^3.4.3",
"typescript": "~5.4.3",
"unist-util-visit": "^5.0.0",
"vite": "^5.2.5"
"vite": "^5.2.6"
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/markdoc": "^0.9.2",
"@astrojs/markdoc": "^0.9.3",
"@astrojs/rss": "^4.0.5",
"@iconify-json/bi": "^1.1.23",
"@iconify-json/heroicons": "^1.1.20",
"astro-icon": "^1.1.0",
"astro-seo": "^0.8.3",
"hero-patterns": "^2.1.0",
"katex": "^0.16.9",
"katex": "^0.16.10",
"leaflet": "^1.9.4",
"lunr": "^2.3.9",
"mermaid": "^10.9.0",
"photoswipe": "^5.4.3",
"photoswipe-dynamic-caption-plugin": "^1.2.7",
"swiper": "^11.0.7"
"swiper": "^11.1.0"
},
"packageManager": "[email protected].4+sha1.c85a4305534f76d461407b59277b954bac97b5c4"
"packageManager": "[email protected].5+sha256.4b4efa12490e5055d59b9b9fc9438b7d581a6b7af3b5675eb5c5f447cee1a589"
}
Loading

0 comments on commit c7dce64

Please sign in to comment.