Skip to content

Commit

Permalink
chore: Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
unlight committed Sep 23, 2023
1 parent 072580c commit 30c8f59
Showing 1 changed file with 29 additions and 32 deletions.
61 changes: 29 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@
}
},
"dependencies": {
"@prisma/generator-helper": "^5.1.1",
"@prisma/generator-helper": "^5.3.1",
"await-event-emitter": "^2.0.2",
"filenamify": "4.X",
"flat": "^5.0.2",
"flat": "5.X",
"get-relative-path": "^1.0.2",
"graceful-fs": "^4.2.11",
"json5": "^2.2.3",
Expand All @@ -84,69 +84,66 @@
"ts-morph": ">=11 <=16"
},
"devDependencies": {
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@nestjs/apollo": "^12.0.7",
"@nestjs/common": "^10.1.3",
"@nestjs/core": "^10.1.3",
"@nestjs/graphql": "^12.0.8",
"@nestjs/platform-express": "^10.1.3",
"@paljs/plugins": "^5.3.3",
"@prisma/client": "^5.1.1",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@nestjs/apollo": "^12.0.9",
"@nestjs/common": "^10.2.6",
"@nestjs/core": "^10.2.6",
"@nestjs/graphql": "^12.0.9",
"@nestjs/platform-express": "^10.2.6",
"@paljs/plugins": "^6.0.7",
"@prisma/client": "^5.3.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@swc/core": "^1.3.74",
"@swc/helpers": "^0.5.1",
"@swc/core": "^1.3.87",
"@swc/helpers": "^0.5.2",
"@swc/register": "^0.1.10",
"@types/flat": "^5.0.2",
"@types/graceful-fs": "^4.1.6",
"@types/lodash": "^4.14.196",
"@types/flat": "^5.0.3",
"@types/graceful-fs": "^4.1.7",
"@types/lodash": "^4.14.199",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.7",
"@types/node": "^20.6.3",
"@types/pluralize": "^0.0.30",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"apollo-server-express": "^3.10.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.46.0",
"eslint-import-resolver-node": "^0.3.7",
"eslint": "^8.50.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-etc": "^2.0.3",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-import": "^2.28.1",
"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.1",
"eslint-plugin-wix-editor": "^3.3.0",
"expect": "^29.6.2",
"expect": "^29.7.0",
"git-branch-is": "^4.0.0",
"graphql": "^16.7.1",
"graphql": "^16.8.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.1",
"prisma": "^5.1.1",
"prettier": "^3.0.3",
"prisma": "^5.3.1",
"prisma-graphql-type-decimal": "^3.0.0",
"reflect-metadata": "^0.1.13",
"request": "^2.88.2",
"rxjs": "^7.8.1",
"semantic-release": "^21.0.7",
"semantic-release": "^22.0.4",
"simplytyped": "^3.3.0",
"temp-dir": "2.X",
"ts-node": "^10.9.1",
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"watchexec-bin": "^1.0.0"
},
"overrides": {
"prisma": "^5.1.1"
}
}

0 comments on commit 30c8f59

Please sign in to comment.