Skip to content

Commit

Permalink
chore(dependencies): upgrade ui to v9 (#3115)
Browse files Browse the repository at this point in the history
set resolution to ^9 since cli-app-scripts hasn't been upgraded to ui^9 yet.
  • Loading branch information
jenniferarnesen authored and HendrikThePendric committed Jan 25, 2024
1 parent 5ff0c7b commit 6997e2f
Show file tree
Hide file tree
Showing 2 changed files with 453 additions and 449 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"postinstall": "patch-package"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "^10.3.11",
"@dhis2/cli-app-scripts": "^10.4.0",
"@dhis2/cli-style": "^10.5.1",
"@dhis2/cypress-commands": "^10.0.3",
"@dhis2/cypress-plugins": "^10.0.3",
Expand All @@ -46,7 +46,7 @@
"@dhis2/app-service-datastore": "^1.0.0-beta.3",
"@dhis2/d2-i18n": "^1.1.3",
"@dhis2/maps-gl": "^3.8.6",
"@dhis2/ui": "^8.16.0",
"@dhis2/ui": "^9.2.0",
"@krakenjs/post-robot": "^11.0.0",
"@reportportal/agent-js-cypress": "git+https://github.com/dhis2/agent-js-cypress.git#develop",
"@reportportal/agent-js-jest": "^5.0.7",
Expand Down Expand Up @@ -80,5 +80,8 @@
"redux-thunk": "^2.4.2",
"styled-jsx": "^4.0.1",
"url-polyfill": "^1.1.12"
},
"resolutions": {
"@dhis2/ui": "^9.2.0"
}
}
Loading

0 comments on commit 6997e2f

Please sign in to comment.