-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #668 from CodeForAfrica/fix/charterafrica_consulta…
…tion_page Fix @charterafrica consultation page spacing
- Loading branch information
Showing
18 changed files
with
1,717 additions
and
1,711 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
FROM codeforafrica/charterafrica-ui:0.1.15 | ||
FROM codeforafrica/charterafrica-ui:0.1.16 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "charterafrica", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"private": true, | ||
"author": "Code for Africa <[email protected]>", | ||
"description": "This is the official code for https://charter.africa site", | ||
|
@@ -36,8 +36,8 @@ | |
"db-rollback": "migrate-mongo down" | ||
}, | ||
"dependencies": { | ||
"@aws-sdk/client-s3": "^3.468.0", | ||
"@aws-sdk/lib-storage": "^3.468.0", | ||
"@aws-sdk/client-s3": "^3.470.0", | ||
"@aws-sdk/lib-storage": "^3.470.0", | ||
"@commons-ui/core": "workspace:*", | ||
"@commons-ui/next": "workspace:*", | ||
"@emotion/cache": "^11.11.0", | ||
|
@@ -46,7 +46,7 @@ | |
"@emotion/styled": "^11.11.0", | ||
"@mui/material": "^5.14.20", | ||
"@mui/utils": "^5.14.20", | ||
"@next/env": "^14.0.3", | ||
"@next/env": "^14.0.4", | ||
"@nivo/core": "^0.84.0", | ||
"@nivo/pie": "^0.84.0", | ||
"@nivo/tooltip": "^0.84.0", | ||
|
@@ -55,14 +55,14 @@ | |
"@payloadcms/plugin-nested-docs": "^1.0.9", | ||
"@payloadcms/plugin-seo": "^1.0.15", | ||
"@react-spring/web": "^9.7.3", | ||
"@sentry/nextjs": "^7.85.0", | ||
"@sentry/nextjs": "^7.86.0", | ||
"airtable": "^0.12.2", | ||
"dotenv": "^16.3.1", | ||
"express": "^4.18.2", | ||
"leaflet": "^1.9.4", | ||
"migrate-mongo": "^11.0.0", | ||
"monaco-editor": "^0.44.0", | ||
"next": "^14.0.3", | ||
"next": "^14.0.4", | ||
"next-seo": "^6.4.0", | ||
"nodemailer-sendgrid": "^1.0.3", | ||
"payload": "^1.15.8", | ||
|
@@ -81,17 +81,17 @@ | |
"videojs-youtube": "^3.0.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.23.5", | ||
"@babel/core": "^7.23.6", | ||
"@babel/preset-react": "^7.23.3", | ||
"@babel/register": "^7.22.15", | ||
"@babel/runtime": "^7.23.5", | ||
"@babel/runtime": "^7.23.6", | ||
"@commons-ui/testing-library": "workspace:*", | ||
"@playwright/test": "^1.40.1", | ||
"@svgr/webpack": "^8.1.0", | ||
"@swc/core": "^1.3.100", | ||
"@types/express": "^4.17.21", | ||
"@types/node": "^18.19.2", | ||
"@types/react": "^18.2.42", | ||
"@types/node": "^18.19.3", | ||
"@types/react": "^18.2.43", | ||
"babel-jest": "^29.7.0", | ||
"eslint": "^8.55.0", | ||
"eslint-config-commons-ui": "workspace:*", | ||
|
@@ -101,9 +101,9 @@ | |
"jest": "^29.7.0", | ||
"jest-config-commons-ui": "workspace:*", | ||
"playwright-config-commons-ui": "workspace:*", | ||
"prettier": "^3.1.0", | ||
"prettier": "^3.1.1", | ||
"react-test-renderer": "^18.2.0", | ||
"ts-node": "^10.9.1", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.3.3", | ||
"webpack": "^5.89.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.