Skip to content

Commit

Permalink
chore(deps-dev): bump the code-style group across 1 directory with 2 …
Browse files Browse the repository at this point in the history
…updates

Bumps the code-style group with 2 updates in the / directory: [eslint](https://github.com/eslint/eslint) and [prettier](https://github.com/prettier/prettier).


Updates `eslint` from 8.57.0 to 9.8.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.8.0)

Updates `prettier` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.2...3.3.3)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: code-style
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: code-style
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 026b7af commit 6f6600a
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 182 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"typescript": ">=4"
},
"devDependencies": {
"eslint": "^8.57.0",
"prettier": "^3.3.2",
"eslint": "^9.8.0",
"prettier": "^3.3.3",
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit 6f6600a

Please sign in to comment.