Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Josuto committed Dec 7, 2024
1 parent a64cf03 commit 7fc09ce
Show file tree
Hide file tree
Showing 4 changed files with 617 additions and 644 deletions.
35 changes: 19 additions & 16 deletions examples/nestjs-mongoose-book-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,40 +22,43 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "^10.4.5",
"@nestjs/core": "^10.4.5",
"@nestjs/mapped-types": "^2.0.5",
"@nestjs/mongoose": "^10.0.10",
"@nestjs/platform-express": "^10.4.5",
"@nestjs/common": "^10.4.13",
"@nestjs/core": "^10.4.13",
"@nestjs/mapped-types": "^2.0.6",
"@nestjs/mongoose": "^10.1.0",
"@nestjs/platform-express": "^10.4.13",
"class-transformer": "^0.5.1",
"mongoose": "^8.7.2",
"mongoose": "^8.8.4",
"monguito": "link:../../",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@nestjs/cli": "^10.4.5",
"@nestjs/schematics": "^10.2.2",
"@nestjs/testing": "^10.4.5",
"@nestjs/cli": "^10.4.8",
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.13",
"@types/express": "^5.0.0",
"@types/jest": "29.5.13",
"@types/node": "22.7.7",
"@types/jest": "29.5.14",
"@types/node": "22.10.1",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"eslint": "^9.13.0",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-no-only-or-skip-tests": "^2.6.2",
"eslint-plugin-prettier": "^5.2.1",
"jest": "29.7.0",
"mongodb-memory-server": "^10.1.2",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"source-map-support": "^0.5.21",
"supertest": "^7.0.0",
"ts-jest": "29.2.5",
"ts-node": "^10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"resolutions": {
"wrap-ansi": "^7.0.0"
}
}
Loading

0 comments on commit 7fc09ce

Please sign in to comment.