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 committed Nov 25, 2024
1 parent db8038c commit 9e22e88
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions services/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@
"files": [
"build/**"
],
"peerDependencies": {
"@dhis2/app-service-config": "3.11.0-alpha.1",
"prop-types": "^15.7.2",
"react": "^16.8 || ^18",
"react-dom": "^16.8 || ^18"
},
"scripts": {
"build:types": "tsc --emitDeclarationOnly --outDir ./build/types",
"build:package": "d2-app-scripts build",
Expand All @@ -39,5 +33,11 @@
},
"dependencies": {
"react-query": "^3.13.11"
},
"peerDependencies": {
"@dhis2/app-service-config": "3.11.0-alpha.1",
"prop-types": "^15.7.2",
"react": "^16.8 || ^18",
"react-dom": "^16.8 || ^18"
}
}

0 comments on commit 9e22e88

Please sign in to comment.