Skip to content

Commit b774ffb

Browse files
committed
chore: update dependencies
1 parent 4ca3f66 commit b774ffb

File tree

5 files changed

+205
-288
lines changed

5 files changed

+205
-288
lines changed

.changeset/six-waves-make.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
@@ -14,7 +14,7 @@
1414
"license": "MIT",
1515
"devDependencies": {
1616
"vitepress": "^2.0.0-alpha.12",
17-
"vitepress-plugin-group-icons": "^1.6.3",
17+
"vitepress-plugin-group-icons": "^1.6.4",
1818
"vitepress-plugin-llms": "^1.8.0"
1919
}
2020
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
"@commitlint/cli": "^20.1.0",
4747
"@commitlint/config-conventional": "^20.0.0",
4848
"@rollup/plugin-terser": "^0.4.4",
49-
"@rollup/plugin-typescript": "^12.1.4",
49+
"@rollup/plugin-typescript": "^12.3.0",
5050
"@types/node": "22",
51-
"@vitest/coverage-v8": "^3.2.4",
51+
"@vitest/coverage-v8": "^4.0.2",
5252
"c8": "^10.1.3",
5353
"cross-env": "^10.1.0",
5454
"eslint": "^9.38.0",
@@ -57,13 +57,13 @@
5757
"execa": "^9.6.0",
5858
"globals": "^16.4.0",
5959
"husky": "^9.1.7",
60-
"lint-staged": "^16.2.5",
60+
"lint-staged": "^16.2.6",
6161
"prettier": "^3.6.2",
6262
"rimraf": "^6.0.1",
6363
"rolldown": "1.0.0-beta.27",
6464
"tsx": "^4.20.6",
6565
"typescript": "^5.9.3",
6666
"typescript-eslint": "^8.46.2",
67-
"vitest": "^3.2.4"
67+
"vitest": "^4.0.2"
6868
}
6969
}

0 commit comments

Comments
 (0)