Skip to content

Commit

Permalink
⬆ Update dependency eslint to v7.3.0 (#1201)
Browse files Browse the repository at this point in the history
* ⬆ Update dependency eslint to v7.3.0

* Update lockfile

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Aidan Timson <[email protected]>
  • Loading branch information
3 people committed Jun 21, 2020
1 parent 1597a11 commit 33dae02
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "3.3.0",
"@typescript-eslint/parser": "3.3.0",
"eslint": "7.2.0",
"eslint": "7.3.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.20.0",
Expand Down
23 changes: 16 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3754,7 +3754,7 @@ __metadata:
languageName: node
linkType: hard

"ansi-colors@npm:^3.0.0":
"ansi-colors@npm:^3.0.0, ansi-colors@npm:^3.2.1":
version: 3.2.4
resolution: "ansi-colors@npm:3.2.4"
checksum: 86ec4a476ae8661237c0da58c0b4c48ea57719fdd80eed00132db09ee88d69f5caa5889e13ccd07489e710bf3b9fd85123729e0660384d4373e92ef6125c1fad
Expand Down Expand Up @@ -7269,6 +7269,15 @@ __metadata:
languageName: node
linkType: hard

"enquirer@npm:^2.3.5":
version: 2.3.5
resolution: "enquirer@npm:2.3.5"
dependencies:
ansi-colors: ^3.2.1
checksum: 1745db4e9d40624abe89301ada7ab79771a8e8ad500d27e6d01b811ca43095b894b9c2b1cb82a4d441a338c5ad19e03cdf31c8a5a573f14013feaecc2c2f1073
languageName: node
linkType: hard

"entities@npm:^1.1.1":
version: 1.1.2
resolution: "entities@npm:1.1.2"
Expand Down Expand Up @@ -7662,16 +7671,17 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:7.2.0":
version: 7.2.0
resolution: "eslint@npm:7.2.0"
"eslint@npm:7.3.0":
version: 7.3.0
resolution: "eslint@npm:7.3.0"
dependencies:
"@babel/code-frame": ^7.0.0
ajv: ^6.10.0
chalk: ^4.0.0
cross-spawn: ^7.0.2
debug: ^4.0.1
doctrine: ^3.0.0
enquirer: ^2.3.5
eslint-scope: ^5.1.0
eslint-utils: ^2.0.0
eslint-visitor-keys: ^1.2.0
Expand All @@ -7685,7 +7695,6 @@ __metadata:
ignore: ^4.0.6
import-fresh: ^3.0.0
imurmurhash: ^0.1.4
inquirer: ^7.0.0
is-glob: ^4.0.0
js-yaml: ^3.13.1
json-stable-stringify-without-jsonify: ^1.0.1
Expand All @@ -7704,7 +7713,7 @@ __metadata:
v8-compile-cache: ^2.0.3
bin:
eslint: bin/eslint.js
checksum: 37cb498f61fe6b2d98b77104377c1db207649e82e06f76dd4243db09c60424b705036b7cc81c8201eb47b028d576a0ebe9c293b0bc4a5747185e5dc5bc423041
checksum: a9551aaa81bc22dc948f058da82d2698119b12c767f2bfa1f992126f3bbf4c8cfc03aec5614e57727f8520bda10ddb868fb83b07a4fb30fee0a25b319cd3fde0
languageName: node
linkType: hard

Expand Down Expand Up @@ -16494,7 +16503,7 @@ [email protected]:
dependencies:
"@typescript-eslint/eslint-plugin": 3.3.0
"@typescript-eslint/parser": 3.3.0
eslint: 7.2.0
eslint: 7.3.0
eslint-config-prettier: 6.11.0
eslint-plugin-prettier: 3.1.4
eslint-plugin-react: 7.20.0
Expand Down

0 comments on commit 33dae02

Please sign in to comment.