Skip to content

Commit 48e1d74

Browse files
chore(deps-dev): bump the eslint-packages group with 2 updates
Bumps the eslint-packages group with 2 updates: [eslint](https://github.com/eslint/eslint) and [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh). Updates `eslint` from 9.37.0 to 9.38.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.37.0...v9.38.0) Updates `eslint-plugin-react-refresh` from 0.4.23 to 0.4.24 - [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases) - [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md) - [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.23...v0.4.24) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.38.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint-packages - dependency-name: eslint-plugin-react-refresh dependency-version: 0.4.24 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint-packages ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 05a2a26 commit 48e1d74

File tree

4 files changed

+311
-306
lines changed

4 files changed

+311
-306
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/node": "^20.0.0",
2626
"@typescript-eslint/eslint-plugin": "^8.0.0",
2727
"@typescript-eslint/parser": "^8.0.0",
28-
"eslint": "^9.28.0",
28+
"eslint": "^9.38.0",
2929
"eslint-import-resolver-typescript": "^4.4.4",
3030
"eslint-plugin-import": "^2.32.0",
3131
"husky": "^9.1.7",

packages/inspector/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@
101101
"@types/react-dom": "^19.2.1",
102102
"@vitejs/plugin-react": "^5.0.4",
103103
"concurrently": "^9.2.1",
104-
"eslint": "^9.36.0",
104+
"eslint": "^9.38.0",
105105
"eslint-plugin-react-hooks": "^5.2.0",
106-
"eslint-plugin-react-refresh": "^0.4.0",
106+
"eslint-plugin-react-refresh": "^0.4.24",
107107
"express": "^4.21.2",
108108
"tailwindcss": "^4.1.14",
109109
"tsx": "^4.6.0",

packages/mcp-use/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
"@types/react": "^19.2.2",
146146
"@types/ws": "^8.18.1",
147147
"cors": "^2.8.5",
148-
"eslint": "^9.28.0",
148+
"eslint": "^9.38.0",
149149
"eslint-plugin-format": "^1.0.1",
150150
"express": "^4.18.2",
151151
"husky": "^9.1.7",

0 commit comments

Comments
 (0)