Skip to content

Commit

Permalink
Update provided version of NestJS deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper Blues authored and Jasper Blues committed Feb 12, 2025
1 parent e2c262e commit c3f01ef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liberation-data/drivine",
"version": "2.8.1",
"version": "2.8.2",
"description": "Best and fastest graph database client for TypeScript / Node.js. Provides a level of abstraction for building highly scalable applications, without compromising architectural integrity",
"author": "Jasper Blues | Liberation Data",
"license": "LGPL-3.0-or-later or Apache-2.0",
Expand Down Expand Up @@ -54,9 +54,9 @@
},
"peerDependencies": {
"@bitnine-oss/ag-driver": "^0.1.0",
"@nestjs/common": ">= 6 <= 10",
"@nestjs/core": ">= 6 <= 10",
"@nestjs/platform-express": ">= 6 <= 10",
"@nestjs/common": ">= 6 <= 11",
"@nestjs/core": ">= 6 <= 11",
"@nestjs/platform-express": ">= 6 <= 11",
"class-transformer": ">= ^0.5.1",
"class-validator": ">= 0.14.0",
"neo4j-driver": "^5.27.0",
Expand Down

0 comments on commit c3f01ef

Please sign in to comment.