Skip to content

Commit

Permalink
chore: bumping dependencies (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpb06 authored Mar 30, 2024
1 parent 5136122 commit 9df3157
Show file tree
Hide file tree
Showing 2 changed files with 319 additions and 289 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,42 +39,42 @@
"sync-icons": "yarn generateReadmeIcons -h 50"
},
"dependencies": {
"@nestjs/common": "^10.3.3",
"@nestjs/core": "^10.3.3",
"@nestjs/platform-express": "^10.3.3",
"@nestjs/swagger": "^7.3.0",
"@prisma/client": "^5.10.2",
"@nestjs/common": "^10.3.7",
"@nestjs/core": "^10.3.7",
"@nestjs/platform-express": "^10.3.7",
"@nestjs/swagger": "^7.3.1",
"@prisma/client": "^5.11.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"dotenv-flow": "^4.1.0",
"reflect-metadata": "^0.2.1",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"swagger-ui-express": "^5.0.0"
},
"devDependencies": {
"@nestjs/cli": "^10.3.2",
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.3",
"@swc/core": "^1.4.6",
"@nestjs/testing": "^10.3.7",
"@swc/core": "^1.4.11",
"@swc/jest": "^0.2.36",
"@types/dotenv-flow": "^3.2.0",
"@types/express": "^4.17.17",
"@types/jest": "29.5.12",
"@types/node": "^20.11.25",
"@types/node": "^20.12.2",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"date-fns": "^3.3.1",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"date-fns": "^3.6.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-prettier": "^5.1.3",
"express": "^4.18.3",
"express": "^4.19.2",
"jest": "^29.5.0",
"jest-mock-extended": "^3.0.4",
"prettier": "^3.2.5",
"prisma": "^5.10.2",
"prisma": "^5.11.0",
"readme-package-icons": "^1.1.14",
"rimraf": "^5.0.1",
"source-map-support": "^0.5.21",
Expand All @@ -83,8 +83,8 @@
"ts-node": "^10.9.1",
"ts-paths-transform": "^2.0.3",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.4.2",
"webpack": "^5.90.3"
"typescript": "^5.4.3",
"webpack": "^5.91.0"
},
"engines": {
"node": "20.x",
Expand Down
Loading

0 comments on commit 9df3157

Please sign in to comment.