Skip to content

Commit

Permalink
Fix fork-ts-checker-webpack-plugin errors
Browse files Browse the repository at this point in the history
  • Loading branch information
louise-davies committed Mar 5, 2024
1 parent deb06f6 commit 2a6cabb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions src/cookieConsent/cookiesPage.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,12 @@ const CookiesPage = (props: CombinedCookiesPageProps): React.ReactElement => {
{getString(props.res, 'essential-cookies-description')}
</Typography>
<CookieList>
{t<string, string[]>('cookies-page.essential-cookies-list', {
returnObjects: true,
}).map((s: string, i: number) => (
{t<string, { returnObjects: true }, string[]>(
'cookies-page.essential-cookies-list',
{
returnObjects: true,
}
).map((s: string, i: number) => (
<Typography
variant="body1"
component="li"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7925,8 +7925,8 @@ __metadata:
linkType: hard

"fork-ts-checker-webpack-plugin@npm:^6.5.0":
version: 6.5.2
resolution: "fork-ts-checker-webpack-plugin@npm:6.5.2"
version: 6.5.3
resolution: "fork-ts-checker-webpack-plugin@npm:6.5.3"
dependencies:
"@babel/code-frame": "npm:^7.8.3"
"@types/json-schema": "npm:^7.0.5"
Expand All @@ -7951,7 +7951,7 @@ __metadata:
optional: true
vue-template-compiler:
optional: true
checksum: 10/4a7037d654c07eb4e881d0626fdfdfac22fe90531e1e203846be89d68e863d3f9fcfc004b9037669455bf461081c83091eddf6485a7b131e7e6706c8939eeb67
checksum: 10/415263839afe11c291be60e3335ece3ccdc80c5e0d91eeecf0d3060cfb72c7b0cb33be326dd24b325939357d53215e10c41e8187edb5db8a08fe9aaa8aa6c510
languageName: node
linkType: hard

Expand Down

0 comments on commit 2a6cabb

Please sign in to comment.