switch to shiki for syntax highlighting

This commit is contained in:
2025-03-15 21:19:57 -04:00
parent bc65285c08
commit 7c4144a1e7
32 changed files with 577 additions and 482 deletions
+7 -6
View File
@@ -22,9 +22,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.9",
"@next/mdx": "15.3.0-canary.9",
"@next/third-parties": "15.3.0-canary.9",
"@next/bundle-analyzer": "15.3.0-canary.10",
"@next/mdx": "15.3.0-canary.10",
"@next/third-parties": "15.3.0-canary.10",
"@octokit/graphql": "^8.2.1",
"@octokit/graphql-schema": "^15.26.0",
"@prisma/client": "^6.5.0",
@@ -38,7 +38,7 @@
"html-entities": "^2.5.2",
"lucide-react": "0.482.0",
"modern-normalize": "^3.0.1",
"next": "15.3.0-canary.9",
"next": "15.3.0-canary.10",
"obj-str": "^1.1.0",
"p-map": "^7.0.3",
"p-memoize": "^7.1.1",
@@ -53,7 +53,7 @@
"react-turnstile": "^1.1.4",
"react-tweet": "^3.2.2",
"rehype-mdx-import-media": "^1.2.0",
"rehype-prism-plus": "^2.0.0",
"rehype-pretty-code": "^0.14.1",
"rehype-sanitize": "^6.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
@@ -63,6 +63,7 @@
"remark-rehype": "^11.1.1",
"remark-smartypants": "^3.0.2",
"resend": "^4.1.2",
"shiki": "^3.2.1",
"unified": "^11.0.5",
"zod": "^3.24.2"
},
@@ -79,7 +80,7 @@
"@types/react-is": "^19.0.0",
"cross-env": "^7.0.3",
"eslint": "^9.22.0",
"eslint-config-next": "15.3.0-canary.9",
"eslint-config-next": "15.3.0-canary.10",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-css-modules": "^2.12.0",
"eslint-plugin-import": "^2.31.0",