Skip to content

Commit

Permalink
Update shiki monorepo to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 18, 2025
1 parent 747ccd6 commit 7f4d625
Show file tree
Hide file tree
Showing 6 changed files with 120 additions and 56 deletions.
6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.8",
"@shikijs/rehype": "^2.4.1",
"@shikijs/twoslash": "^2.4.1",
"@shikijs/rehype": "^3.0.0",
"@shikijs/twoslash": "^3.0.0",
"@theguild/remark-mermaid": "^0.2.0",
"class-variance-authority": "^0.7.1",
"fumadocs-core": "workspace:*",
Expand All @@ -48,7 +48,7 @@
"remark-rehype": "^11.1.1",
"remark-stringify": "^11.0.0",
"scroll-into-view-if-needed": "^3.1.0",
"shiki": "^2.4.1",
"shiki": "^3.0.0",
"tailwind-merge": "^3.0.1",
"zod": "^3.24.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
"dependencies": {
"@formatjs/intl-localematcher": "^0.6.0",
"@orama/orama": "^2.1.1",
"@shikijs/rehype": "^2.4.1",
"@shikijs/transformers": "^2.4.1",
"@shikijs/rehype": "^3.0.0",
"@shikijs/transformers": "^3.0.0",
"github-slugger": "^2.0.0",
"hast-util-to-estree": "^3.1.1",
"hast-util-to-jsx-runtime": "^2.3.2",
Expand All @@ -101,7 +101,7 @@
"remark": "^15.0.0",
"remark-gfm": "^4.0.1",
"scroll-into-view-if-needed": "^3.1.0",
"shiki": "^2.4.1",
"shiki": "^3.0.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"react-hook-form": "^7.54.2",
"remark": "^15.0.1",
"remark-rehype": "^11.1.1",
"shiki": "^2.4.1",
"shiki": "^3.0.0",
"xml-js": "^1.6.11"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/twoslash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@radix-ui/react-popover": "^1.1.6",
"@shikijs/twoslash": "^2.4.1",
"@shikijs/twoslash": "^3.0.0",
"mdast-util-from-markdown": "^2.0.2",
"mdast-util-gfm": "^3.1.0",
"mdast-util-to-hast": "^13.2.0",
Expand All @@ -50,13 +50,13 @@
"@types/react": "^19.0.9",
"eslint-config-custom": "workspace:*",
"fumadocs-ui": "workspace:*",
"shiki": "^2.4.1",
"shiki": "^3.0.0",
"tsconfig": "workspace:*"
},
"peerDependencies": {
"fumadocs-ui": "^15.0.0",
"react": "18.x.x || 19.x.x",
"shiki": "1.x.x || 2.x.x"
"shiki": "3.x"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"mdast-util-from-markdown": "^2.0.2",
"mdast-util-gfm": "^3.1.0",
"mdast-util-to-hast": "^13.2.0",
"shiki": "^2.4.1",
"shiki": "^3.0.0",
"ts-morph": "^25.0.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 7f4d625

Please sign in to comment.