Skip to content

Commit

Permalink
chore!: Update packages
Browse files Browse the repository at this point in the history
BREAKING CHANGES:
Updated to Prisma 5
  • Loading branch information
unlight committed Jul 24, 2023
1 parent 10b1d30 commit 7e640a7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@nestjs/apollo": "^12.0.7",
"@nestjs/common": "^10.1.0",
"@nestjs/core": "^10.1.0",
"@nestjs/common": "^10.1.1",
"@nestjs/core": "^10.1.1",
"@nestjs/graphql": "^12.0.8",
"@nestjs/platform-express": "^10.1.0",
"@nestjs/platform-express": "^10.1.1",
"@paljs/plugins": "^5.3.3",
"@prisma/client": "^5.0.0",
"@semantic-release/changelog": "^6.0.3",
Expand All @@ -104,8 +104,8 @@
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.4",
"@types/pluralize": "^0.0.30",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"apollo-server-express": "^3.10.0",
"c8": "^8.0.0",
"class-transformer": "^0.5.1",
Expand Down Expand Up @@ -142,7 +142,7 @@
"simplytyped": "^3.3.0",
"temp-dir": "2.X",
"ts-node": "^10.9.1",
"tslib": "^2.6.0",
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"watchexec-bin": "^1.0.0"
},
Expand Down

0 comments on commit 7e640a7

Please sign in to comment.