astro-accelerator 5.10.1 → 5.10.2
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 +5 -5
- package/public/css/main.css +1 -1
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "5.10.
|
|
2
|
+
"version": "5.10.2",
|
|
3
3
|
"author": "Steve Fenton",
|
|
4
4
|
"name": "astro-accelerator",
|
|
5
5
|
"description": "A super-lightweight, accessible, SEO-friendly starter project for Astro",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"dev": "node ./src/themes/accelerator/utilities/img.mjs && astro dev",
|
|
26
26
|
"stats": "node ./src/themes/accelerator/utilities/stats.mjs",
|
|
27
27
|
"spellcheck": "git fetch origin main:refs/remotes/origin/main && git diff origin/main --name-only --diff-filter=ACMRTUXB | cspell --no-must-find-files --file-list stdin",
|
|
28
|
-
"test": "astro build && npx playwright install --with-deps && npx playwright test",
|
|
28
|
+
"test": "astro build && npx playwright install chromium --with-deps && npx playwright test",
|
|
29
29
|
"crawl": "linkinator ./dist --skip \"^(?!http://localhost)\" --skip \"/404/\" --recurse --verbosity error",
|
|
30
30
|
"build": "astro build",
|
|
31
31
|
"preview": "astro preview",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"@astrojs/mdx": "^4.3.4",
|
|
37
37
|
"@img/sharp-linux-x64": "^0.34.3",
|
|
38
38
|
"astro": "^5.13.5",
|
|
39
|
-
"astro-accelerator-utils": "^0.3.
|
|
40
|
-
"cspell": "^
|
|
39
|
+
"astro-accelerator-utils": "^0.3.54",
|
|
40
|
+
"cspell": "^9.2.1",
|
|
41
41
|
"csv": "^6.4.1",
|
|
42
42
|
"glob": "^11.0.3",
|
|
43
43
|
"hast-util-from-selector": "^3.0.1",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"linkinator": "^6.1.4",
|
|
47
47
|
"optional": "^0.1.4",
|
|
48
48
|
"remark-directive": "^4.0.0",
|
|
49
|
-
"sharp": "^0.
|
|
49
|
+
"sharp": "^0.34.3"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@playwright/test": "^1.55.0"
|
package/public/css/main.css
CHANGED
|
@@ -990,7 +990,7 @@ a.navigation-icon:focus {
|
|
|
990
990
|
.footer-columns {
|
|
991
991
|
display: grid;
|
|
992
992
|
gap: var(--block-gap);
|
|
993
|
-
grid-template-columns:
|
|
993
|
+
grid-template-columns: 1fr 1fr;
|
|
994
994
|
grid-template-areas:
|
|
995
995
|
'cat tag'
|
|
996
996
|
'quick quick';
|