Skip to content

Commit 00bc0df

Browse files
build(deps-dev): Bump the regular group with 3 updates (#188)
Bumps the regular group with 3 updates: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [eslint](https://github.com/eslint/eslint) and [prettier](https://github.com/prettier/prettier). Updates `@eslint/js` from 9.19.0 to 9.20.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.20.0/packages/js) Updates `eslint` from 9.19.0 to 9.20.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.19.0...v9.20.0) Updates `prettier` from 3.4.2 to 3.5.0 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.4.2...3.5.0) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: regular - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: regular - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: regular ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 450d9c0 commit 00bc0df

File tree

2 files changed

+98
-90
lines changed

2 files changed

+98
-90
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@
5050
"@biomejs/biome": "^1.9.4",
5151
"@commitlint/cli": "^19.7.1",
5252
"@commitlint/config-conventional": "^19.7.1",
53-
"@eslint/js": "^9.19.0",
54-
"eslint": "^9.19.0",
53+
"@eslint/js": "^9.20.0",
54+
"eslint": "^9.20.0",
5555
"eslint-define-config": "^2.1.0",
5656
"eslint-plugin-jsdoc": "^50.6.3",
5757
"eslint-plugin-perfectionist": "^4.8.0",
5858
"husky": "^9.1.7",
5959
"lint-staged": "^15.4.3",
6060
"neostandard": "^0.12.1",
61-
"prettier": "^3.4.2"
61+
"prettier": "^3.5.0"
6262
}
6363
}

0 commit comments

Comments
 (0)