Skip to content

Commit

Permalink
Replace deprecated Astro.glob
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve-Fenton committed Jan 24, 2025
1 parent c7f4a22 commit 5f98a3c
Show file tree
Hide file tree
Showing 8 changed files with 204 additions and 202 deletions.
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"frontmatter",
"indexability",
"itemprop",
"Listable",
"noopener",
"rehype",
"resp",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.0.1",
"version": "5.0.2",
"author": "Steve Fenton",
"name": "astro-accelerator",
"description": "A super-lightweight, accessible, SEO-friendly starter project for Astro",
Expand Down Expand Up @@ -31,8 +31,8 @@
"dts": "tsc ./tests/locate-content.js ./tests/locate-navigation.js ./tests/locate-search.js --allowJs --declaration --emitDeclarationOnly"
},
"dependencies": {
"@astrojs/mdx": "^4.0.6",
"astro": "^5.1.7",
"@astrojs/mdx": "^4.0.7",
"astro": "^5.1.9",
"astro-accelerator-utils": "^0.3.35",
"cspell": "^8.17.2",
"csv": "^6.3.11",
Expand All @@ -41,11 +41,11 @@
"html-to-text": "^9.0.5",
"keyword-extractor": "^0.0.28",
"optional": "^0.1.4",
"remark-directive": "^3.0.0",
"remark-directive": "^3.0.1",
"sharp": "^0.33.5"
},
"devDependencies": {
"@playwright/test": "^1.49.1"
"@playwright/test": "^1.50.0"
},
"files": [
".npmrc",
Expand Down
Loading

0 comments on commit 5f98a3c

Please sign in to comment.