Skip to content

Commit

Permalink
Merge pull request #158 from CodeForAfrica/fix/outdated_build
Browse files Browse the repository at this point in the history
Fix outdated build
  • Loading branch information
kilemensi authored Jun 19, 2024
2 parents e67b44f + ca91aff commit 851c88a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
2 changes: 0 additions & 2 deletions content/pages/account/update.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---

title: Edit your details
firstName: First Name
lastName: Last Name
Expand All @@ -9,5 +8,4 @@ changePasswordLabel: Change your password
changePasswordLink: /account/settings/update/password
buttonLabel: Update
email: Email

---
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@
]
},
"engines": {
"node": ">=12.18.0 <17.x",
"yarn": ">=1.19.2 <2.x"
}
"node": "20.x",
"yarn": "1"
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion src/components/Chart/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ function Chart({ className, data, ...props }) {
if (data) {
renderChart();
}
}, [data, handler, isUpMd]);
}, [data, handler, isMd, isUpMd]);

if (!data?.length) {
return null;
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4528,9 +4528,9 @@ can-use-dom@^0.1.0:
integrity sha1-IsxKNKCrxDlQ9CxkEQJKP2NmtFo=

caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001283, caniuse-lite@^1.0.30001286:
version "1.0.30001311"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001311.tgz#682ef3f4e617f1a177ad943de59775ed3032e511"
integrity sha512-mleTFtFKfykEeW34EyfhGIFjGCqzhh38Y0LhdQ9aWF+HorZTtdgKV/1hEE0NlFkG2ubvisPV6l400tlbPys98A==
version "1.0.30001636"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001636.tgz"
integrity sha512-bMg2vmr8XBsbL6Lr0UHXy/21m84FTxDLWn2FSqMd5PrlbMxwJlQnC2YWYxVgp66PZE+BBNF2jYQUBKCo1FDeZg==

capture-exit@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit 851c88a

Please sign in to comment.