Skip to content

Commit

Permalink
Merge pull request #109 from markteekman/next
Browse files Browse the repository at this point in the history
Next
  • Loading branch information
markteekman authored Dec 14, 2024
2 parents 686cc2e + 98b122c commit cafd20e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions .astro/content-assets.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default new Map();
1 change: 1 addition & 0 deletions .astro/content-modules.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default new Map();
1 change: 1 addition & 0 deletions .astro/data-store.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[["Map",1,2],"meta::meta",["Map",3,4],"astro-version","5.0.5"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Accessible Astro Starter is a ready to use, SEO and a11y friendly blogging theme

## ♿ (Accessibility) Features

- Astro 4.0
- Astro 5.0
- Tailwind CSS support
- Prettier integration with `prettier-plugin-astro` and `prettier-plugin-tailwind`
- ESLint integration with strict accessibility settings for `eslint-plugin-jsx-a11y`
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "accessible-astro-starter",
"description": "An Accessible Starter Theme for Astro including several accessibility features and tools to help you build faster.",
"version": "3.2.2",
"version": "3.2.3",
"author": "Mark Teekman",
"homepage": "https://accessible-astro.netlify.app/",
"scripts": {
Expand All @@ -11,14 +11,14 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/mdx": "^3.1.9",
"@astrojs/mdx": "^4.0.2",
"@astrojs/partytown": "^2.1.2",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/tailwind": "^5.1.3",
"@iconify-json/ion": "^1.2.1",
"@iconify-json/mdi": "^1.2.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"astro": "^4.16.16",
"astro": "^5.0.5",
"astro-compress": "^2.3.5",
"astro-icon": "^1.1.4",
"eslint": "^8.57.0",
Expand Down

0 comments on commit cafd20e

Please sign in to comment.