Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v7.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 3, 2020
1 parent 25191d4 commit 3c3e803
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@typescript-eslint/eslint-plugin": "4.4.1",
"@typescript-eslint/parser": "4.6.0",
"bob-the-bundler": "1.1.0",
"eslint": "7.12.0",
"eslint": "7.14.0",
"eslint-config-prettier": "6.14.0",
"eslint-config-standard": "16.0.2",
"eslint-plugin-import": "2.22.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1970,7 +1970,7 @@
url "^0.11.0"
webpack-sources "^1.4.3"

"@eslint/eslintrc@^0.2.0", "@eslint/eslintrc@^0.2.1":
"@eslint/eslintrc@^0.2.1":
version "0.2.1"
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.1.tgz#f72069c330461a06684d119384435e12a5d76e3c"
integrity sha512-XRUeBZ5zBWLYgSANMpThFddrZZkEbGHgUdt5UJjZfnlN9BGCiUBrf+nvbRupSjMvqzwnQN0qwCmOxITt1cfywA==
Expand Down Expand Up @@ -8676,13 +8676,13 @@ eslint-webpack-plugin@^2.1.0:
micromatch "^4.0.2"
schema-utils "^3.0.0"

eslint@7.12.0:
version "7.12.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.12.0.tgz#7b6a85f87a9adc239e979bb721cde5ce0dc27da6"
integrity sha512-n5pEU27DRxCSlOhJ2rO57GDLcNsxO0LPpAbpFdh7xmcDmjmlGUfoyrsB3I7yYdQXO5N3gkSTiDrPSPNFiiirXA==
eslint@7.14.0:
version "7.14.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.14.0.tgz#2d2cac1d28174c510a97b377f122a5507958e344"
integrity sha512-5YubdnPXrlrYAFCKybPuHIAH++PINe1pmKNc5wQRB9HSbqIK1ywAnntE3Wwua4giKu0bjligf1gLF6qxMGOYRA==
dependencies:
"@babel/code-frame" "^7.0.0"
"@eslint/eslintrc" "^0.2.0"
"@eslint/eslintrc" "^0.2.1"
ajv "^6.10.0"
chalk "^4.0.0"
cross-spawn "^7.0.2"
Expand Down

0 comments on commit 3c3e803

Please sign in to comment.