Skip to content

Commit

Permalink
deps: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kepelrs committed Nov 3, 2021
1 parent 39625e6 commit 8476312
Show file tree
Hide file tree
Showing 3 changed files with 717 additions and 438 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"author": "Kepelrs",
"module": "dist/nestjs-prisma-crud.esm.js",
"devDependencies": {
"@nestjs/common": "^8.0.6",
"@nestjs/common": "^8.1.2",
"@nestjs/core": "^8.0.6",
"@prisma/client": "^3.2.1",
"@prisma/client": "^3.4.0",
"husky": "^6.0.0",
"prisma": "^3.2.1",
"prisma": "^3.4.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.3.0",
"tsdx": "^0.14.1",
Expand Down
18 changes: 9 additions & 9 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"scaffold-module": "nest g -c nestjs-prisma-crud-schematics crud-resource"
},
"dependencies": {
"@nestjs/common": "^8.0.6",
"@nestjs/common": "^8.1.2",
"@nestjs/core": "^8.0.6",
"@nestjs/mapped-types": "^1.0.0",
"@nestjs/platform-express": "^8.0.6",
"@prisma/client": "^3.2.1",
"@prisma/client": "^3.4.0",
"class-transformer": "^0.4.0",
"class-validator": "^0.13.1",
"object-traversal": "^0.1.2",
Expand All @@ -39,23 +39,23 @@
"rxjs": "^7.3.0"
},
"devDependencies": {
"@nestjs/cli": "^8.0.0",
"@nestjs/cli": "^8.1.4",
"@nestjs/schematics": "^8.0.0",
"@nestjs/testing": "^8.0.0",
"@types/express": "^4.17.11",
"@types/jest": "^26.0.22",
"@types/jest": "^27.0.0",
"@types/node": "^14.14.36",
"@types/supertest": "^2.0.10",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"jest": "^26.6.3",
"jest": "^27.3.1",
"prettier": "^2.2.1",
"prisma": "^3.2.1",
"prisma": "^3.4.0",
"supertest": "^6.1.3",
"ts-jest": "^26.5.4",
"ts-jest": "^27.0.0",
"ts-loader": "^8.0.18",
"ts-node": "^9.1.1",
"tsconfig-paths": "^3.9.0",
Expand All @@ -81,8 +81,8 @@
"resolutions": {
"**/@typescript-eslint/eslint-plugin": "^4.11.1",
"**/@typescript-eslint/parser": "^4.11.1",
"**/jest": "^26.6.3",
"**/ts-jest": "^26.4.4",
"**/jest": "^27.0.0",
"**/ts-jest": "^27.0.0",
"**/typescript": "^4.1.5"
},
"prisma": {
Expand Down
Loading

0 comments on commit 8476312

Please sign in to comment.