Skip to content

Commit

Permalink
fix(deps): test npm package overrides (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVandivier committed Apr 5, 2024
1 parent 1e3ed26 commit d6311f3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions packages/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@
"@dhis2/cli-utils": "4.2.5-alpha.3",
"cli-table3": "^0.6.0",
"envinfo": "^7.5.0",
"inquirer": "^7.1.0",
"react": "16.14.0",
"react-dom": "16.14.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

0 comments on commit d6311f3

Please sign in to comment.