Skip to content

Commit

Permalink
deps: build script generates cds8 dependency in deployer app (#758)
Browse files Browse the repository at this point in the history
this should not impact the dependencies of the actual node project,
hence this is not a breaking change

Co-authored-by: Johannes Vogel <[email protected]>
  • Loading branch information
patricebender and johannes-vogel authored Jul 25, 2024
1 parent 67a2c22 commit 5c21a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres/cds-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cds.build?.register?.('postgres', class PostgresBuildPlugin extends cds.build.Pl
} else {
promises.push(
this.write({
dependencies: { '@sap/cds': '^7', '@cap-js/postgres': '^1' },
dependencies: { '@sap/cds': '^8', '@cap-js/postgres': '^1' },
scripts: { start: 'cds-deploy' },
}).to('package.json'),
)
Expand Down

0 comments on commit 5c21a67

Please sign in to comment.