This repository was archived by the owner on Mar 9, 2021. It is now read-only.
File tree 2 files changed +13
-5
lines changed
2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 96
96
"doctoc" : " 1.4.0" ,
97
97
"enzyme" : " 3.11.0" ,
98
98
"enzyme-adapter-react-16" : " 1.15.6" ,
99
- "enzyme-to-json" : " 3.4.4 " ,
99
+ "enzyme-to-json" : " 3.6.1 " ,
100
100
"eslint-config-prettier" : " 6.5.0" ,
101
101
"eslint-plugin-react" : " 7.19.0" ,
102
102
"husky" : " 3.0.9" ,
Original file line number Diff line number Diff line change 1037
1037
dependencies :
1038
1038
" @babel/types" " ^7.3.0"
1039
1039
1040
+ " @types/cheerio@^0.22.22 " :
1041
+ version "0.22.23"
1042
+ resolved "https://registry.yarnpkg.com/@types/cheerio/-/cheerio-0.22.23.tgz#74bcfee9c5ee53f619711dca953a89fe5cfa4eb4"
1043
+ integrity sha512-QfHLujVMlGqcS/ePSf3Oe5hK3H8wi/yN2JYuxSB1U10VvW1fO3K8C+mURQesFYS1Hn7lspOsTT75SKq/XtydQg==
1044
+ dependencies :
1045
+ " @types/node" " *"
1046
+
1040
1047
" @types/istanbul-lib-coverage@*" , "@types/istanbul-lib-coverage@^2.0.0":
1041
1048
version "2.0.1"
1042
1049
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz#42995b446db9a48a11a07ec083499a860e9138ff"
@@ -3309,11 +3316,12 @@ enzyme-shallow-equal@^1.0.4:
3309
3316
has "^1.0.3"
3310
3317
object-is "^1.1.2"
3311
3318
3312
- enzyme-to-json@3.4.4 :
3313
- version "3.4.4 "
3314
- resolved "https://registry.yarnpkg.com/enzyme-to-json/-/enzyme-to-json-3.4.4 .tgz#b30726c59091d273521b6568c859e8831e94d00e "
3315
- integrity sha512-50LELP/SCPJJGic5rAARvU7pgE3m1YaNj7JLM+Qkhl5t7PAs6fiyc8xzc50RnkKPFQCv0EeFVjEWdIFRGPWMsA ==
3319
+ enzyme-to-json@3.6.1 :
3320
+ version "3.6.1 "
3321
+ resolved "https://registry.yarnpkg.com/enzyme-to-json/-/enzyme-to-json-3.6.1 .tgz#d60740950bc7ca6384dfe6fe405494ec5df996bc "
3322
+ integrity sha512-15tXuONeq5ORoZjV/bUo2gbtZrN2IH+Z6DvL35QmZyKHgbY1ahn6wcnLd9Xv9OjiwbAXiiP8MRZwbZrCv1wYNg ==
3316
3323
dependencies :
3324
+ " @types/cheerio" " ^0.22.22"
3317
3325
lodash "^4.17.15"
3318
3326
react-is "^16.12.0"
3319
3327
You can’t perform that action at this time.
0 commit comments