Skip to content

Commit bbc1a21

Browse files
build(deps-dev): bump the dev-deps group with 2 updates (#24)
Bumps the dev-deps group with 2 updates: [eslint](https://github.com/eslint/eslint) and [prettier](https://github.com/prettier/prettier). Updates `eslint` from 9.20.0 to 9.21.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.20.0...v9.21.0) Updates `prettier` from 3.5.0 to 3.5.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.5.0...3.5.2) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 39b3cc2 commit bbc1a21

File tree

2 files changed

+47
-66
lines changed

2 files changed

+47
-66
lines changed

package-lock.json

+45-64
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
@@ -48,8 +48,8 @@
4848
"typescript-eslint": "^8.24.1"
4949
},
5050
"devDependencies": {
51-
"eslint": "^9.20.0",
52-
"prettier": "^3.5.0",
51+
"eslint": "^9.21.0",
52+
"prettier": "^3.5.2",
5353
"typescript": "^5.7.3"
5454
}
5555
}

0 commit comments

Comments
 (0)