Skip to content

Commit

Permalink
fix(deps): test out circular dependency as infinite install loop cause
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVandivier committed Apr 5, 2024
1 parent 0674f77 commit be8fdae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions services/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,16 @@
],
"peerDependencies": {
"@dhis2/app-service-config": "3.10.4-alpha.1",
"@dhis2/cli-app-scripts": "^11.1.1-alpha.1",
"prop-types": "^15.7.2",
"react": "^16.8",
"react-dom": "^16.8"
},
"peerDependenciesMeta": {
"@dhis2/cli-app-scripts": {
"optional": true
}
},
"scripts": {
"build:types": "tsc --emitDeclarationOnly --outDir ./build/types",
"build:package": "d2-app-scripts build",
Expand Down

0 comments on commit be8fdae

Please sign in to comment.