create-fumapress 0.0.9 → 0.0.11

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 +5 -5
package/dist/index.mjs CHANGED
@@ -10,23 +10,23 @@ var dependencies = {
10
10
  "fumadocs-mdx": "^15.0.10",
11
11
  "fumadocs-ui": "^16.9.3",
12
12
  "fumapress": "workspace:*",
13
- "react": "^19.2.6",
14
- "react-dom": "^19.2.6",
15
- "react-server-dom-webpack": "^19.2.6",
16
- "waku": "1.0.0-beta.1"
13
+ "react": "^19.2.7",
14
+ "react-dom": "^19.2.7",
15
+ "react-server-dom-webpack": "^19.2.7",
16
+ "waku": "1.0.0-beta.2"
17
17
  };
18
18
  var devDependencies = {
19
19
  "@tailwindcss/vite": "^4.3.0",
20
20
  "@types/mdx": "^2.0.13",
21
21
  "@types/node": "^25.9.1",
22
- "@types/react": "^19.2.15",
22
+ "@types/react": "^19.2.16",
23
23
  "@types/react-dom": "^19.2.3",
24
24
  "tailwindcss": "^4.3.0",
25
25
  "typescript": "^6.0.3"
26
26
  };
27
27
  //#endregion
28
28
  //#region ../core/package.json
29
- var version = "0.5.1";
29
+ var version = "0.5.3";
30
30
  //#endregion
31
31
  //#region src/index.ts
32
32
  const packageManagers = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-fumapress",
3
- "version": "0.0.9",
3
+ "version": "0.0.11",
4
4
  "description": "Initialize a Fumapress app",
5
5
  "keywords": [
6
6
  "Docs",
@@ -27,13 +27,13 @@
27
27
  "access": "public"
28
28
  },
29
29
  "dependencies": {
30
- "@clack/prompts": "^1.4.0",
31
- "commander": "^14.0.3",
32
- "tinyexec": "^1.2.2"
30
+ "@clack/prompts": "^1.5.1",
31
+ "commander": "^15.0.0",
32
+ "tinyexec": "^1.2.4"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/node": "^25.9.1",
36
- "tsdown": "0.22.0",
36
+ "tsdown": "0.22.1",
37
37
  "typescript": "^6.0.3"
38
38
  },
39
39
  "scripts": {