create-mcp-use-app 0.7.1 → 0.7.2-canary.0

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.
@@ -27,27 +27,27 @@
27
27
  "deploy": "mcp-use deploy"
28
28
  },
29
29
  "dependencies": {
30
- "@openai/apps-sdk-ui": "^0.1.0",
31
- "@tanstack/react-query": "^5.0.0",
30
+ "@openai/apps-sdk-ui": "^0.2.0",
31
+ "@tanstack/react-query": "^5.90.11",
32
32
  "cors": "^2.8.5",
33
- "express": "^4.18.0",
33
+ "express": "^5.1.0",
34
34
  "mcp-use": "workspace:*",
35
- "node-mocks-http": "^1.16.2",
35
+ "node-mocks-http": "^1.17.2",
36
36
  "react": "^19.2.0",
37
37
  "react-dom": "^19.2.0",
38
38
  "react-router": "^7.9.6",
39
- "react-router-dom": "^7.9.5",
40
- "tailwindcss": "^4.0.0",
41
- "zod": "^4.1.12"
39
+ "react-router-dom": "^7.9.6",
40
+ "tailwindcss": "^4.1.17",
41
+ "zod": "^4.1.13"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@tailwindcss/vite": "^4.1.17",
45
- "@types/node": "^20.0.0",
46
- "@types/react": "^19.2.2",
47
- "@types/react-dom": "^19.2.2",
45
+ "@types/node": "^24.10.1",
46
+ "@types/react": "^19.2.7",
47
+ "@types/react-dom": "^19.2.3",
48
48
  "@vitejs/plugin-react": "^5.1.1",
49
- "tsx": "^4.20.6",
50
- "typescript": "^5.0.0",
49
+ "tsx": "^4.21.0",
50
+ "typescript": "^5.9.3",
51
51
  "vite": "^7.2.4"
52
52
  },
53
53
  "overrides": {
@@ -25,23 +25,23 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "cors": "^2.8.5",
28
- "express": "^4.18.0",
28
+ "express": "^5.1.0",
29
29
  "mcp-use": "workspace:*",
30
- "node-mocks-http": "^1.16.2",
30
+ "node-mocks-http": "^1.17.2",
31
31
  "react": "^19.2.0",
32
32
  "react-dom": "^19.2.0",
33
- "react-router-dom": "^7.9.5",
34
- "tailwindcss": "^4.0.0",
35
- "zod": "^4.1.12"
33
+ "react-router-dom": "^7.9.6",
34
+ "tailwindcss": "^4.1.17",
35
+ "zod": "^4.1.13"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@tailwindcss/vite": "^4.1.17",
39
- "@types/node": "^20.0.0",
40
- "@types/react": "^19.2.2",
41
- "@types/react-dom": "^19.2.2",
39
+ "@types/node": "^24.10.1",
40
+ "@types/react": "^19.2.7",
41
+ "@types/react-dom": "^19.2.3",
42
42
  "@vitejs/plugin-react": "^5.1.1",
43
- "tsx": "^4.20.6",
44
- "typescript": "^5.0.0",
43
+ "tsx": "^4.21.0",
44
+ "typescript": "^5.9.3",
45
45
  "vite": "^7.2.4"
46
46
  },
47
47
  "overrides": {
@@ -28,23 +28,23 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "cors": "^2.8.5",
31
- "express": "^4.18.0",
31
+ "express": "^5.1.0",
32
32
  "mcp-use": "workspace:*",
33
- "node-mocks-http": "^1.16.2",
33
+ "node-mocks-http": "^1.17.2",
34
34
  "react": "^19.2.0",
35
35
  "react-dom": "^19.2.0",
36
- "react-router-dom": "^7.9.5",
37
- "tailwindcss": "^4.0.0",
38
- "zod": "^4.1.12"
36
+ "react-router-dom": "^7.9.6",
37
+ "tailwindcss": "^4.1.17",
38
+ "zod": "^4.1.13"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@tailwindcss/vite": "^4.1.17",
42
- "@types/node": "^20.0.0",
43
- "@types/react": "^19.2.2",
44
- "@types/react-dom": "^19.2.2",
42
+ "@types/node": "^24.10.1",
43
+ "@types/react": "^19.2.7",
44
+ "@types/react-dom": "^19.2.3",
45
45
  "@vitejs/plugin-react": "^5.1.1",
46
- "tsx": "^4.20.6",
47
- "typescript": "^5.0.0",
46
+ "tsx": "^4.21.0",
47
+ "typescript": "^5.9.3",
48
48
  "vite": "^7.2.4"
49
49
  },
50
50
  "overrides": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-mcp-use-app",
3
- "version": "0.7.1",
3
+ "version": "0.7.2-canary.0",
4
4
  "type": "module",
5
5
  "description": "Create MCP-Use apps with one command",
6
6
  "author": "mcp-use, Inc.",
@@ -36,18 +36,18 @@
36
36
  "node": ">=18.0.0"
37
37
  },
38
38
  "dependencies": {
39
- "commander": "^11.0.0",
40
- "chalk": "^5.3.0",
41
- "fs-extra": "^11.2.0",
42
- "inquirer": "^9.3.8",
43
- "ora": "^8.2.0"
39
+ "chalk": "^5.6.2",
40
+ "commander": "^14.0.2",
41
+ "fs-extra": "^11.3.2",
42
+ "inquirer": "^13.0.1",
43
+ "ora": "^9.0.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@types/node": "^20.0.0",
47
46
  "@types/fs-extra": "^11.0.4",
48
47
  "@types/inquirer": "^9.0.9",
49
- "typescript": "^5.0.0",
50
- "vitest": "^1.0.0"
48
+ "@types/node": "^24.10.1",
49
+ "typescript": "^5.9.3",
50
+ "vitest": "^4.0.14"
51
51
  },
52
52
  "publishConfig": {
53
53
  "access": "public"