Skip to content

Commit 5062e28

Browse files
chore(deps-dev): bump the eslint group with 3 updates (#1628)
Bumps the eslint group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react). Updates `@typescript-eslint/eslint-plugin` from 7.1.0 to 7.1.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.1.0 to 7.1.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.1/packages/parser) Updates `eslint-plugin-react` from 7.33.2 to 7.34.0 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.33.2...v7.34.0) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1f22c08 commit 5062e28

File tree

2 files changed

+553
-60
lines changed

2 files changed

+553
-60
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"@types/jest": "^29.5.12",
4848
"@types/react": "18.2.64",
4949
"@types/react-dom": "18.2.21",
50-
"@typescript-eslint/eslint-plugin": "^7.1.0",
51-
"@typescript-eslint/parser": "^7.1.0",
50+
"@typescript-eslint/eslint-plugin": "^7.1.1",
51+
"@typescript-eslint/parser": "^7.1.1",
5252
"@vitejs/plugin-react": "^4.2.1",
5353
"chokidar-cli": "^3.0.0",
5454
"cross-env": "^7.0.3",
@@ -60,7 +60,7 @@
6060
"eslint-plugin-jest-dom": "^5.1.0",
6161
"eslint-plugin-jsx-a11y": "6.8.0",
6262
"eslint-plugin-prettier": "^5.1.3",
63-
"eslint-plugin-react": "^7.33.2",
63+
"eslint-plugin-react": "^7.34.0",
6464
"eslint-plugin-react-hooks": "^4.6.0",
6565
"eslint-plugin-testing-library": "^6.2.0",
6666
"husky": "^9.0.11",

0 commit comments

Comments
 (0)