Skip to content

Commit

Permalink
chore: Remove unwanted dependencies (#54)
Browse files Browse the repository at this point in the history
* remove unwanted dependencies

* fix
  • Loading branch information
deekshas8 authored Aug 5, 2024
1 parent d9c9d0f commit 0f34a86
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 27 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,10 @@
"lint": "pnpm -r run lint",
"lint:fix": "pnpm -r run lint:fix"
},
"dependencies": {
"@sap-cloud-sdk/connectivity": "^3.17.0",
"@sap-cloud-sdk/http-client": "^3.16.0",
"@sap-cloud-sdk/util": "^3.16.0"
},
"devDependencies": {
"@sap-cloud-sdk/eslint-config": "^3.14.0",
"@sap-cloud-sdk/eslint-config": "^3.17.0",
"@sap-cloud-sdk/connectivity": "^3.17.0",
"@sap-cloud-sdk/http-client": "^3.17.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.14",
"eslint": "^9.8.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/ai-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"lint:fix": "eslint . --fix && prettier . --config ../../.prettierrc --ignore-path ../../.prettierignore -w --log-level error"
},
"dependencies": {
"@sap-cloud-sdk/openapi": "^3.16.0"
"@sap-cloud-sdk/connectivity": "^3.17.0",
"@sap-cloud-sdk/openapi": "^3.17.0"
},
"devDependencies": {
"typescript": "^5.5.4"
Expand Down
7 changes: 3 additions & 4 deletions packages/gen-ai-hub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,12 @@
"generate": "openapi-generator -i ./src/orchestration/spec/ -o ./src/orchestration/client"
},
"dependencies": {
"@sap-cloud-sdk/http-client": "^3.16.0",
"@sap-cloud-sdk/http-client": "^3.17.0",
"@sap-cloud-sdk/connectivity": "^3.17.0",
"@sap-cloud-sdk/util": "^3.16.0",
"@sap-cloud-sdk/openapi": "^3.16.0"
"@sap-cloud-sdk/util": "^3.17.0"
},
"devDependencies": {
"@sap-cloud-sdk/openapi-generator": "3.17.0",
"@sap-cloud-sdk/openapi-generator": "^3.17.0",
"typescript": "^5.5.4",
"nock": "^13.5.4"
}
Expand Down
28 changes: 12 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0f34a86

Please sign in to comment.