Skip to content

Commit

Permalink
chore: update dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Josuto committed Jun 6, 2024
1 parent 73dc6de commit 49ab8cd
Show file tree
Hide file tree
Showing 4 changed files with 336 additions and 310 deletions.
24 changes: 12 additions & 12 deletions examples/nestjs-mongoose-book-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,37 +22,37 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "^10.3.8",
"@nestjs/core": "^10.3.8",
"@nestjs/common": "^10.3.9",
"@nestjs/core": "^10.3.9",
"@nestjs/mapped-types": "^2.0.5",
"@nestjs/mongoose": "^10.0.6",
"@nestjs/platform-express": "^10.3.8",
"@nestjs/platform-express": "^10.3.9",
"class-transformer": "^0.5.1",
"mongoose": "^8.3.4",
"mongoose": "^8.4.1",
"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.8",
"@nestjs/testing": "^10.3.9",
"@types/express": "^4.17.21",
"@types/jest": "29.5.12",
"@types/node": "20.12.11",
"@types/node": "20.14.2",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^9.2.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"eslint": "^9.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-no-only-or-skip-tests": "^2.6.2",
"eslint-plugin-prettier": "^5.1.3",
"jest": "29.7.0",
"mongodb-memory-server": "^9.2.0",
"prettier": "^3.2.5",
"mongodb-memory-server": "^9.3.0",
"prettier": "^3.3.1",
"source-map-support": "^0.5.21",
"supertest": "^7.0.0",
"ts-jest": "29.1.2",
"ts-jest": "29.1.4",
"ts-node": "^10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "^5.4.5"
Expand Down
Loading

0 comments on commit 49ab8cd

Please sign in to comment.