File tree Expand file tree Collapse file tree 3 files changed +112
-328
lines changed Expand file tree Collapse file tree 3 files changed +112
-328
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,13 @@ coverage:
21
21
frontend :
22
22
target : auto
23
23
threshold : 0.1%
24
- flags : frontend
24
+ flags :
25
+ - frontend
25
26
backend :
26
27
target : auto
27
28
threshold : 0.1%
28
- flags : backend
29
+ flags :
30
+ - backend
29
31
patch : yes
30
32
changes : no
31
33
Original file line number Diff line number Diff line change 171
171
"eslint-plugin-react-hooks" : " ^4.6.2" ,
172
172
"eslint-plugin-simple-import-sort" : " ^12.1.0" ,
173
173
"eslint-plugin-sonarjs" : " ^0.24.0" ,
174
- "favicons" : " ^7.1.4 " ,
174
+ "favicons" : " ^7.2.0 " ,
175
175
"favicons-webpack-plugin" : " ^6.0.1" ,
176
176
"fork-ts-checker-webpack-plugin" : " ^9.0.2" ,
177
177
"html-webpack-plugin" : " ^5.6.0" ,
190
190
"redux-logger" : " ^3.0.6" ,
191
191
"sass" : " ^1.76.0" ,
192
192
"sass-loader" : " ^14.1.0" ,
193
- "sharp" : " ^0.34.1 " ,
193
+ "sharp" : " ^0.34.2 " ,
194
194
"style-loader" : " ^3.3.4" ,
195
195
"svgo" : " ^3.3.2" ,
196
196
"tailwindcss" : " ^3.4.1" ,
203
203
"webpack-merge" : " ^5.10.0"
204
204
},
205
205
"resolutions" : {
206
- "cheerio" : " 1.0.0-rc.10"
206
+ "cheerio" : " 1.0.0-rc.10" ,
207
+ "sharp" : " ^0.34.2"
207
208
},
208
209
"license" : " MIT" ,
209
210
"firstBuildYear" : 2013 ,
You can’t perform that action at this time.
0 commit comments