Skip to content

Commit

Permalink
fix(deps): upgrade @dhis2/multi-calendar-dates for relaxed peer deps …
Browse files Browse the repository at this point in the history
…fix (#1472)
  • Loading branch information
KaiVandivier authored Apr 9, 2024
1 parent fcbf93d commit 5d743fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions components/calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5d743fc

Please sign in to comment.