attempt to fix metadata merging

This commit is contained in:
2025-04-22 22:17:32 -04:00
parent fe055116d5
commit 6c3cd0afe9
25 changed files with 411 additions and 413 deletions
+10 -9
View File
@@ -24,8 +24,8 @@
"@giscus/react": "^3.1.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/bundle-analyzer": "15.4.0-canary.3",
"@next/mdx": "15.4.0-canary.3",
"@next/bundle-analyzer": "15.4.0-canary.4",
"@next/mdx": "15.4.0-canary.4",
"@octokit/graphql": "^8.2.2",
"@octokit/graphql-schema": "^15.26.0",
"@t3-oss/env-nextjs": "^0.12.0",
@@ -39,8 +39,8 @@
"feed": "^4.2.2",
"geist": "^1.3.1",
"html-entities": "^2.6.0",
"lucide-react": "0.501.0",
"next": "15.4.0-canary.3",
"lucide-react": "0.503.0",
"next": "15.4.0-canary.4",
"polished": "^4.3.1",
"prop-types": "^15.8.1",
"react": "19.1.0",
@@ -66,7 +66,8 @@
"remark-mdx-frontmatter": "^5.1.0",
"remark-parse": "^11.0.0",
"remark-smartypants": "^3.0.2",
"resend": "^4.3.0",
"resend": "^4.4.0",
"server-only": "0.0.1",
"shiki": "^3.3.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
@@ -82,10 +83,10 @@
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@types/react-is": "^19.0.0",
"babel-plugin-react-compiler": "19.0.0-beta-ebf51a3-20250411",
"babel-plugin-react-compiler": "19.0.0-beta-af1b7da-20250417",
"cross-env": "^7.0.3",
"eslint": "^9.25.1",
"eslint-config-next": "15.4.0-canary.3",
"eslint-config-next": "15.4.0-canary.4",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-css-modules": "^2.12.0",
"eslint-plugin-import": "^2.31.0",
@@ -93,7 +94,7 @@
"eslint-plugin-mdx": "^3.4.1",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-compiler": "19.0.0-beta-ebf51a3-20250411",
"eslint-plugin-react-compiler": "19.0.0-beta-af1b7da-20250417",
"eslint-plugin-react-hooks": "^5.2.0",
"husky": "^9.1.7",
"lint-staged": "^15.5.1",
@@ -111,7 +112,7 @@
"engines": {
"node": ">=20.x"
},
"packageManager": "pnpm@10.8.1+sha512.c50088ba998c67b8ca8c99df8a5e02fd2ae2e2b29aaf238feaa9e124248d3f48f9fb6db2424949ff901cffbb5e0f0cc1ad6aedb602cd29450751d11c35023677",
"packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f",
"cacheDirectories": [
"node_modules",
".next/cache"