This repository was archived by the owner on Mar 9, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +26
-8
lines changed Expand file tree Collapse file tree 3 files changed +26
-8
lines changed Original file line number Diff line number Diff line change 97
97
"enzyme" : " 3.10.0" ,
98
98
"enzyme-adapter-react-16" : " 1.14.0" ,
99
99
"enzyme-to-json" : " 3.4.0" ,
100
- "eslint-config-prettier" : " 6.1 .0" ,
100
+ "eslint-config-prettier" : " 6.2 .0" ,
101
101
"eslint-plugin-react" : " 7.14.3" ,
102
102
"husky" : " 3.0.5" ,
103
103
"jest" : " 24.9.0" ,
Original file line number Diff line number Diff line change @@ -3336,10 +3336,28 @@ eslint-ast-utils@^1.0.0:
3336
3336
lodash.get "^4.4.2"
3337
3337
lodash.zip "^4.2.0"
3338
3338
3339
- eslint-config-prettier@6.1.0 :
3340
- version "6.1.0"
3341
- resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.1.0.tgz#e6f678ba367fbd1273998d5510f76f004e9dce7b"
3342
- integrity sha512-k9fny9sPjIBQ2ftFTesJV21Rg4R/7a7t7LCtZVrYQiHEp8Nnuk3EGaDmsKSAnsPj0BYcgB2zxzHa2NTkIxcOLg==
3339
+ eslint-config-kentcdodds@^14.3.2 :
3340
+ version "14.3.2"
3341
+ resolved "https://registry.yarnpkg.com/eslint-config-kentcdodds/-/eslint-config-kentcdodds-14.3.2.tgz#82428a350fd74c22b3dd0682786f87ad29e08c1d"
3342
+ integrity sha512-7af+5AqXm04P8K6ipWv+R7B9MHrmIXKq4yiEdxqhTckxwbHhtkoN4KTxuw1Wg72zFNU579T7Hc1o1OVApqgYQg==
3343
+ dependencies :
3344
+ babel-eslint "^10.0.1"
3345
+ eslint-config-prettier "^4.1.0"
3346
+ eslint-import-resolver-webpack "^0.11.0"
3347
+ eslint-plugin-babel "^5.3.0"
3348
+ eslint-plugin-import "^2.17.1"
3349
+ eslint-plugin-jest "^22.4.1"
3350
+ eslint-plugin-jsx-a11y "^6.2.1"
3351
+ eslint-plugin-react "^7.11.1"
3352
+ eslint-plugin-react-hooks "^1.5.0"
3353
+ read-pkg-up "^4.0.0"
3354
+ semver "^5.5.1"
3355
+ webpack "^4.29.0"
3356
+
3357
+ eslint-config-prettier@6.2.0 :
3358
+ version "6.2.0"
3359
+ resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.2.0.tgz#80e0b8714e3f6868c4ac2a25fbf39c02e73527a7"
3360
+ integrity sha512-VLsgK/D+S/FEsda7Um1+N8FThec6LqE3vhcMyp8mlmto97y3fGf3DX7byJexGuOb1QY0Z/zz222U5t+xSfcZDQ==
3343
3361
dependencies :
3344
3362
get-stdin "^6.0.0"
3345
3363
You can’t perform that action at this time.
0 commit comments