fix google rich results warning

This commit is contained in:
2024-01-11 11:15:16 -05:00
parent a27424ffcd
commit 17c09f71b2
3 changed files with 58 additions and 61 deletions
+7 -7
View File
@@ -19,11 +19,11 @@
},
"dependencies": {
"@giscus/react": "^2.4.0",
"@hcaptcha/react-hcaptcha": "^1.9.2",
"@hcaptcha/react-hcaptcha": "^1.9.3",
"@neondatabase/serverless": "^0.6.1",
"@novnc/novnc": "1.4.0",
"@octokit/graphql": "^7.0.2",
"@octokit/graphql-schema": "^14.46.1",
"@octokit/graphql-schema": "^14.47.0",
"@prisma/adapter-neon": "^5.8.0",
"@prisma/client": "^5.8.0",
"@react-spring/web": "^9.7.3",
@@ -51,7 +51,7 @@
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.12",
"react-frame-component": "^5.2.6",
"react-icons": "^4.12.0",
"react-icons": "^5.0.1",
"react-innertext": "^1.1.5",
"react-intersection-observer": "^9.5.3",
"react-is": "18.2.0",
@@ -64,7 +64,7 @@
"rehype-stringify": "^10.0.0",
"remark-gfm": "^3.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"remark-rehype": "^11.1.0",
"remark-smartypants": "^2.1.0",
"remark-unwrap-images": "^4.0.0",
"sitemap": "^7.1.1",
@@ -76,7 +76,7 @@
"devDependencies": {
"@jakejarvis/eslint-config": "^3.1.0",
"@types/comma-number": "^2.1.2",
"@types/node": "^20.10.7",
"@types/node": "^20.11.0",
"@types/novnc__novnc": "^1.3.4",
"@types/prop-types": "^15.7.11",
"@types/react": "^18.2.47",
@@ -90,8 +90,8 @@
"eslint": "~8.56.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "~9.1.0",
"eslint-plugin-mdx": "~3.1.3",
"eslint-plugin-prettier": "~5.1.2",
"eslint-plugin-mdx": "~3.1.4",
"eslint-plugin-prettier": "~5.1.3",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"prisma": "^5.8.0",