| 
1 | 1 | {  | 
2 | 2 |   "name": "@modelcontextprotocol/inspector-client",  | 
3 |  | -  "version": "0.16.6",  | 
 | 3 | +  "version": "0.17.0",  | 
4 | 4 |   "description": "Client-side application for the Model Context Protocol inspector",  | 
5 | 5 |   "license": "MIT",  | 
6 | 6 |   "author": "Anthropic, PBC (https://anthropic.com)",  | 
 | 
25 | 25 |     "cleanup:e2e": "node e2e/global-teardown.js"  | 
26 | 26 |   },  | 
27 | 27 |   "dependencies": {  | 
28 |  | -    "@modelcontextprotocol/sdk": "^1.17.5",  | 
 | 28 | +    "@modelcontextprotocol/sdk": "^1.18.0",  | 
29 | 29 |     "@radix-ui/react-checkbox": "^1.1.4",  | 
30 | 30 |     "@radix-ui/react-dialog": "^1.1.3",  | 
31 | 31 |     "@radix-ui/react-icons": "^1.3.0",  | 
32 | 32 |     "@radix-ui/react-label": "^2.1.0",  | 
33 | 33 |     "@radix-ui/react-popover": "^1.1.3",  | 
34 | 34 |     "@radix-ui/react-select": "^2.1.2",  | 
35 | 35 |     "@radix-ui/react-slot": "^1.1.0",  | 
 | 36 | +    "@radix-ui/react-switch": "^1.2.6",  | 
36 | 37 |     "@radix-ui/react-tabs": "^1.1.1",  | 
37 | 38 |     "@radix-ui/react-toast": "^1.2.6",  | 
38 | 39 |     "@radix-ui/react-tooltip": "^1.1.8",  | 
 | 
69 | 70 |     "globals": "^15.9.0",  | 
70 | 71 |     "jest": "^29.7.0",  | 
71 | 72 |     "jest-environment-jsdom": "^29.7.0",  | 
 | 73 | +    "jest-fixed-jsdom": "^0.0.9",  | 
72 | 74 |     "postcss": "^8.5.6",  | 
73 | 75 |     "tailwindcss": "^3.4.13",  | 
74 | 76 |     "tailwindcss-animate": "^1.0.7",  | 
 | 
0 commit comments