Update package version to 1.1.1, downgrade node-fetch to 2.7.0,

This commit is contained in:
simos
2025-07-08 12:53:03 +00:00
parent fbe2f356cf
commit 2de9766597
3 changed files with 34 additions and 88 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "claude-code-ui",
"version": "1.1.0",
"version": "1.1.1",
"description": "A web-based UI for Claude Code CLI",
"main": "server/index.js",
"scripts": {
@@ -40,7 +40,7 @@
"express": "^4.18.2",
"lucide-react": "^0.515.0",
"mime-types": "^3.0.1",
"node-fetch": "^3.3.2",
"node-fetch": "^2.7.0",
"node-pty": "^1.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",