Skip to content

Commit 030823e

Browse files
chore(deps): update dependency eslint-plugin-mocha to v8 (#848)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 5a0355d commit 030823e

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"eslint-config-prettier": "^6.11.0",
106106
"eslint-plugin-import": "^2.22.0",
107107
"eslint-plugin-jsx-a11y": "^6.3.1",
108-
"eslint-plugin-mocha": "^7.0.1",
108+
"eslint-plugin-mocha": "^8.0.0",
109109
"eslint-plugin-prettier": "^3.1.4",
110110
"eslint-plugin-react": "^7.20.5",
111111
"eslint-plugin-react-hooks": "^4.0.8",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5063,13 +5063,13 @@ eslint-plugin-jsx-a11y@^6.3.1:
50635063
jsx-ast-utils "^2.4.1"
50645064
language-tags "^1.0.5"
50655065

5066-
eslint-plugin-mocha@^7.0.1:
5067-
version "7.0.1"
5068-
resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-7.0.1.tgz#b2e9e8ebef7836f999a83f8bab25d0e0c05f0d28"
5069-
integrity sha512-zkQRW9UigRaayGm/pK9TD5RjccKXSgQksNtpsXbG9b6L5I+jNx7m98VUbZ4w1H1ArlNA+K7IOH+z8TscN6sOYg==
5066+
eslint-plugin-mocha@^8.0.0:
5067+
version "8.0.0"
5068+
resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-8.0.0.tgz#7ec5d228bcb3735301701dfbc3376320a1ca3791"
5069+
integrity sha512-n67etbWDz6NQM+HnTwZHyBwz/bLlYPOxUbw7bPuCyFujv7ZpaT/Vn6KTAbT02gf7nRljtYIjWcTxK/n8a57rQQ==
50705070
dependencies:
5071-
eslint-utils "^2.0.0"
5072-
ramda "^0.27.0"
5071+
eslint-utils "^2.1.0"
5072+
ramda "^0.27.1"
50735073

50745074
eslint-plugin-prettier@^3.1.4:
50755075
version "3.1.4"
@@ -10294,10 +10294,10 @@ railroad-diagrams@^1.0.0:
1029410294
resolved "https://registry.yarnpkg.com/railroad-diagrams/-/railroad-diagrams-1.0.0.tgz#eb7e6267548ddedfb899c1b90e57374559cddb7e"
1029510295
integrity sha1-635iZ1SN3t+4mcG5Dlc3RVnN234=
1029610296

10297-
ramda@^0.27.0:
10298-
version "0.27.0"
10299-
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.27.0.tgz#915dc29865c0800bf3f69b8fd6c279898b59de43"
10300-
integrity sha512-pVzZdDpWwWqEVVLshWUHjNwuVP7SfcmPraYuqocJp1yo2U1R7P+5QAfDhdItkuoGqIBnBYrtPp7rEPqDn9HlZA==
10297+
ramda@^0.27.1:
10298+
version "0.27.1"
10299+
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.27.1.tgz#66fc2df3ef873874ffc2da6aa8984658abacf5c9"
10300+
integrity sha512-PgIdVpn5y5Yns8vqb8FzBUEYn98V3xcPgawAkkgj0YJ0qDsnHCiNmZYfOGMgOvoB0eWFLpYbhxUR3mxfDIMvpw==
1030110301

1030210302
1030310303
version "0.4.6"

0 commit comments

Comments
 (0)