Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Fay committed Aug 12, 2023
1 parent 6b6fa8e commit 512a65e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iaminfinity/express-cassandra",
"version": "6.0.5",
"version": "6.0.6",
"description": "Nest - modern, fast, powerful node.js web framework (@express-cassandra)",
"author": {
"name": "Fahim Rahman",
Expand All @@ -23,23 +23,23 @@
},
"homepage": "https://github.com/ifaim/nestjs-express-cassandra",
"peerDependencies": {
"@nestjs/common": "^6.7.0",
"@nestjs/core": "^6.7.0",
"@nestjs/common": "^10.1.3",
"@nestjs/core": "^10.1.3",
"cassandra-driver": "^4.6.2",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.0.0"
"rxjs": "^7.1.0"
},
"devDependencies": {
"@nestjs/common": "6.8.5",
"@nestjs/core": "6.8.5",
"@nestjs/common": "^10.1.3",
"@nestjs/core": "^10.1.3",
"@types/node": "10.12.18",
"husky": "3.0.9",
"lint-staged": "9.4.2",
"prettier": "1.18.2",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.3",
"rxjs": "^7.1.0",
"tslint": "5.20.0",
"typescript": "3.6.4"
"typescript": "^5.1.6"
},
"lint-staged": {
"*.ts": [
Expand Down

0 comments on commit 512a65e

Please sign in to comment.