Skip to content

Commit

Permalink
chore: fix depedency checks
Browse files Browse the repository at this point in the history
  • Loading branch information
KavithaSiva committed Nov 28, 2024
1 parent 08630b5 commit 8e75c8d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
3 changes: 1 addition & 2 deletions packages/rage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"check:public-api": "node --loader ts-node/esm ../../scripts/check-public-api-cli.ts"
},
"dependencies": {
"@sap-ai-sdk/core": "workspace:^",
"@sap-cloud-sdk/connectivity": "^3.23.0"
"@sap-ai-sdk/core": "workspace:^"
}
}
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

4 changes: 3 additions & 1 deletion sample-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
"@langchain/core": "0.3.19",
"@langchain/textsplitters": "0.1.0",
"@sap-cloud-sdk/util": "^3.23.0",
"@sap-cloud-sdk/http-client": "^3.23.0",
"@types/express": "^5.0.0",
"express": "^4.21.1"
"express": "^4.21.1",
"dotenv": "^16.4.5"
}
}

0 comments on commit 8e75c8d

Please sign in to comment.