Update @astrolib/seo to fix issue #435: HTML5 Validation Errors

This commit is contained in:
prototypa
2024-09-16 21:28:41 -04:00
parent c43a6de357
commit fd56aed180
2 changed files with 8 additions and 7 deletions

11
package-lock.json generated
View File

@@ -1,17 +1,17 @@
{ {
"name": "@onwidget/astrowind", "name": "@onwidget/astrowind",
"version": "1.0.0-beta.44", "version": "1.0.0-beta.45",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@onwidget/astrowind", "name": "@onwidget/astrowind",
"version": "1.0.0-beta.44", "version": "1.0.0-beta.45",
"dependencies": { "dependencies": {
"@astrojs/rss": "^4.0.7", "@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6", "@astrojs/sitemap": "^3.1.6",
"@astrolib/analytics": "^0.5.0", "@astrolib/analytics": "^0.5.0",
"@astrolib/seo": "^1.0.0-beta.5", "@astrolib/seo": "^1.0.0-beta.6",
"@fontsource-variable/inter": "^5.1.0", "@fontsource-variable/inter": "^5.1.0",
"astro": "^4.15.5", "astro": "^4.15.5",
"astro-embed": "^0.7.2", "astro-embed": "^0.7.2",
@@ -391,8 +391,9 @@
} }
}, },
"node_modules/@astrolib/seo": { "node_modules/@astrolib/seo": {
"version": "1.0.0-beta.5", "version": "1.0.0-beta.6",
"license": "MIT", "resolved": "https://registry.npmjs.org/@astrolib/seo/-/seo-1.0.0-beta.6.tgz",
"integrity": "sha512-j9YuxCGZUl6cHErg9O7Ss+AjDHxgUZVzLrc6hADZfEagY84dCr/HRYFEtrTstxEiW+YNdjCRr5S+Y7HZ7KUEmw==",
"peerDependencies": { "peerDependencies": {
"astro": "^1.2.1 || ^2.0.0 || ^3.0.0-beta.0 || ^3.0.0 || ^4.0.0" "astro": "^1.2.1 || ^2.0.0 || ^3.0.0-beta.0 || ^3.0.0 || ^4.0.0"
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "@onwidget/astrowind", "name": "@onwidget/astrowind",
"version": "1.0.0-beta.44", "version": "1.0.0-beta.45",
"description": "AstroWind: A free template using Astro 4.0 and Tailwind CSS. Astro starter theme.", "description": "AstroWind: A free template using Astro 4.0 and Tailwind CSS. Astro starter theme.",
"type": "module", "type": "module",
"private": true, "private": true,
@@ -25,7 +25,7 @@
"@astrojs/rss": "^4.0.7", "@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6", "@astrojs/sitemap": "^3.1.6",
"@astrolib/analytics": "^0.5.0", "@astrolib/analytics": "^0.5.0",
"@astrolib/seo": "^1.0.0-beta.5", "@astrolib/seo": "^1.0.0-beta.6",
"@fontsource-variable/inter": "^5.1.0", "@fontsource-variable/inter": "^5.1.0",
"astro": "^4.15.5", "astro": "^4.15.5",
"astro-embed": "^0.7.2", "astro-embed": "^0.7.2",