This repository was archived by the owner on Mar 9, 2021. It is now read-only.
File tree 2 files changed +13
-7
lines changed
2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 97
97
"enzyme-adapter-react-16" : " 1.1.1" ,
98
98
"enzyme-to-json" : " 3.3.1" ,
99
99
"eslint-config-prettier" : " 2.9.0" ,
100
- "eslint-plugin-react" : " 7.5.1 " ,
100
+ "eslint-plugin-react" : " 7.6.0 " ,
101
101
"husky" : " 0.14.3" ,
102
102
"jest" : " 22.1.4" ,
103
103
"lint-staged" : " 6.0.1" ,
Original file line number Diff line number Diff line change @@ -2064,6 +2064,12 @@ doctrine@^2.0.0:
2064
2064
dependencies :
2065
2065
esutils "^2.0.2"
2066
2066
2067
+ doctrine@^2.0.2 :
2068
+ version "2.1.0"
2069
+ resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
2070
+ dependencies :
2071
+ esutils "^2.0.2"
2072
+
2067
2073
dom-serializer@0, dom-serializer@~0.1.0 :
2068
2074
version "0.1.0"
2069
2075
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.1.0.tgz#073c697546ce0780ce23be4a28e293e40bc30c82"
@@ -2485,13 +2491,13 @@ eslint-plugin-promise@^3.4.0:
2485
2491
version "3.6.0"
2486
2492
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-3.6.0.tgz#54b7658c8f454813dc2a870aff8152ec4969ba75"
2487
2493
2488
- eslint-plugin-react@7.5.1 :
2489
- version "7.5.1 "
2490
- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.5.1 .tgz#52e56e8d80c810de158859ef07b880d2f56ee30b "
2494
+ eslint-plugin-react@7.6.0 :
2495
+ version "7.6.0 "
2496
+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.6.0 .tgz#351651188c74c5b2fecc2717e3936b7207baa728 "
2491
2497
dependencies :
2492
- doctrine "^2.0.0 "
2498
+ doctrine "^2.0.2 "
2493
2499
has "^1.0.1"
2494
- jsx-ast-utils "^2.0.0 "
2500
+ jsx-ast-utils "^2.0.1 "
2495
2501
prop-types "^15.6.0"
2496
2502
2497
2503
eslint-plugin-unicorn@^2.1.0 :
@@ -4431,7 +4437,7 @@ jsprim@^1.2.2:
4431
4437
json-schema "0.2.3"
4432
4438
verror "1.10.0"
4433
4439
4434
- jsx-ast-utils@^2.0.0 :
4440
+ jsx-ast-utils@^2.0.1 :
4435
4441
version "2.0.1"
4436
4442
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
4437
4443
dependencies :
You can’t perform that action at this time.
0 commit comments