create-fumapress 0.0.6 → 0.0.7

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.mjs +6 -6
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -6,9 +6,9 @@ import { Command } from "commander";
6
6
  import { x } from "tinyexec";
7
7
  //#region ../create-fumapress-versions/package.json
8
8
  var dependencies = {
9
- "fumadocs-core": "^16.8.11",
10
- "fumadocs-mdx": "^15.0.6",
11
- "fumadocs-ui": "^16.8.11",
9
+ "fumadocs-core": "^16.8.12",
10
+ "fumadocs-mdx": "^15.0.7",
11
+ "fumadocs-ui": "^16.8.12",
12
12
  "fumapress": "workspace:*",
13
13
  "react": "^19.2.6",
14
14
  "react-dom": "^19.2.6",
@@ -18,8 +18,8 @@ var dependencies = {
18
18
  var devDependencies = {
19
19
  "@tailwindcss/vite": "^4.3.0",
20
20
  "@types/mdx": "^2.0.13",
21
- "@types/node": "^25.8.0",
22
- "@types/react": "^19.2.14",
21
+ "@types/node": "^25.9.1",
22
+ "@types/react": "^19.2.15",
23
23
  "@types/react-dom": "^19.2.3",
24
24
  "tailwindcss": "^4.3.0",
25
25
  "typescript": "^6.0.3",
@@ -27,7 +27,7 @@ var devDependencies = {
27
27
  };
28
28
  //#endregion
29
29
  //#region ../core/package.json
30
- var version = "0.3.1";
30
+ var version = "0.4.0";
31
31
  //#endregion
32
32
  //#region src/index.ts
33
33
  const packageManagers = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-fumapress",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "Initialize a Fumapress app",
5
5
  "keywords": [
6
6
  "Docs",
@@ -32,7 +32,7 @@
32
32
  "tinyexec": "^1.1.2"
33
33
  },
34
34
  "devDependencies": {
35
- "@types/node": "^25.8.0",
35
+ "@types/node": "^25.9.1",
36
36
  "tsdown": "0.22.0",
37
37
  "typescript": "^6.0.3"
38
38
  },