Skip to content

Commit c7f9398

Browse files
mrw-rldines-rl
andauthored
fix: upgrades a dependency with an override (#94)
Co-authored-by: Alexander Dines <160077924+dines-rl@users.noreply.github.com>
1 parent ca77634 commit c7f9398

4 files changed

Lines changed: 121 additions & 85 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules/
2+
.claude/
23
.vscode
34
dist/
45
*.log

package.json

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -67,44 +67,49 @@
6767
"access": "public"
6868
},
6969
"dependencies": {
70-
"@modelcontextprotocol/sdk": "^1.19.1",
70+
"@modelcontextprotocol/sdk": "^1.25.3",
7171
"@runloop/api-client": "1.6.0",
72-
"@types/express": "^5.0.3",
73-
"chalk": "^5.3.0",
74-
"commander": "^14.0.1",
72+
"@types/express": "^5.0.6",
73+
"chalk": "^5.6.2",
74+
"commander": "^14.0.2",
7575
"conf": "^15.0.2",
7676
"dotenv": "^17.2.3",
77-
"express": "^5.1.0",
77+
"express": "^5.2.1",
7878
"figures": "^6.1.0",
7979
"gradient-string": "^3.0.0",
80-
"ink": "^6.3.1",
80+
"ink": "^6.6.0",
8181
"ink-big-text": "^2.0.0",
8282
"ink-gradient": "^3.0.0",
8383
"ink-link": "^5.0.0",
8484
"ink-spinner": "^5.0.0",
8585
"ink-text-input": "^6.0.0",
8686
"react": "19.2.0",
87-
"yaml": "^2.8.1",
88-
"zustand": "^5.0.2"
87+
"yaml": "^2.8.2",
88+
"zustand": "^5.0.10"
89+
},
90+
"pnpm": {
91+
"overrides": {
92+
"tmp": "^0.2.5"
93+
}
8994
},
9095
"devDependencies": {
9196
"@anthropic-ai/mcpb": "^2.1.2",
92-
"@types/jest": "^29.5.0",
93-
"@types/node": "^22.7.9",
94-
"@types/react": "^19.2.2",
95-
"@typescript-eslint/eslint-plugin": "^8.46.0",
96-
"@typescript-eslint/parser": "^8.46.0",
97+
"@types/jest": "^29.5.14",
98+
"@types/node": "^22.19.7",
99+
"@types/react": "^19.2.10",
100+
"@typescript-eslint/eslint-plugin": "^8.54.0",
101+
"@typescript-eslint/parser": "^8.54.0",
97102
"esbuild": "^0.27.2",
98-
"eslint": "^9.37.0",
103+
"eslint": "^9.39.2",
99104
"eslint-plugin-react": "^7.37.5",
100105
"eslint-plugin-react-hooks": "^6.1.1",
101-
"globals": "^16.4.0",
106+
"globals": "^16.5.0",
102107
"husky": "^9.1.7",
103108
"ink-testing-library": "^4.0.0",
104109
"jest": "^29.7.0",
105-
"prettier": "^3.6.2",
106-
"ts-jest": "^29.1.0",
107-
"ts-node": "^10.9.0",
108-
"typescript": "^5.6.3"
110+
"prettier": "^3.8.1",
111+
"ts-jest": "^29.4.6",
112+
"ts-node": "^10.9.2",
113+
"typescript": "^5.9.3"
109114
}
110115
}

pnpm-lock.yaml

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

src/mcp/index.js

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

0 commit comments

Comments
 (0)