astro-accelerator 6.1.6 → 6.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "6.1.6",
2
+ "version": "6.1.8",
3
3
  "author": "Steve Fenton",
4
4
  "name": "astro-accelerator",
5
5
  "description": "A super-lightweight, accessible, SEO-friendly starter project for Astro",
@@ -34,10 +34,10 @@
34
34
  "dts": "tsc ./tests/locate-content.js ./tests/locate-navigation.js ./tests/locate-search.js --allowJs --declaration --emitDeclarationOnly"
35
35
  },
36
36
  "dependencies": {
37
- "@astrojs/mdx": "^5.0.4",
37
+ "@astrojs/mdx": "^5.0.6",
38
38
  "@img/sharp-linux-x64": "^0.34.5",
39
- "astro": "^6.3.1",
40
- "astro-accelerator-utils": "^0.3.85",
39
+ "astro": "^6.3.3",
40
+ "astro-accelerator-utils": "^0.3.86",
41
41
  "csv": "^6.5.1",
42
42
  "hast-util-from-selector": "^3.0.1",
43
43
  "html-to-text": "^10.0.0",
@@ -47,7 +47,7 @@
47
47
  "sharp": "^0.34.5"
48
48
  },
49
49
  "devDependencies": {
50
- "@playwright/test": "^1.59.1",
50
+ "@playwright/test": "^1.60.0",
51
51
  "cspell": "^10.0.0",
52
52
  "glob": "^13.0.6",
53
53
  "linkinator": "^7.6.1"
@@ -790,6 +790,11 @@ table {
790
790
  }
791
791
  }
792
792
 
793
+ .post-taxonomy.events ul {
794
+ display: flex;
795
+ flex-wrap: wrap;
796
+ }
797
+
793
798
  .author-page {
794
799
  display: flex;
795
800
  gap: var(--grid-gap);
@@ -25,7 +25,7 @@ const isCurrent = Astro.url.pathname.endsWith("/events/") || Astro.url.pathname.
25
25
  ---
26
26
 
27
27
  <EventsLayout frontmatter={frontmatter} headings={headings}>
28
- <nav class="post-taxonomy">
28
+ <nav class="post-taxonomy events">
29
29
  <ul>
30
30
  <li>
31
31
  <a href="/events/" aria-current={isCurrent ? "page" : undefined}