Skip to content

Commit bfd07be

Browse files
committed
chore: update dependencies
1 parent 405b805 commit bfd07be

File tree

5 files changed

+86
-63
lines changed

5 files changed

+86
-63
lines changed

.changeset/fifty-oranges-repeat.md

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
],
4343
"devDependencies": {
4444
"@biomejs/biome": "2.3.7",
45-
"@changesets/changelog-github": "^0.5.1",
46-
"@changesets/cli": "^2.29.7",
45+
"@changesets/changelog-github": "^0.5.2",
46+
"@changesets/cli": "^2.29.8",
4747
"@commitlint/cli": "^20.1.0",
4848
"@commitlint/config-conventional": "^20.0.0",
4949
"@rollup/plugin-terser": "^0.4.4",
@@ -59,7 +59,7 @@
5959
"globals": "^16.5.0",
6060
"husky": "^9.1.7",
6161
"lint-staged": "^16.2.7",
62-
"prettier": "^3.6.2",
62+
"prettier": "^3.7.2",
6363
"rimraf": "^6.1.2",
6464
"rolldown": "1.0.0-beta.27",
6565
"tsx": "^4.20.6",

packages/create-mcp-kit/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,12 @@
3030
"access": "public"
3131
},
3232
"license": "MIT",
33-
"files": ["dist", "template", "LICENSE", "README.md"],
33+
"files": [
34+
"dist",
35+
"template",
36+
"LICENSE",
37+
"README.md"
38+
],
3439
"repository": {
3540
"type": "git",
3641
"url": "git+https://github.com/my-mcp-hub/mcp-kit.git"

packages/shared/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@
2929
"access": "public"
3030
},
3131
"license": "MIT",
32-
"files": ["dist", "LICENSE", "README.md"],
32+
"files": [
33+
"dist",
34+
"LICENSE",
35+
"README.md"
36+
],
3337
"repository": {
3438
"type": "git",
3539
"url": "git+https://github.com/my-mcp-hub/mcp-kit.git"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)