From 5d743fccc2f68a8e5a5078b02aa25e6c679772be Mon Sep 17 00:00:00 2001 From: Kai Vandivier <49666798+KaiVandivier@users.noreply.github.com> Date: Tue, 9 Apr 2024 15:15:04 +0200 Subject: [PATCH] fix(deps): upgrade @dhis2/multi-calendar-dates for relaxed peer deps fix (#1472) --- components/calendar/package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/calendar/package.json b/components/calendar/package.json index d34d3b965c..cc90d51b1e 100644 --- a/components/calendar/package.json +++ b/components/calendar/package.json @@ -27,8 +27,8 @@ "test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js" }, "peerDependencies": { - "react": "^16.8", "@dhis2/d2-i18n": "^1", + "react": "^16.8", "react-dom": "^16.8", "styled-jsx": "^4" }, @@ -38,7 +38,7 @@ "@dhis2-ui/input": "9.4.3", "@dhis2-ui/layer": "9.4.3", "@dhis2-ui/popper": "9.4.3", - "@dhis2/multi-calendar-dates": "1.0.2", + "@dhis2/multi-calendar-dates": "^1.1.1", "@dhis2/prop-types": "^3.1.2", "@dhis2/ui-constants": "9.4.3", "@dhis2/ui-icons": "9.4.3", diff --git a/yarn.lock b/yarn.lock index 0dac4c4cb7..d9e3542108 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2586,10 +2586,10 @@ i18next "^10.3" moment "^2.24.0" -"@dhis2/multi-calendar-dates@1.0.2": - version "1.0.2" - resolved "https://registry.yarnpkg.com/@dhis2/multi-calendar-dates/-/multi-calendar-dates-1.0.2.tgz#e54dc85e512aba93fceef3004e67e199077f3ba8" - integrity sha512-oQZ7PFMwHFpt4ygDN9DmAeYO3g07L7AHJW6diZ37mzpkEF/DyMafhsZHnJWNlTH5HDp8nYuO3EjBiM7fZN6C0g== +"@dhis2/multi-calendar-dates@^1.1.1": + version "1.1.1" + resolved "https://registry.yarnpkg.com/@dhis2/multi-calendar-dates/-/multi-calendar-dates-1.1.1.tgz#fb76a77114ce0b757db7dd9f588d1a47809732da" + integrity sha512-kaisVuRGfdqY/Up6sWqgc81K67ymPVoRYgYRcT29z61ol2WhiTXTSTuRX/gDO1VKjmskeB5/badRrdLMf4BBUA== dependencies: "@js-temporal/polyfill" "^0.4.2" classnames "^2.3.2"