Skip to content

Commit

Permalink
chore: Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
unlight committed Aug 4, 2023
1 parent 64a9854 commit a9db9de
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
}
},
"dependencies": {
"@prisma/generator-helper": "^5.0.0",
"@prisma/generator-helper": "^5.1.1",
"await-event-emitter": "^2.0.2",
"filenamify": "4.X",
"flat": "^5.0.2",
Expand All @@ -87,53 +87,53 @@
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@nestjs/apollo": "^12.0.7",
"@nestjs/common": "^10.1.1",
"@nestjs/core": "^10.1.1",
"@nestjs/common": "^10.1.3",
"@nestjs/core": "^10.1.3",
"@nestjs/graphql": "^12.0.8",
"@nestjs/platform-express": "^10.1.1",
"@nestjs/platform-express": "^10.1.3",
"@paljs/plugins": "^5.3.3",
"@prisma/client": "^5.0.0",
"@prisma/client": "^5.1.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@swc/core": "^1.3.70",
"@swc/core": "^1.3.74",
"@swc/helpers": "^0.5.1",
"@swc/register": "^0.1.10",
"@types/flat": "^5.0.2",
"@types/graceful-fs": "^4.1.6",
"@types/lodash": "^4.14.195",
"@types/lodash": "^4.14.196",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.4",
"@types/node": "^20.4.7",
"@types/pluralize": "^0.0.30",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"apollo-server-express": "^3.10.0",
"c8": "^8.0.0",
"c8": "^8.0.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"commitizen": "^4.3.0",
"cz-customizable": "^7.0.0",
"decimal.js": "^10.4.3",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"eslint-import-resolver-node": "^0.3.7",
"eslint-plugin-etc": "^2.0.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-regexp": "^1.15.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sort-class-members": "^1.18.0",
"eslint-plugin-unicorn": "^48.0.0",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-wix-editor": "^3.3.0",
"expect": "^29.6.1",
"expect": "^29.6.2",
"git-branch-is": "^4.0.0",
"graphql": "^16.7.1",
"graphql-scalars": "^1.22.2",
"graphql-type-json": "^0.3.2",
"mocha": "^10.2.0",
"ololog": "^1.1.175",
"precise-commits": "^1.0.2",
"prettier": "^3.0.0",
"prisma": "^5.0.0",
"prettier": "^3.0.1",
"prisma": "^5.1.1",
"prisma-graphql-type-decimal": "^3.0.0",
"reflect-metadata": "^0.1.13",
"request": "^2.88.2",
Expand All @@ -147,6 +147,6 @@
"watchexec-bin": "^1.0.0"
},
"overrides": {
"prisma": "^5.0.0"
"prisma": "^5.1.1"
}
}

0 comments on commit a9db9de

Please sign in to comment.