Skip to content

Commit 45c7b2a

Browse files
committed
chore: update dependencies
1 parent 76e2b60 commit 45c7b2a

File tree

4 files changed

+210
-202
lines changed

4 files changed

+210
-202
lines changed

.changeset/calm-dryers-try.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@mcp-tool-kit/shared': patch
3+
---
4+
5+
chore: update dependencies

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"devDependencies": {
1616
"vitepress": "^2.0.0-alpha.12",
1717
"vitepress-plugin-group-icons": "^1.6.3",
18-
"vitepress-plugin-llms": "^1.7.5"
18+
"vitepress-plugin-llms": "^1.8.0"
1919
}
2020
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,23 +48,23 @@
4848
"@rollup/plugin-terser": "^0.4.4",
4949
"@rollup/plugin-typescript": "^12.1.4",
5050
"@types/node": "22",
51-
"@typescript-eslint/eslint-plugin": "^8.44.1",
52-
"@typescript-eslint/parser": "^8.44.1",
51+
"@typescript-eslint/eslint-plugin": "^8.45.0",
52+
"@typescript-eslint/parser": "^8.45.0",
5353
"@vitest/coverage-v8": "^3.2.4",
5454
"c8": "^10.1.3",
55-
"cross-env": "^10.0.0",
56-
"eslint": "^9.36.0",
55+
"cross-env": "^10.1.0",
56+
"eslint": "^9.37.0",
5757
"eslint-plugin-import": "^2.32.0",
5858
"eslint-plugin-prettier": "^5.5.4",
5959
"execa": "^9.6.0",
6060
"globals": "^16.4.0",
6161
"husky": "^9.1.7",
62-
"lint-staged": "^16.2.0",
62+
"lint-staged": "^16.2.3",
6363
"prettier": "^3.6.2",
6464
"rimraf": "^6.0.1",
6565
"rolldown": "1.0.0-beta.27",
66-
"tsx": "^4.20.5",
67-
"typescript": "^5.9.2",
66+
"tsx": "^4.20.6",
67+
"typescript": "^5.9.3",
6868
"vitest": "^3.2.4"
6969
}
7070
}

0 commit comments

Comments
 (0)