Skip to content

Commit

Permalink
fix(deps): remove cli-app-scripts peer dep [LIBS-587] (#1379)
Browse files Browse the repository at this point in the history
* fix(deps): remove cli-app-scripts peer dep

* chore: group dependencies in package.json
  • Loading branch information
KaiVandivier authored Apr 9, 2024
1 parent 606af42 commit 3598375
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions services/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,6 @@
"files": [
"build/**"
],
"peerDependencies": {
"@dhis2/app-service-config": "3.10.3",
"@dhis2/cli-app-scripts": "^7.1.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 All @@ -45,5 +33,11 @@
},
"dependencies": {
"react-query": "^3.13.11"
},
"peerDependencies": {
"@dhis2/app-service-config": "3.10.3",
"prop-types": "^15.7.2",
"react": "^16.8",
"react-dom": "^16.8"
}
}

0 comments on commit 3598375

Please sign in to comment.