Skip to content

Commit 533aef0

Browse files
Bump the linters group with 3 updates (#121)
Bumps the linters group with 3 updates: [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier), [lint-staged](https://github.com/lint-staged/lint-staged) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `eslint-config-prettier` from 10.1.1 to 10.1.2 - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v10.1.1...v10.1.2) Updates `lint-staged` from 15.5.0 to 15.5.1 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v15.5.0...v15.5.1) Updates `typescript-eslint` from 8.29.1 to 8.30.1 - [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.30.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: eslint-config-prettier dependency-version: 10.1.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: linters - dependency-name: lint-staged dependency-version: 15.5.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: linters - dependency-name: typescript-eslint dependency-version: 8.30.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: linters ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 54af1f1 commit 533aef0

File tree

2 files changed

+60
-60
lines changed

2 files changed

+60
-60
lines changed

package-lock.json

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

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@
3939
"@docusaurus/types": "3.7.0",
4040
"@eslint/js": "^9.24.0",
4141
"eslint": "^9.24.0",
42-
"eslint-config-prettier": "^10.1.1",
42+
"eslint-config-prettier": "^10.1.2",
4343
"eslint-plugin-mdx": "^3.4.0",
4444
"eslint-plugin-react": "^7.37.5",
4545
"globals": "^16.0.0",
4646
"husky": "^9.1.7",
47-
"lint-staged": "^15.5.0",
47+
"lint-staged": "^15.5.1",
4848
"markdownlint-cli2": "^0.17.2",
4949
"prettier": "^3.5.3",
5050
"typescript": "~5.8.3",
51-
"typescript-eslint": "^8.29.1"
51+
"typescript-eslint": "^8.30.1"
5252
},
5353
"browserslist": {
5454
"production": [

0 commit comments

Comments
 (0)