Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit 3cc9e23

Browse files
jaybarlowdmahlowNeuralEmpowerment
committed
Integrate theme selector with MCP enhancements
- Theme selector: light/dark mode switching (credit: @dmahlow from PR winfunc#89) - MCP enhancements: improved command execution (credit: @NeuralEmpowerment from 0ba930e) - Integration work: resolved conflicts and ensured compatibility Co-authored-by: dmahlow <dmahlow@users.noreply.github.com> Co-authored-by: NeuralEmpowerment <neuralempowerment@users.noreply.github.com>
1 parent 12f0c2e commit 3cc9e23

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bun.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"tailwind-merge": "^2.6.0",
4545
"tailwindcss": "^4.1.8",
4646
"zod": "^3.24.1",
47+
"zustand": "^5.0.6",
4748
},
4849
"devDependencies": {
4950
"@tauri-apps/cli": "^2",
@@ -1021,6 +1022,8 @@
10211022

10221023
"zod": ["zod@3.25.67", "", {}, "sha512-idA2YXwpCdqUSKRCACDE6ItZD9TZzy3OZMtpfLoh6oPR47lipysRrJfjzMqFxQ3uJuUPyUeWe1r9vLH33xO/Qw=="],
10231024

1025+
"zustand": ["zustand@5.0.6", "", { "peerDependencies": { "@types/react": ">=18.0.0", "immer": ">=9.0.6", "react": ">=18.0.0", "use-sync-external-store": ">=1.2.0" }, "optionalPeers": ["@types/react", "immer", "react", "use-sync-external-store"] }, "sha512-ihAqNeUVhe0MAD+X8M5UzqyZ9k3FFZLBTtqo6JLPwV53cbRB/mJwBI0PxcIgqhBBHlEs8G45OTDTMq3gNcLq3A=="],
1026+
10241027
"zwitch": ["zwitch@2.0.4", "", {}, "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A=="],
10251028

10261029
"@babel/core/semver": ["semver@6.3.1", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA=="],

0 commit comments

Comments
 (0)