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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. 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": "^15.0.0",
4174
- "fumadocs-mdx": "^15.0.0",
4175
- "fumadocs-ui": "^15.0.0",
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: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-kofi-stack",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Scaffold opinionated full-stack projects with Next.js, Convex, Better-Auth, and more",
5
5
  "type": "module",
6
6
  "bin": {