Skip to content

Commit

Permalink
update version to 0.5.16
Browse files Browse the repository at this point in the history
update dependencies
update neo4j docker image version for e2e test to neo4j:5.22.0-enterprise
refactor peerDependencies to define more precise version ranges

- Updated @nestjs/common and @nestjs/core peerDependencies to ">=7.0.0 <11.0.0" to support all major versions from 7.x to 10.x while avoiding potential breaking changes in future major versions (11.x and beyond).
- Updated neo4j-driver peerDependency to ">=4.0.0 <6.0.0" to cover versions 4.x and 5.x, preventing compatibility issues with future major releases.
- Adjusted reflect-metadata peerDependency to ">=0.1.13 <1.0.0" for a more controlled range before the next major release.
- Limited rxjs peerDependency to ">=7.0.0 <8.0.0" to ensure compatibility within the 7.x series and avoid breaking changes in version 8.x.
  • Loading branch information
Popotojs committed Aug 19, 2024
1 parent 9090840 commit 0212602
Show file tree
Hide file tree
Showing 4 changed files with 760 additions and 625 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
neo4j:
image: neo4j:5.19.0-enterprise
image: neo4j:5.22.0-enterprise
restart: unless-stopped
ports:
- "7474:7474"
Expand Down
Loading

0 comments on commit 0212602

Please sign in to comment.