Skip to content

Commit 21e3c15

Browse files
committed
chore: update dependencies in package.json and package-lock.json
- Added `rimraf` and `typescript` as devDependencies. - Updated `package-lock.json` to reflect new dependencies and their versions. - Included additional dev dependencies such as `glob`, `minimatch`, and `minipass` with their respective versions.
1 parent 5e0ae88 commit 21e3c15

File tree

2 files changed

+138
-1
lines changed

2 files changed

+138
-1
lines changed

mcp-server/package-lock.json

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

mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@release-it/conventional-changelog": "^10.0.0",
3636
"rimraf": "^6.0.1",
37-
"typescript": "^5.8.2"
37+
"typescript": "^5.8.2",
3838
"release-it": "^19.0.3",
3939
"vitest": "^4.0.18"
4040
}

0 commit comments

Comments
 (0)