Skip to content

Commit

Permalink
fix: bump ui library (#882)
Browse files Browse the repository at this point in the history
* fix: bump ui library

to avoid all the propTypes errors in React 18

* fix: bump adapter peer dependency for for UI library

---------

Co-authored-by: Kai Vandivier <kpvandivier@gmail.com>
  • Loading branch information
kabaros and KaiVandivier authored Oct 8, 2024
1 parent cc19467 commit 1ae9569
Show file tree
Hide file tree
Showing 3 changed files with 1,014 additions and 1,204 deletions.
2 changes: 1 addition & 1 deletion adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"peerDependencies": {
"@dhis2/app-runtime": "^3.10.4",
"@dhis2/d2-i18n": "^1",
"@dhis2/ui": ">=9.8.9",
"@dhis2/ui": ">=9.11.7",
"classnames": "^2",
"moment": "^2",
"prop-types": "^15",
Expand Down
2 changes: 1 addition & 1 deletion shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@dhis2/app-runtime": "^3.10.4",
"@dhis2/d2-i18n": "^1.1.1",
"@dhis2/pwa": "12.0.0-alpha.16",
"@dhis2/ui": "^9.8.9",
"@dhis2/ui": "^9.11.7",
"classnames": "^2.2.6",
"moment": "^2.29.1",
"post-robot": "^10.0.46",
Expand Down
Loading

0 comments on commit 1ae9569

Please sign in to comment.