Skip to content

Commit 4af5110

Browse files
build(deps-dev): bump the formatting group across 1 directory with 5 updates
Bumps the formatting group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.4.0` | `7.13.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.4.0` | `7.13.0` | | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.5.0` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.1` | `7.34.2` | | [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.2` | Updates `@typescript-eslint/eslint-plugin` from 7.4.0 to 7.13.0 - [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.13.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.4.0 to 7.13.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/v7.13.0/packages/parser) Updates `eslint` from 8.57.0 to 9.5.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.57.0...v9.5.0) Updates `eslint-plugin-react` from 7.34.1 to 7.34.2 - [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.34.1...v7.34.2) Updates `prettier` from 3.2.5 to 3.3.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.2.5...3.3.2) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: formatting - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: formatting - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major dependency-group: formatting - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-patch dependency-group: formatting - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: formatting ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fdf791d commit 4af5110

File tree

2 files changed

+215
-287
lines changed

2 files changed

+215
-287
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
"@types/lodash": "^4.17.4",
3131
"@types/react": "^18.3.3",
3232
"@types/react-dom": "^18.3.0",
33-
"@typescript-eslint/eslint-plugin": "^7.4.0",
34-
"@typescript-eslint/parser": "^7.4.0",
35-
"eslint": "^8.57.0",
36-
"eslint-plugin-react": "^7.34.1",
33+
"@typescript-eslint/eslint-plugin": "^7.13.0",
34+
"@typescript-eslint/parser": "^7.13.0",
35+
"eslint": "^9.5.0",
36+
"eslint-plugin-react": "^7.34.2",
3737
"parcel": "^2.12.0",
38-
"prettier": "^3.2.5",
38+
"prettier": "^3.3.2",
3939
"process": "^0.11.10",
4040
"typescript": "^5.4.5"
4141
}

0 commit comments

Comments
 (0)