Skip to content

Commit 19918e8

Browse files
internal(pkg): bump @anansi/eslint-plugin from 0.11.0 to 0.11.1 (#782)
Bumps [@anansi/eslint-plugin](https://github.com/ntucker/anansi/tree/HEAD/packages/eslint-plugin) from 0.11.0 to 0.11.1. - [Release notes](https://github.com/ntucker/anansi/releases) - [Changelog](https://github.com/ntucker/anansi/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/ntucker/anansi/commits/@anansi/[email protected]/packages/eslint-plugin) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 24a8cb0 commit 19918e8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"devDependencies": {
2929
"@anansi/babel-preset": "2.5.5",
3030
"@anansi/browserslist-config": "1.2.0",
31-
"@anansi/eslint-plugin": "0.11.0",
31+
"@anansi/eslint-plugin": "0.11.1",
3232
"@babel/cli": "7.13.16",
3333
"@babel/core": "7.13.16",
3434
"@babel/node": "^7.13.13",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@
4444
resolved "https://registry.yarnpkg.com/@anansi/browserslist-config/-/browserslist-config-1.2.0.tgz#60d58a9caf93d730f093084ae8e51fa01310d4e7"
4545
integrity sha512-5dssJtY7DAa674IzR//vZ4Jk9Ey/OmwExDuxcvYQ3ob6mKybvt/65lk9dL0ORUJn4+tjxOq5lV/OChPbelP3dg==
4646

47-
"@anansi/[email protected].0":
48-
version "0.11.0"
49-
resolved "https://registry.yarnpkg.com/@anansi/eslint-plugin/-/eslint-plugin-0.11.0.tgz#b1c278054d45cc7fc3c53b4ac2629d35922dcf2d"
50-
integrity sha512-E3OlP1reTZymjoBMbouT3nSRZXbCdQbY9a0v/kMs9p+2byoqBo0+mIWOfnprMN23Nw+Ck7wPu9Aoc0OnVveFYQ==
47+
"@anansi/[email protected].1":
48+
version "0.11.1"
49+
resolved "https://registry.yarnpkg.com/@anansi/eslint-plugin/-/eslint-plugin-0.11.1.tgz#bd9b0f23bb501210306d5c232498a3e0c7aaf39f"
50+
integrity sha512-/qzwL7H9rmVCXdVJGu5ztJ1SPp+ckKxl9UO1VHYDr887v0g0z3VwT8+UXOnwoBg/iQt47a01DRvnwcPO/1m/hg==
5151
dependencies:
5252
"@babel/eslint-parser" "^7.13.14"
5353
"@typescript-eslint/eslint-plugin" "^4.22.0"
5454
"@typescript-eslint/parser" "^4.22.0"
55-
eslint-config-prettier "^8.2.0"
55+
eslint-config-prettier "^8.3.0"
5656
eslint-import-resolver-typescript "^2.4.0"
5757
eslint-import-resolver-webpack "^0.13.0"
5858
eslint-plugin-babel "^5.3.1"
@@ -5800,10 +5800,10 @@ escodegen@^1.14.1:
58005800
optionalDependencies:
58015801
source-map "~0.6.1"
58025802

5803-
eslint-config-prettier@^8.2.0:
5804-
version "8.2.0"
5805-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.2.0.tgz#78de77d63bca8e9e59dae75a614b5299925bb7b3"
5806-
integrity sha512-dWV9EVeSo2qodOPi1iBYU/x6F6diHv8uujxbxr77xExs3zTAlNXvVZKiyLsQGNz7yPV2K49JY5WjPzNIuDc2Bw==
5803+
eslint-config-prettier@^8.3.0:
5804+
version "8.3.0"
5805+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a"
5806+
integrity sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==
58075807

58085808
eslint-import-resolver-node@^0.3.4:
58095809
version "0.3.4"

0 commit comments

Comments
 (0)