Skip to content

Commit

Permalink
Merge pull request #669 from CodeForAfrica/fix/charterafrica_consulta…
Browse files Browse the repository at this point in the history
…tion_page

"Pin" `sharp` version
  • Loading branch information
kilemensi authored Dec 13, 2023
2 parents 7b8431d + 6ba9d16 commit e9718b9
Show file tree
Hide file tree
Showing 5 changed files with 414 additions and 842 deletions.
2 changes: 1 addition & 1 deletion apps/charterafrica/contrib/dokku/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM codeforafrica/charterafrica-ui:0.1.16
FROM codeforafrica/charterafrica-ui:0.1.17
2 changes: 1 addition & 1 deletion apps/charterafrica/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "charterafrica",
"version": "0.1.16",
"version": "0.1.17",
"private": true,
"author": "Code for Africa <[email protected]>",
"description": "This is the official code for https://charter.africa site",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ exports[`<Articles /> renders unchanged 1`] = `
aria-hidden="true"
aria-invalid="false"
class="MuiSelect-nativeInput css-yf8vq0-MuiSelect-nativeInput"
name=":r1:"
tabindex="-1"
value="-publishedOn"
/>
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,10 @@
"node": "18.x",
"pnpm": "8"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"sharp": "^0.33.0"
}
}
}
Loading

0 comments on commit e9718b9

Please sign in to comment.