Skip to content

Commit 2af22c9

Browse files
(chore): Bump the lint-dependencies group with 2 updates
Bumps the lint-dependencies group with 2 updates: [@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/parser` from 8.3.0 to 8.4.0 - [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/v8.4.0/packages/parser) Updates `eslint-plugin-react` from 7.35.0 to 7.35.1 - [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.35.0...v7.35.1) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint-dependencies - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-patch dependency-group: lint-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 84726be commit 2af22c9

File tree

2 files changed

+128
-15
lines changed

2 files changed

+128
-15
lines changed

package-lock.json

+126-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"@types/react-redux": "^7.1.33",
103103
"@types/react-router-dom": "^5.3.3",
104104
"@typescript-eslint/eslint-plugin": "^8.3.0",
105-
"@typescript-eslint/parser": "^8.3.0",
105+
"@typescript-eslint/parser": "^8.4.0",
106106
"@xstate/test": "^0.5.1",
107107
"aphrodite": "^2.4.0",
108108
"copy-webpack-plugin": "^12.0.2",
@@ -113,7 +113,7 @@
113113
"eslint-plugin-markdown": "^5.1.0",
114114
"eslint-plugin-patternfly-react": "^5.4.0",
115115
"eslint-plugin-prettier": "^5.2.1",
116-
"eslint-plugin-react": "^7.35.0",
116+
"eslint-plugin-react": "^7.35.1",
117117
"eslint-plugin-simple-import-sort": "^12.1.1",
118118
"eslint-plugin-sort-keys-fix": "^1.1.2",
119119
"eslint-plugin-testing-library": "^6.3.0",

0 commit comments

Comments
 (0)