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 .1" ,
101
101
"husky" : " 0.14.3" ,
102
102
"jest" : " 22.1.4" ,
103
103
"lint-staged" : " 6.1.0" ,
Original file line number Diff line number Diff line change @@ -2080,6 +2080,12 @@ doctrine@^2.0.0:
2080
2080
dependencies :
2081
2081
esutils "^2.0.2"
2082
2082
2083
+ doctrine@^2.0.2 :
2084
+ version "2.1.0"
2085
+ resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
2086
+ dependencies :
2087
+ esutils "^2.0.2"
2088
+
2083
2089
dom-serializer@0, dom-serializer@~0.1.0 :
2084
2090
version "0.1.0"
2085
2091
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.1.0.tgz#073c697546ce0780ce23be4a28e293e40bc30c82"
@@ -2501,13 +2507,13 @@ eslint-plugin-promise@^3.4.0:
2501
2507
version "3.6.0"
2502
2508
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-3.6.0.tgz#54b7658c8f454813dc2a870aff8152ec4969ba75"
2503
2509
2504
- eslint-plugin-react@7.5 .1 :
2505
- version "7.5 .1"
2506
- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.5 .1.tgz#52e56e8d80c810de158859ef07b880d2f56ee30b "
2510
+ eslint-plugin-react@7.6 .1 :
2511
+ version "7.6 .1"
2512
+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.6 .1.tgz#5d0e908be599f0c02fbf4eef0c7ed6f29dff7633 "
2507
2513
dependencies :
2508
- doctrine "^2.0.0 "
2514
+ doctrine "^2.0.2 "
2509
2515
has "^1.0.1"
2510
- jsx-ast-utils "^2.0.0 "
2516
+ jsx-ast-utils "^2.0.1 "
2511
2517
prop-types "^15.6.0"
2512
2518
2513
2519
eslint-plugin-unicorn@^2.1.0 :
@@ -4448,7 +4454,7 @@ jsprim@^1.2.2:
4448
4454
json-schema "0.2.3"
4449
4455
verror "1.10.0"
4450
4456
4451
- jsx-ast-utils@^2.0.0 :
4457
+ jsx-ast-utils@^2.0.1 :
4452
4458
version "2.0.1"
4453
4459
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
4454
4460
dependencies :
You can’t perform that action at this time.
0 commit comments