Skip to content

Commit

Permalink
fix: change dhis/ui to a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kabaros committed Nov 11, 2024
1 parent 6e90419 commit a507d1f
Show file tree
Hide file tree
Showing 2 changed files with 577 additions and 1,634 deletions.
6 changes: 4 additions & 2 deletions shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@
},
"dependencies": {
"@dhis2/app-adapter": "12.0.0-alpha.23",
"@dhis2/app-runtime": "^3.11.1",
"@dhis2/d2-i18n": "^1.1.1",
"@dhis2/pwa": "12.0.0-alpha.23",
"@dhis2/ui": "^9.11.7",
"classnames": "^2.2.6",
"moment": "^2.29.1",
"post-robot": "^10.0.46",
Expand All @@ -31,6 +29,10 @@
"typeface-roboto": "^0.0.75",
"typescript": "^5.6.3"
},
"peerDependencies": {
"@dhis2/ui": ">=9",
"@dhis2/app-runtime": "^3.11.1"
},
"scripts": {
"analyze": "source-map-explorer 'build/assets/*.js'"
},
Expand Down
Loading

0 comments on commit a507d1f

Please sign in to comment.