Skip to content

Commit

Permalink
chore(deps): update dependency @types/eslint to v8
Browse files Browse the repository at this point in the history
| datasource | package       | from   | to    |
| ---------- | ------------- | ------ | ----- |
| npm        | @types/eslint | 7.2.11 | 8.4.3 |
  • Loading branch information
renovate[bot] authored Jun 18, 2022
1 parent 58f21b7 commit 5ff26e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prepublishOnly": "yarn build"
},
"devDependencies": {
"@types/eslint": "^7.2.11",
"@types/eslint": "^8.4.3",
"@types/estree": "^0.0.47",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
"@nodelib/fs.scandir" "2.1.4"
fastq "^1.6.0"

"@types/eslint@^7.2.11":
version "7.2.11"
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.2.11.tgz#180b58f5bb7d7376e39d22496e2b08901aa52fd2"
integrity sha512-WYhv//5K8kQtsSc9F1Kn2vHzhYor6KpwPbARH7hwYe3C3ETD0EVx/3P5qQybUoaBEuUa9f/02JjBiXFWalYUmw==
"@types/eslint@^8.4.3":
version "8.4.3"
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.4.3.tgz#5c92815a3838b1985c90034cd85f26f59d9d0ece"
integrity sha512-YP1S7YJRMPs+7KZKDb9G63n8YejIwW9BALq7a5j2+H4yl6iOv9CB29edho+cuFRrvmJbbaH2yiVChKLJVysDGw==
dependencies:
"@types/estree" "*"
"@types/json-schema" "*"
Expand Down

0 comments on commit 5ff26e4

Please sign in to comment.