Skip to content

Commit be4bd57

Browse files
committed
3.3.0: Updated packages, astro-icons 1.x
1 parent c46b4fb commit be4bd57

15 files changed

+1493
-1322
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -214,4 +214,6 @@ All commands are run from the root of the project, from a terminal:
214214
- Upgrade packages
215215
- Remove mermaid.initialize()
216216
- 3.2.6: Maintenance:
217-
- Disable ViewTransition as it does not work with mermaid
217+
- Disable ViewTransition as it does not work with mermaid
218+
- 3.3.0: Maintenance:
219+
- Upgraded to latest packages and astro-icon 1.x

astro.config.mjs

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import rehypeKatex from 'rehype-katex';
1010
import remarkPlantUML from '@akebifiky/remark-simple-plantuml';
1111
import { remarkReadingTime } from './remark-plugins/remark-reading-time.mjs';
1212
import { remarkDiagram } from './remark-plugins/remark-diagram.mjs';
13+
import icon from "astro-icon";
1314

1415
import markdoc from "@astrojs/markdoc";
1516

@@ -23,7 +24,7 @@ export default defineConfig({
2324
},
2425
site: 'https://hellotham.github.io',
2526
base: '/hello-astro/',
26-
integrations: [tailwind(), sitemap(), mdx(), alpinejs(), robotsTxt(), markdoc()],
27+
integrations: [icon(), tailwind(), sitemap(), mdx(), alpinejs(), robotsTxt(), markdoc()],
2728
markdown: {
2829
extendDefaultPlugins: true,
2930
remarkPlugins: [remarkReadingTime, remarkMath, remarkPlantUML, remarkDiagram, remarkEmoji],

package.json

+28-25
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.2.6",
4+
"version": "3.3.0",
55
"scripts": {
66
"dev": "astro dev",
77
"clean": "rm -rf node_modules .astro dist",
@@ -16,57 +16,60 @@
1616
},
1717
"devDependencies": {
1818
"@akebifiky/remark-simple-plantuml": "^1.0.2",
19-
"@astrojs/alpinejs": "^0.3.1",
20-
"@astrojs/mdx": "^2.0.2",
21-
"@astrojs/sitemap": "^3.0.3",
22-
"@astrojs/tailwind": "^5.0.4",
19+
"@astrojs/alpinejs": "^0.4.0",
20+
"@astrojs/mdx": "^2.1.1",
21+
"@astrojs/sitemap": "^3.1.1",
22+
"@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",
2626
"@tailwindcss/typography": "^0.5.10",
27-
"@types/alpinejs": "^3.13.5",
27+
"@types/alpinejs": "^3.13.6",
2828
"@types/leaflet": "^1.9.8",
2929
"@types/photoswipe": "^4.1.6",
30-
"@typescript-eslint/parser": "^6.15.0",
31-
"alpinejs": "^3.13.3",
32-
"astro": "^4.0.7",
30+
"@typescript-eslint/parser": "^7.1.0",
31+
"alpinejs": "^3.13.5",
32+
"astro": "^4.4.9",
3333
"astro-robots-txt": "^1.0.0",
34-
"eslint": "^8.56.0",
35-
"eslint-plugin-astro": "^0.31.0",
36-
"eslint-plugin-css": "^0.8.1",
34+
"eslint": "^8.57.0",
35+
"eslint-plugin-astro": "^0.31.4",
36+
"eslint-plugin-css": "^0.9.2",
3737
"eslint-plugin-jsx-a11y": "^6.8.0",
3838
"eslint-plugin-markdown": "^3.0.1",
39-
"eslint-plugin-mdx": "^3.0.0",
39+
"eslint-plugin-mdx": "^3.1.5",
4040
"exifr": "^7.1.3",
4141
"mdast-util-to-string": "^4.0.0",
42-
"prettier": "^3.1.1",
42+
"prettier": "^3.2.5",
4343
"prettier-config-standard": "^7.0.0",
44-
"prettier-plugin-astro": "^0.12.2",
45-
"prettier-plugin-tailwindcss": "^0.5.9",
44+
"prettier-plugin-astro": "^0.13.0",
45+
"prettier-plugin-tailwindcss": "^0.5.11",
4646
"reading-time": "^1.5.0",
4747
"rehype-katex": "^7.0.0",
4848
"remark-emoji": "^4.0.1",
4949
"remark-math": "^6.0.0",
5050
"schema-dts": "^1.1.2",
51-
"tailwindcss": "^3.4.0",
51+
"tailwindcss": "^3.4.1",
5252
"typescript": "~5.3.3",
5353
"unist-util-visit": "^5.0.0",
54-
"vite": "^5.0.10"
54+
"vite": "^5.1.4"
5555
},
5656
"dependencies": {
57-
"@astrojs/check": "^0.3.4",
58-
"@astrojs/markdoc": "^0.8.1",
59-
"@astrojs/rss": "^4.0.1",
60-
"astro-icon": "^0.8.2",
61-
"astro-seo": "^0.8.0",
57+
"@astrojs/check": "^0.5.6",
58+
"@astrojs/markdoc": "^0.9.1",
59+
"@astrojs/rss": "^4.0.5",
60+
"@iconify-json/bi": "^1.1.23",
61+
"@iconify-json/heroicons-outline": "^1.1.10",
62+
"@iconify-json/heroicons-solid": "^1.1.11",
63+
"astro-icon": "^1.1.0",
64+
"astro-seo": "^0.8.3",
6265
"hero-patterns": "^2.1.0",
6366
"katex": "^0.16.9",
6467
"leaflet": "^1.9.4",
6568
"lunr": "^2.3.9",
66-
"mermaid": "^10.6.1",
69+
"mermaid": "^10.8.0",
6770
"photoswipe": "^5.4.3",
6871
"photoswipe-dynamic-caption-plugin": "^1.2.7",
69-
"swiper": "^11.0.5"
72+
"swiper": "^11.0.7"
7073
},
7174
"packageManager": "[email protected]"
7275
}

0 commit comments

Comments
 (0)