File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 67
67
"eslint-config-airbnb-typescript" : " ^16.1.0" ,
68
68
"eslint-config-prettier" : " ^8.3.0" ,
69
69
"eslint-plugin-import" : " ^2.25.4" ,
70
- "eslint-plugin-jest" : " ^25.7 .0" ,
70
+ "eslint-plugin-jest" : " ^26.0 .0" ,
71
71
"eslint-plugin-jsx-a11y" : " ^6.5.1" ,
72
72
"eslint-plugin-prettier" : " ^4.0.0" ,
73
73
"eslint-plugin-react" : " ^7.27.0" ,
Original file line number Diff line number Diff line change 1779
1779
eslint-scope "^5.1.1"
1780
1780
eslint-utils "^3.0.0"
1781
1781
1782
- " @typescript-eslint/[email protected] " :
1782
+ " @typescript-eslint/[email protected] " , "@typescript-eslint/utils@^5.10.0" :
1783
1783
version "5.10.2"
1784
1784
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.10.2.tgz#1fcd37547c32c648ab11aea7173ec30060ee87a8"
1785
1785
integrity sha512-vuJaBeig1NnBRkf7q9tgMLREiYD7zsMrsN1DA3wcoMDvr3BTFiIpKjGiYZoKPllfEwN7spUjv7ZqD+JhbVjEPg==
@@ -3191,13 +3191,20 @@ eslint-plugin-jest-dom@^4.0.1:
3191
3191
" @testing-library/dom" " ^8.11.1"
3192
3192
requireindex "^1.2.0"
3193
3193
3194
- eslint-plugin-jest@^25.3.4, eslint-plugin-jest@^25.7.0 :
3194
+ eslint-plugin-jest@^25.3.4 :
3195
3195
version "25.7.0"
3196
3196
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz#ff4ac97520b53a96187bad9c9814e7d00de09a6a"
3197
3197
integrity sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==
3198
3198
dependencies :
3199
3199
" @typescript-eslint/experimental-utils" " ^5.0.0"
3200
3200
3201
+ eslint-plugin-jest@^26.0.0 :
3202
+ version "26.0.0"
3203
+ resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.0.0.tgz#f83a25a23ab90ce5b375b1d44389b8c391be5ce8"
3204
+ integrity sha512-Fvs0YgJ/nw9FTrnqTuMGVrkozkd07jkQzWm0ajqyHlfcsdkxGfAuv30fgfWHOnHiCr9+1YQ365CcDX7vrNhqQg==
3205
+ dependencies :
3206
+ " @typescript-eslint/utils" " ^5.10.0"
3207
+
3201
3208
eslint-plugin-jsx-a11y@^6.5.1 :
3202
3209
version "6.5.1"
3203
3210
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.5.1.tgz#cdbf2df901040ca140b6ec14715c988889c2a6d8"
You can’t perform that action at this time.
0 commit comments