Skip to content

Commit

Permalink
build(deps-dev): update eslint requirement in /test/test-project
Browse files Browse the repository at this point in the history
Updates the requirements on [eslint](https://github.com/eslint/eslint) to permit the latest version.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.56.0...v8.57.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 14a38b6 commit 189fd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"chai": "^4.3.10",
"clipboard-cli": "^4.0.0",
"clipboardy": "^4.0.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"mocha": "^10.2.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3",
Expand Down

0 comments on commit 189fd52

Please sign in to comment.