Skip to content

Commit 6307546

Browse files
fix: resolve dependency conflict preventing npx @modelcontextprotocol/inspector from running
Updated @radix-ui/react-tooltip from 1.1.8 to 1.2.7 to resolve peer dependency conflicts that were causing installation failures when running the inspector via npx. The older version had incompatible peer dependencies with other packages in the project. 🤖 Generated with Claude Code Co-Authored-By: Claude <[email protected]>
1 parent e364273 commit 6307546

File tree

2 files changed

+182
-12
lines changed

2 files changed

+182
-12
lines changed

client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"dependencies": {
2626
"@modelcontextprotocol/sdk": "^1.11.5",
2727
"@radix-ui/react-checkbox": "^1.1.4",
28-
"ajv": "^6.12.6",
2928
"@radix-ui/react-dialog": "^1.1.3",
3029
"@radix-ui/react-icons": "^1.3.0",
3130
"@radix-ui/react-label": "^2.1.0",
@@ -34,7 +33,8 @@
3433
"@radix-ui/react-slot": "^1.1.0",
3534
"@radix-ui/react-tabs": "^1.1.1",
3635
"@radix-ui/react-toast": "^1.2.6",
37-
"@radix-ui/react-tooltip": "^1.1.8",
36+
"@radix-ui/react-tooltip": "^1.2.7",
37+
"ajv": "^6.12.6",
3838
"class-variance-authority": "^0.7.0",
3939
"clsx": "^2.1.1",
4040
"cmdk": "^1.0.4",

package-lock.json

Lines changed: 180 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)