Skip to content

Commit

Permalink
3.3.0: Updated packages, astro-icons 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineTham committed Mar 4, 2024
1 parent c46b4fb commit be4bd57
Show file tree
Hide file tree
Showing 15 changed files with 1,493 additions and 1,322 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,6 @@ All commands are run from the root of the project, from a terminal:
- Upgrade packages
- Remove mermaid.initialize()
- 3.2.6: Maintenance:
- Disable ViewTransition as it does not work with mermaid
- Disable ViewTransition as it does not work with mermaid
- 3.3.0: Maintenance:
- Upgraded to latest packages and astro-icon 1.x
3 changes: 2 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import rehypeKatex from 'rehype-katex';
import remarkPlantUML from '@akebifiky/remark-simple-plantuml';
import { remarkReadingTime } from './remark-plugins/remark-reading-time.mjs';
import { remarkDiagram } from './remark-plugins/remark-diagram.mjs';
import icon from "astro-icon";

import markdoc from "@astrojs/markdoc";

Expand All @@ -23,7 +24,7 @@ export default defineConfig({
},
site: 'https://hellotham.github.io',
base: '/hello-astro/',
integrations: [tailwind(), sitemap(), mdx(), alpinejs(), robotsTxt(), markdoc()],
integrations: [icon(), tailwind(), sitemap(), mdx(), alpinejs(), robotsTxt(), markdoc()],
markdown: {
extendDefaultPlugins: true,
remarkPlugins: [remarkReadingTime, remarkMath, remarkPlantUML, remarkDiagram, remarkEmoji],
Expand Down
53 changes: 28 additions & 25 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.2.6",
"version": "3.3.0",
"scripts": {
"dev": "astro dev",
"clean": "rm -rf node_modules .astro dist",
Expand All @@ -16,57 +16,60 @@
},
"devDependencies": {
"@akebifiky/remark-simple-plantuml": "^1.0.2",
"@astrojs/alpinejs": "^0.3.1",
"@astrojs/mdx": "^2.0.2",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/tailwind": "^5.0.4",
"@astrojs/alpinejs": "^0.4.0",
"@astrojs/mdx": "^2.1.1",
"@astrojs/sitemap": "^3.1.1",
"@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.5",
"@types/alpinejs": "^3.13.6",
"@types/leaflet": "^1.9.8",
"@types/photoswipe": "^4.1.6",
"@typescript-eslint/parser": "^6.15.0",
"alpinejs": "^3.13.3",
"astro": "^4.0.7",
"@typescript-eslint/parser": "^7.1.0",
"alpinejs": "^3.13.5",
"astro": "^4.4.9",
"astro-robots-txt": "^1.0.0",
"eslint": "^8.56.0",
"eslint-plugin-astro": "^0.31.0",
"eslint-plugin-css": "^0.8.1",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-css": "^0.9.2",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-mdx": "^3.0.0",
"eslint-plugin-mdx": "^3.1.5",
"exifr": "^7.1.3",
"mdast-util-to-string": "^4.0.0",
"prettier": "^3.1.1",
"prettier": "^3.2.5",
"prettier-config-standard": "^7.0.0",
"prettier-plugin-astro": "^0.12.2",
"prettier-plugin-tailwindcss": "^0.5.9",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.11",
"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.0",
"tailwindcss": "^3.4.1",
"typescript": "~5.3.3",
"unist-util-visit": "^5.0.0",
"vite": "^5.0.10"
"vite": "^5.1.4"
},
"dependencies": {
"@astrojs/check": "^0.3.4",
"@astrojs/markdoc": "^0.8.1",
"@astrojs/rss": "^4.0.1",
"astro-icon": "^0.8.2",
"astro-seo": "^0.8.0",
"@astrojs/check": "^0.5.6",
"@astrojs/markdoc": "^0.9.1",
"@astrojs/rss": "^4.0.5",
"@iconify-json/bi": "^1.1.23",
"@iconify-json/heroicons-outline": "^1.1.10",
"@iconify-json/heroicons-solid": "^1.1.11",
"astro-icon": "^1.1.0",
"astro-seo": "^0.8.3",
"hero-patterns": "^2.1.0",
"katex": "^0.16.9",
"leaflet": "^1.9.4",
"lunr": "^2.3.9",
"mermaid": "^10.6.1",
"mermaid": "^10.8.0",
"photoswipe": "^5.4.3",
"photoswipe-dynamic-caption-plugin": "^1.2.7",
"swiper": "^11.0.5"
"swiper": "^11.0.7"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit be4bd57

Please sign in to comment.