Skip to content

Commit 9a28a81

Browse files
authoredMar 14, 2022
chore: update eslint requirement from ^8.10.0 to ^8.11.0 (#118)
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.10.0...v8.11.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 24a7ddd commit 9a28a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"devDependencies": {
5454
"@npmcli/template-oss": "^2.9.2",
55-
"eslint": "^8.10.0",
55+
"eslint": "^8.11.0",
5656
"mkdirp": "^1.0.4",
5757
"nock": "^13.2.4",
5858
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)
Please sign in to comment.