more caching and error handling

This commit is contained in:
2025-03-24 11:45:48 -04:00
parent 8890c1d08d
commit d3250bd00e
18 changed files with 335 additions and 327 deletions
+11 -10
View File
@@ -24,9 +24,9 @@
"@giscus/react": "^3.1.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/bundle-analyzer": "15.3.0-canary.17",
"@next/mdx": "15.3.0-canary.17",
"@next/third-parties": "15.3.0-canary.17",
"@next/bundle-analyzer": "15.3.0-canary.19",
"@next/mdx": "15.3.0-canary.19",
"@next/third-parties": "15.3.0-canary.19",
"@octokit/graphql": "^8.2.1",
"@octokit/graphql-schema": "^15.26.0",
"@prisma/client": "^6.5.0",
@@ -37,10 +37,10 @@
"fast-glob": "^3.3.3",
"feed": "^4.2.2",
"geist": "^1.3.1",
"html-entities": "^2.5.2",
"html-entities": "^2.5.3",
"lucide-react": "0.483.0",
"modern-normalize": "^3.0.1",
"next": "15.3.0-canary.17",
"next": "15.3.0-canary.19",
"obj-str": "^1.1.0",
"polished": "^4.3.1",
"prop-types": "^15.8.1",
@@ -51,6 +51,7 @@
"react-is": "19.0.0",
"react-schemaorg": "^2.0.0",
"react-textarea-autosize": "^8.5.8",
"react-timeago": "^8.0.0",
"react-turnstile": "^1.1.4",
"react-tweet": "^3.2.2",
"rehype-mdx-import-media": "^1.2.0",
@@ -60,7 +61,7 @@
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-html": "^16.0.1",
"remark-mdx-frontmatter": "^5.0.0",
"remark-mdx-frontmatter": "^5.1.0",
"remark-parse": "^11.0.0",
"remark-smartypants": "^3.0.2",
"resend": "^4.1.2",
@@ -69,8 +70,8 @@
"zod": "^3.24.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.0",
"@eslint/js": "^9.22.0",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.23.0",
"@jakejarvis/eslint-config": "^4.0.7",
"@types/comma-number": "^2.1.2",
"@types/mdx": "^2.0.13",
@@ -81,8 +82,8 @@
"@types/react-is": "^19.0.0",
"babel-plugin-react-compiler": "19.0.0-beta-3229e95-20250315",
"cross-env": "^7.0.3",
"eslint": "^9.22.0",
"eslint-config-next": "15.3.0-canary.17",
"eslint": "^9.23.0",
"eslint-config-next": "15.3.0-canary.19",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-css-modules": "^2.12.0",
"eslint-plugin-import": "^2.31.0",