Update @astrolib/seo to fix issue #435: HTML5 Validation Errors
This commit is contained in:
11
package-lock.json
generated
11
package-lock.json
generated
@@ -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"
|
||||||
}
|
}
|
||||||
|
@@ -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",
|
||||||
|
Reference in New Issue
Block a user