File tree 3 files changed +9
-8
lines changed
3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 6
6
"@amplitude/analytics-browser" : " ^1.5.5" ,
7
7
"@craco/craco" : " ^6.4.5" ,
8
8
"@tanstack/react-query" : " ^4.13.0" ,
9
- "@testing-library/jest-dom" : " ^5.11.4" ,
10
- "@testing-library/react" : " ^11.1.0" ,
11
- "@testing-library/user-event" : " ^12.1.10" ,
12
9
"@types/dompurify" : " ^2.3.4" ,
13
10
"@types/jspath" : " ^0.4.0" ,
14
11
"axios" : " ^0.21.2" ,
41
38
"timeago.js" : " ^4.0.2" ,
42
39
"type-fest" : " ^1.2.0" ,
43
40
"web-vitals" : " ^0.2.4" ,
44
- "zustand" : " ^4.1 .3"
41
+ "zustand" : " ^4.3 .3"
45
42
},
46
43
"proxy" : " https://api.hackertab.dev/" ,
47
44
"scripts" : {
74
71
"react-error-overlay" : " 6.0.9"
75
72
},
76
73
"devDependencies" : {
74
+ "@testing-library/jest-dom" : " ^5.11.4" ,
75
+ "@testing-library/react" : " ^11.1.0" ,
76
+ "@testing-library/user-event" : " ^12.1.10" ,
77
77
"@types/chrome" : " ^0.0.198" ,
78
78
"@types/jest" : " ^29.1.2" ,
79
79
"@types/jsonpath" : " ^0.2.0" ,
Original file line number Diff line number Diff line change 18
18
"moduleResolution" : " node" ,
19
19
"resolveJsonModule" : true ,
20
20
"isolatedModules" : true ,
21
+ "noImplicitAny" : false ,
21
22
"noEmit" : true ,
22
23
"jsx" : " react-jsx"
23
24
},
Original file line number Diff line number Diff line change @@ -13500,9 +13500,9 @@ yocto-queue@^0.1.0:
13500
13500
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
13501
13501
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
13502
13502
13503
- zustand@^4.1 .3:
13504
- version "4.1 .3"
13505
- resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.1 .3.tgz#72bc4c0ed8ed906fbd92c7c20cde8dd6114c018f "
13506
- integrity sha512-AdFyr6+4sVD6xlyc/ArQaOrleqzxJEBbAXglufZ5lgvisoz8GUN3icOrKOnX1uRSxmpmdVUQPen9hhymWIzhBg ==
13503
+ zustand@^4.3 .3:
13504
+ version "4.3 .3"
13505
+ resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.3 .3.tgz#c9113499074dde2d6d99c1b5f591e9329572c224 "
13506
+ integrity sha512-x2jXq8S0kfLGNwGh87nhRfEc2eZy37tSatpSoSIN+O6HIaBhgQHSONV/F9VNrNcBcKQu/E80K1DeHDYQC/zCrQ ==
13507
13507
dependencies:
13508
13508
use-sync-external-store "1.2.0"
You can’t perform that action at this time.
0 commit comments