Skip to content

Commit bedc7da

Browse files
Bump the npm-development group with 2 updates
Bumps the npm-development group with 2 updates: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). Updates `typescript-eslint` from 8.47.0 to 8.48.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.0/packages/typescript-eslint) Updates `@types/react` from 19.2.6 to 19.2.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.48.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: "@types/react" dependency-version: 19.2.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b782c50 commit bedc7da

File tree

5 files changed

+75
-106
lines changed

5 files changed

+75
-106
lines changed

mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@eslint/js": "^9.39.1",
2626
"@vitest/ui": "^3.2.4",
2727
"typescript": "^5.9.3",
28-
"typescript-eslint": "^8.47.0",
28+
"typescript-eslint": "^8.48.0",
2929
"vitest": "^3.2.4"
3030
}
3131
}

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@vitest/ui": "^3.2.4",
3333
"eslint": "^9.39.1",
3434
"typescript": "^5.9.3",
35-
"typescript-eslint": "^8.47.0",
35+
"typescript-eslint": "^8.48.0",
3636
"vitest": "^3.2.4"
3737
},
3838
"engines": {

shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"eslint": "^9.39.1",
4141
"fix-esm-import-path": "^1.10.3",
4242
"typescript": "^5.9.3",
43-
"typescript-eslint": "^8.47.0",
43+
"typescript-eslint": "^8.48.0",
4444
"vitest": "^3.2.4"
4545
},
4646
"dependencies": {

web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@testing-library/jest-dom": "^6.9.1",
3636
"@testing-library/react": "^16.3.0",
3737
"@testing-library/user-event": "^14.6.1",
38-
"@types/react": "^19.2.6",
38+
"@types/react": "^19.2.7",
3939
"@types/react-dom": "^19.2.3",
4040
"@vitejs/plugin-react": "^5.1.1",
4141
"@vitest/ui": "^3.2.4",
@@ -47,7 +47,7 @@
4747
"postcss": "^8.4.40",
4848
"tailwindcss": "^4.1.11",
4949
"typescript": "^5.9.3",
50-
"typescript-eslint": "^8.47.0",
50+
"typescript-eslint": "^8.48.0",
5151
"undici": "^7.16.0",
5252
"vitest": "^3.2.4"
5353
}

0 commit comments

Comments
 (0)