Skip to content

Commit 742fd8e

Browse files
committed
Bump TS SDK to latest + npm audit fix
* In package.json under cli/, client/, server/ and / - bump @modelcontextprotocol/sdk to ^1.20.1 * In client/package.json - bump @vitejs/plugin-react to ^5.0.4 - bump vite to ^7.1.11 * In package-lock.json - bump playwright to 1.56.1 - cascading changes to rollup and other dependencies
1 parent dced81d commit 742fd8e

File tree

5 files changed

+708
-557
lines changed

5 files changed

+708
-557
lines changed

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"devDependencies": {},
2626
"dependencies": {
27-
"@modelcontextprotocol/sdk": "^1.18.0",
27+
"@modelcontextprotocol/sdk": "^1.20.1",
2828
"commander": "^13.1.0",
2929
"spawn-rx": "^5.1.2"
3030
}

client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"cleanup:e2e": "node e2e/global-teardown.js"
2626
},
2727
"dependencies": {
28-
"@modelcontextprotocol/sdk": "^1.18.0",
28+
"@modelcontextprotocol/sdk": "^1.20.1",
2929
"@radix-ui/react-checkbox": "^1.1.4",
3030
"@radix-ui/react-dialog": "^1.1.3",
3131
"@radix-ui/react-icons": "^1.3.0",
@@ -61,7 +61,7 @@
6161
"@types/react": "^18.3.23",
6262
"@types/react-dom": "^18.3.0",
6363
"@types/serve-handler": "^6.1.4",
64-
"@vitejs/plugin-react": "^4.7.0",
64+
"@vitejs/plugin-react": "^5.0.4",
6565
"autoprefixer": "^10.4.20",
6666
"co": "^4.6.0",
6767
"eslint": "^9.11.1",
@@ -77,6 +77,6 @@
7777
"ts-jest": "^29.4.0",
7878
"typescript": "^5.5.3",
7979
"typescript-eslint": "^8.38.0",
80-
"vite": "^6.3.5"
80+
"vite": "^7.1.11"
8181
}
8282
}

0 commit comments

Comments
 (0)