mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-09-20 16:55:32 -04:00
switch to shiki for syntax highlighting
This commit is contained in:
+7
-6
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user