Skip to content

Commit c7ebca8

Browse files
Bump the npm-production group with 3 updates
Bumps the npm-production group with 3 updates: [react](https://github.com/facebook/react/tree/HEAD/packages/react), [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk). Updates `react` from 19.2.0 to 19.2.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.1/packages/react) Updates `react-dom` from 19.2.0 to 19.2.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.1/packages/react-dom) Updates `@modelcontextprotocol/sdk` from 1.24.0 to 1.24.3 - [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases) - [Commits](modelcontextprotocol/typescript-sdk@1.24.0...1.24.3) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production - dependency-name: react-dom dependency-version: 19.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production - dependency-name: "@modelcontextprotocol/sdk" dependency-version: 1.24.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 28c2152 commit c7ebca8

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"lint:fix": "eslint . --fix"
1919
},
2020
"dependencies": {
21-
"@modelcontextprotocol/sdk": "^1.24.0",
21+
"@modelcontextprotocol/sdk": "^1.24.3",
2222
"@turn-based-mcp/shared": "file:../shared"
2323
},
2424
"devDependencies": {

package-lock.json

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

web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"@turn-based-mcp/shared": "file:../shared",
2424
"clsx": "^2.1.0",
2525
"next": "^16.0.7",
26-
"react": "^19.1.1",
27-
"react-dom": "^19.2.0",
26+
"react": "^19.2.1",
27+
"react-dom": "^19.2.1",
2828
"sqlite3": "^5.1.7",
2929
"tailwind-merge": "^3.3.1",
3030
"three": "^0.181.2"

0 commit comments

Comments
 (0)