Skip to content

Commit

Permalink
fix: update dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
abuaboud authored Aug 13, 2024
1 parent 99c1e18 commit 1118030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/api/src/app/copilot/copilot.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export const copilotService = {
}, {} as Record<string, string>),
packageJson: {
dependencies: response.packages.reduce((acc, curr) => {
acc[curr] = curr
acc[curr] = '*'
return acc
}, {} as Record<string, string>),
},
Expand Down

0 comments on commit 1118030

Please sign in to comment.