Skip to content

Commit f608ff6

Browse files
Bump eslint-plugin-standard from 4.1.0 to 5.0.0 (#752)
Bumps [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard) from 4.1.0 to 5.0.0. - [Release notes](https://github.com/standard/eslint-plugin-standard/releases) - [Commits](standard/eslint-plugin-standard@v4.1.0...v5.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-standard dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eccd776 commit f608ff6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"eslint-plugin-prettier": "^3.1.1",
6565
"eslint-plugin-promise": "^4.2.1",
6666
"eslint-plugin-react": "^7.17.0",
67-
"eslint-plugin-standard": "^4.0.1",
67+
"eslint-plugin-standard": "^5.0.0",
6868
"gh-pages": "^2.2.0",
6969
"jest": "^27.2.5",
7070
"jest-canvas-mock": "^2.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2973,10 +2973,10 @@ eslint-plugin-react@^7.17.0:
29732973
semver "^6.3.0"
29742974
string.prototype.matchall "^4.0.5"
29752975

2976-
eslint-plugin-standard@^4.0.1:
2977-
version "4.1.0"
2978-
resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-4.1.0.tgz#0c3bf3a67e853f8bbbc580fb4945fbf16f41b7c5"
2979-
integrity sha512-ZL7+QRixjTR6/528YNGyDotyffm5OQst/sGxKDwGb9Uqs4In5Egi4+jbobhqJoyoCM6/7v/1A5fhQ7ScMtDjaQ==
2976+
eslint-plugin-standard@^5.0.0:
2977+
version "5.0.0"
2978+
resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-5.0.0.tgz#c43f6925d669f177db46f095ea30be95476b1ee4"
2979+
integrity sha512-eSIXPc9wBM4BrniMzJRBm2uoVuXz2EPa+NXPk2+itrVt+r5SbKFERx/IgrK/HmfjddyKVz2f+j+7gBRvu19xLg==
29802980

29812981
eslint-scope@^5.0.0:
29822982
version "5.1.1"

0 commit comments

Comments
 (0)