feat: Update shiki to latest version, add code focus plugin

This commit is contained in:
Jesse Wierzbinski 2024-07-22 16:17:50 +02:00
parent bfa63e26a8
commit dd43542cea
No known key found for this signature in database
5 changed files with 111 additions and 22 deletions

View file

@ -18,7 +18,6 @@
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.5",
"@shikijs/rehype": "^1.11.0",
"@sindresorhus/slugify": "^2.2.1",
"@tailwindcss/typography": "^0.5.13",
"@types/mdx": "^2.0.13",
@ -42,7 +41,7 @@
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-mdx": "^3.0.1",
"shiki": "0.14.7",
"shiki": "^1.11.0",
"simple-functional-loader": "^1.2.1",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3",
@ -52,6 +51,7 @@
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@shikijs/transformers": "^1.11.0",
"eslint": "^9.7.0",
"eslint-config-next": "^14.2.5",
"prettier": "^3.3.3",