Skip to content

Commit 2f90b91

Browse files
chore: upgrade favicons, fix codecov yml
1 parent cd64e98 commit 2f90b91

File tree

3 files changed

+112
-328
lines changed

3 files changed

+112
-328
lines changed

.codecov.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ coverage:
2121
frontend:
2222
target: auto
2323
threshold: 0.1%
24-
flags: frontend
24+
flags:
25+
- frontend
2526
backend:
2627
target: auto
2728
threshold: 0.1%
28-
flags: backend
29+
flags:
30+
- backend
2931
patch: yes
3032
changes: no
3133

client/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
"eslint-plugin-react-hooks": "^4.6.2",
172172
"eslint-plugin-simple-import-sort": "^12.1.0",
173173
"eslint-plugin-sonarjs": "^0.24.0",
174-
"favicons": "^7.1.4",
174+
"favicons": "^7.2.0",
175175
"favicons-webpack-plugin": "^6.0.1",
176176
"fork-ts-checker-webpack-plugin": "^9.0.2",
177177
"html-webpack-plugin": "^5.6.0",
@@ -190,7 +190,7 @@
190190
"redux-logger": "^3.0.6",
191191
"sass": "^1.76.0",
192192
"sass-loader": "^14.1.0",
193-
"sharp": "^0.34.1",
193+
"sharp": "^0.34.2",
194194
"style-loader": "^3.3.4",
195195
"svgo": "^3.3.2",
196196
"tailwindcss": "^3.4.1",
@@ -203,7 +203,8 @@
203203
"webpack-merge": "^5.10.0"
204204
},
205205
"resolutions": {
206-
"cheerio": "1.0.0-rc.10"
206+
"cheerio": "1.0.0-rc.10",
207+
"sharp": "^0.34.2"
207208
},
208209
"license": "MIT",
209210
"firstBuildYear": 2013,

0 commit comments

Comments
 (0)