diff --git a/content/pages/account/update.md b/content/pages/account/update.md index 8f664347..6c446650 100644 --- a/content/pages/account/update.md +++ b/content/pages/account/update.md @@ -1,5 +1,4 @@ --- - title: Edit your details firstName: First Name lastName: Last Name @@ -9,5 +8,4 @@ changePasswordLabel: Change your password changePasswordLink: /account/settings/update/password buttonLabel: Update email: Email - --- diff --git a/package.json b/package.json index 0bbc153c..395b5728 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,8 @@ ] }, "engines": { - "node": ">=12.18.0 <17.x", - "yarn": ">=1.19.2 <2.x" - } + "node": "20.x", + "yarn": "1" + }, + "packageManager": "yarn@1.22.22" } diff --git a/src/components/Chart/index.js b/src/components/Chart/index.js index 52634e35..b2f0c5e3 100644 --- a/src/components/Chart/index.js +++ b/src/components/Chart/index.js @@ -141,7 +141,7 @@ function Chart({ className, data, ...props }) { if (data) { renderChart(); } - }, [data, handler, isUpMd]); + }, [data, handler, isMd, isUpMd]); if (!data?.length) { return null; diff --git a/yarn.lock b/yarn.lock index 486ea55e..22e3a0a9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"