Skip to content

Commit 411f0bc

Browse files
Upgrade @modelcontextprotocol/ext-apps to ^1.1.1 (#85)
Brings devkit in line with mcp-server which already upgraded to 1.1.0 for the Prisma security fix. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 60edd79 commit 411f0bc

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Unreleased
22

3+
### Dependencies
4+
5+
- Upgrade `@modelcontextprotocol/ext-apps` from `^1.0.1` to `^1.1.1`
6+
37
## 0.5.0 - 2026-02-24
48

59
### Features Added

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
],
5151
"dependencies": {
5252
"@mcp-ui/server": "^5.13.1",
53-
"@modelcontextprotocol/ext-apps": "^1.0.1",
53+
"@modelcontextprotocol/ext-apps": "^1.1.1",
5454
"@modelcontextprotocol/sdk": "^1.26.0",
5555
"@opentelemetry/api": "^1.9.0",
5656
"@opentelemetry/auto-instrumentations-node": "^0.56.0",
@@ -78,13 +78,13 @@
7878
"globals": "^16.3.0",
7979
"husky": "^9.0.0",
8080
"lint-staged": "^16.1.0",
81+
"patch-package": "^8.0.1",
8182
"plop": "^4.0.1",
8283
"prettier": "^3.0.0",
8384
"tshy": "^3.0.2",
8485
"typescript": "^5.8.3",
8586
"typescript-eslint": "^8.42.0",
86-
"vitest": "^3.2.4",
87-
"patch-package": "^8.0.1"
87+
"vitest": "^3.2.4"
8888
},
8989
"prettier": {
9090
"singleQuote": true,

0 commit comments

Comments
 (0)