create-kofi-stack 1.2.0 → 1.2.1
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.
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4170,9 +4170,9 @@ async function generateFumadocsPackageJson(docsDir) {
|
|
|
4170
4170
|
next: "^16.0.0",
|
|
4171
4171
|
react: "^19.0.0",
|
|
4172
4172
|
"react-dom": "^19.0.0",
|
|
4173
|
-
"fumadocs-core": "^
|
|
4174
|
-
"fumadocs-mdx": "^
|
|
4175
|
-
"fumadocs-ui": "^
|
|
4173
|
+
"fumadocs-core": "^16.0.0",
|
|
4174
|
+
"fumadocs-mdx": "^14.0.0",
|
|
4175
|
+
"fumadocs-ui": "^16.0.0",
|
|
4176
4176
|
"@repo/ui": "workspace:*"
|
|
4177
4177
|
},
|
|
4178
4178
|
devDependencies: {
|