Skip to content

Commit

Permalink
chore: update dependencies (*)
Browse files Browse the repository at this point in the history
(*) All is missing is Mongoose; updating to 8.7.2 causes a TS compilation error around `document.__v`, as `__v` is not some property defined at `Auditable`. Further investigation is required.
  • Loading branch information
Josuto committed Oct 19, 2024
1 parent 15b94d8 commit 3e55c8f
Show file tree
Hide file tree
Showing 4 changed files with 1,939 additions and 2,293 deletions.
38 changes: 19 additions & 19 deletions examples/nestjs-mongoose-book-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,39 +22,39 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "^10.3.9",
"@nestjs/core": "^10.3.9",
"@nestjs/common": "^10.4.5",
"@nestjs/core": "^10.4.5",
"@nestjs/mapped-types": "^2.0.5",
"@nestjs/mongoose": "^10.0.6",
"@nestjs/platform-express": "^10.3.9",
"@nestjs/mongoose": "^10.0.10",
"@nestjs/platform-express": "^10.4.5",
"class-transformer": "^0.5.1",
"mongoose": "^8.4.1",
"mongoose": "^8.7.2",
"monguito": "link:../../",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@nestjs/cli": "^10.3.2",
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.9",
"@types/express": "^4.17.21",
"@types/jest": "29.5.12",
"@types/node": "20.14.2",
"@nestjs/cli": "^10.4.5",
"@nestjs/schematics": "^10.2.2",
"@nestjs/testing": "^10.4.5",
"@types/express": "^5.0.0",
"@types/jest": "29.5.13",
"@types/node": "22.7.7",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"eslint": "^9.4.0",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-no-only-or-skip-tests": "^2.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier": "^5.2.1",
"jest": "29.7.0",
"mongodb-memory-server": "^9.3.0",
"prettier": "^3.3.1",
"mongodb-memory-server": "^10.1.2",
"prettier": "^3.3.3",
"source-map-support": "^0.5.21",
"supertest": "^7.0.0",
"ts-jest": "29.1.4",
"ts-jest": "29.2.5",
"ts-node": "^10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "^5.4.5"
"typescript": "^5.6.3"
}
}
Loading

0 comments on commit 3e55c8f

Please sign in to comment.