Skip to content

Commit ec5478b

Browse files
authored
chore: update jest (#17)
* chore: update jest * chore: release v0.2.4-beta.0
1 parent 8e8f7de commit ec5478b

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mobile-reality/eslint-config",
3-
"version": "0.2.3",
3+
"version": "0.2.4-beta.0",
44
"description": "ESLint's configuration of Mobile Reality Team",
55
"engines": {
66
"node": "^16.13"
@@ -42,7 +42,7 @@
4242
"@typescript-eslint/parser": "^5.17.0",
4343
"eslint-config-prettier": "^8.5.0",
4444
"eslint-plugin-flowtype": "^8.0.3",
45-
"eslint-plugin-jest": "25.7.0",
45+
"eslint-plugin-jest": "^26.1.5",
4646
"eslint-plugin-jsx-a11y": "^6.5.1",
4747
"eslint-plugin-prettier": "^4.0.0",
4848
"eslint-plugin-react": "^7.29.4",

yarn.lock

+6-13
Original file line numberDiff line numberDiff line change
@@ -352,13 +352,6 @@
352352
eslint-scope "^5.1.1"
353353
eslint-utils "^3.0.0"
354354

355-
"@typescript-eslint/experimental-utils@^5.0.0":
356-
version "5.21.0"
357-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.21.0.tgz#489275ca792f5de7e0d1f4be1f15576ea56b6ca2"
358-
integrity sha512-mzF6ert/6iQoESV0z9v5/mEaJRKL4fv68rHoZ6exM38xjxkw4MNx54B7ferrnMTM/GIRKLDaJ3JPRi+Dxa5Hlg==
359-
dependencies:
360-
"@typescript-eslint/utils" "5.21.0"
361-
362355
"@typescript-eslint/parser@^4.22.1":
363356
version "4.33.0"
364357
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
@@ -440,7 +433,7 @@
440433
semver "^7.3.5"
441434
tsutils "^3.21.0"
442435

443-
"@typescript-eslint/utils@5.21.0":
436+
"@typescript-eslint/utils@5.21.0", "@typescript-eslint/utils@^5.10.0":
444437
version "5.21.0"
445438
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.21.0.tgz#51d7886a6f0575e23706e5548c7e87bce42d7c18"
446439
integrity sha512-q/emogbND9wry7zxy7VYri+7ydawo2HDZhRZ5k6yggIvXa7PvBbAAZ4PFH/oZLem72ezC4Pr63rJvDK/sTlL8Q==
@@ -1372,12 +1365,12 @@ eslint-plugin-jest@22.4.1:
13721365
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.4.1.tgz#a5fd6f7a2a41388d16f527073b778013c5189a9c"
13731366
integrity sha512-gcLfn6P2PrFAVx3AobaOzlIEevpAEf9chTpFZz7bYfc7pz8XRv7vuKTIE4hxPKZSha6XWKKplDQ0x9Pq8xX2mg==
13741367

1375-
eslint-plugin-jest@25.7.0:
1376-
version "25.7.0"
1377-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz#ff4ac97520b53a96187bad9c9814e7d00de09a6a"
1378-
integrity sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==
1368+
eslint-plugin-jest@^26.1.5:
1369+
version "26.1.5"
1370+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.1.5.tgz#6cfca264818d6d6aa120b019dab4d62b6aa8e775"
1371+
integrity sha512-su89aDuljL9bTjEufTXmKUMSFe2kZUL9bi7+woq+C2ukHZordhtfPm4Vg+tdioHBaKf8v3/FXW9uV0ksqhYGFw==
13791372
dependencies:
1380-
"@typescript-eslint/experimental-utils" "^5.0.0"
1373+
"@typescript-eslint/utils" "^5.10.0"
13811374

13821375
eslint-plugin-jsx-a11y@^6.5.1:
13831376
version "6.5.1"

0 commit comments

Comments
 (0)