Skip to content

Commit

Permalink
fix(deps): new versions of UI and app runtime (#840)
Browse files Browse the repository at this point in the history
* fix(deps): upgrade @dhis2/app-runtime for peer deps fix

* fix(deps): use latest @dhis2/ui for peer deps fix
  • Loading branch information
KaiVandivier committed Apr 9, 2024
1 parent 43b950e commit 54c984d
Show file tree
Hide file tree
Showing 3 changed files with 464 additions and 466 deletions.
2 changes: 1 addition & 1 deletion adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"test": "d2-app-scripts test"
},
"peerDependencies": {
"@dhis2/app-runtime": "^3.10.4-alpha.1",
"@dhis2/app-runtime": "^3.10.4",
"@dhis2/d2-i18n": "^1",
"@dhis2/ui": ">=9.2.0",
"classnames": "^2",
Expand Down
7 changes: 2 additions & 5 deletions shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
},
"dependencies": {
"@dhis2/app-adapter": "11.1.1-alpha.2",
"@dhis2/app-runtime": "^3.10.4-alpha.1",
"@dhis2/app-runtime": "^3.10.4",
"@dhis2/d2-i18n": "^1.1.1",
"@dhis2/pwa": "11.1.1-alpha.2",
"@dhis2/ui": "^9.2.0",
"@dhis2/ui": "^9.4.4",
"classnames": "^2.2.6",
"moment": "^2.29.1",
"post-robot": "^10.0.46",
Expand All @@ -32,9 +32,6 @@
"typeface-roboto": "^0.0.75",
"typescript": "^3.6.3"
},
"resolutions": {
"@dhis2/app-runtime": "^3.10.4-alpha.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
Expand Down

0 comments on commit 54c984d

Please sign in to comment.