Skip to content

Commit

Permalink
fix(deps): upgrade @dhis2/cli-app-scripts to alpha3 for peer deps fix…
Browse files Browse the repository at this point in the history
…es (#623)

* chore(deps): remove overrides

* fix(deps): upgrade @dhis2/cli-app-scripts to alpha3 for peer deps fixes in runtime and ui
  • Loading branch information
KaiVandivier committed Apr 9, 2024
1 parent af441f7 commit e7c3f8f
Show file tree
Hide file tree
Showing 3 changed files with 15,358 additions and 16,053 deletions.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "BSD-3-Clause",
"private": false,
"dependencies": {
"@dhis2/cli-app-scripts": "^11.1.1-alpha.1",
"@dhis2/cli-app-scripts": "^11.1.1-alpha.3",
"@dhis2/cli-helpers-engine": "^3.2.1"
},
"publishConfig": {
Expand Down
6 changes: 0 additions & 6 deletions packages/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@
"envinfo": "^7.5.0",
"inquirer": "^7.1.0"
},
"overrides": {
"@dhis2/cli-app-scripts": "^11.1.1-alpha.1",
"@dhis2/app-runtime": "^3.10.4-alpha.1",
"react": "^16.14.0",
"react-dom": "^16.14.0"
},
"bin": {
"d2": "bin/d2"
},
Expand Down
Loading

0 comments on commit e7c3f8f

Please sign in to comment.