Skip to content

Commit

Permalink
build(deps-dev): bump the dev-deps group with 2 updates (#24)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Feb 24, 2025
1 parent 39b3cc2 commit bbc1a21
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 66 deletions.
109 changes: 45 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"typescript-eslint": "^8.24.1"
},
"devDependencies": {
"eslint": "^9.20.0",
"prettier": "^3.5.0",
"eslint": "^9.21.0",
"prettier": "^3.5.2",
"typescript": "^5.7.3"
}
}

0 comments on commit bbc1a21

Please sign in to comment.