fumadocs-core 12.5.4 → 12.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fumadocs-core",
3
- "version": "12.5.4",
3
+ "version": "12.5.5",
4
4
  "description": "The library for building a documentation website in Next.js",
5
5
  "keywords": [
6
6
  "NextJs",
@@ -127,8 +127,8 @@
127
127
  ],
128
128
  "dependencies": {
129
129
  "@formatjs/intl-localematcher": "^0.5.4",
130
- "@shikijs/rehype": "^1.10.3",
131
- "@shikijs/transformers": "^1.10.3",
130
+ "@shikijs/rehype": "^1.11.0",
131
+ "@shikijs/transformers": "^1.11.0",
132
132
  "flexsearch": "0.7.21",
133
133
  "github-slugger": "^2.0.0",
134
134
  "negotiator": "^0.6.3",
@@ -138,7 +138,7 @@
138
138
  "remark-gfm": "^4.0.0",
139
139
  "remark-mdx": "^3.0.1",
140
140
  "scroll-into-view-if-needed": "^3.1.0",
141
- "shiki": "^1.10.3",
141
+ "shiki": "^1.11.0",
142
142
  "swr": "^2.2.5",
143
143
  "unist-util-visit": "^5.0.0"
144
144
  },