Skip to content

Commit

Permalink
chore: Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
unlight committed May 2, 2022
1 parent d505ecb commit 0efa074
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
}
},
"dependencies": {
"@nestjs/apollo": "^10.0.8",
"@prisma/generator-helper": "^3.12.0",
"@nestjs/apollo": "^10.0.9",
"@prisma/generator-helper": "^3.13.0",
"await-event-emitter": "^2.0.2",
"filenamify": "4.X",
"flat": "^5.0.2",
Expand All @@ -65,55 +65,55 @@
"ts-morph": ">=11"
},
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@commitlint/cli": "^16.2.4",
"@commitlint/config-conventional": "^16.2.4",
"@nestjs/common": "^8.4.4",
"@nestjs/core": "^8.4.4",
"@nestjs/graphql": "^10.0.8",
"@nestjs/graphql": "^10.0.10",
"@nestjs/platform-express": "^8.4.4",
"@paljs/plugins": "^4.0.18",
"@prisma/client": "^3.12.0",
"@prisma/client": "^3.13.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@swc/core": "^1.2.165",
"@swc/helpers": "^0.3.8",
"@swc/core": "^1.2.174",
"@swc/helpers": "^0.3.10",
"@swc/register": "^0.1.10",
"@types/flat": "^5.0.2",
"@types/lodash": "^4.14.181",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.23",
"@types/lodash": "^4.14.182",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.31",
"@types/pluralize": "^0.0.29",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"apollo-server-express": "^3.6.7",
"c8": "^7.11.0",
"c8": "^7.11.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"commitizen": "^4.2.4",
"cz-customizable": "^6.3.0",
"decimal.js": "^10.3.1",
"eslint": "^8.13.0",
"eslint": "^8.14.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-etc": "^2.0.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-only-warn": "^1.0.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-regexp": "^1.6.0",
"eslint-plugin-regexp": "^1.7.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-sort-class-members": "^1.14.1",
"eslint-plugin-unicorn": "^42.0.0",
"eslint-plugin-wix-editor": "^3.3.0",
"expect": "^27.5.1",
"expect": "^28.0.2",
"ghooks": "^2.0.4",
"git-branch-is": "^4.0.0",
"graphql": "^16.3.0",
"graphql": "^16.4.0",
"graphql-scalars": "^1.17.0",
"graphql-type-json": "^0.3.2",
"mocha": "^9.2.2",
"mocha": "^10.0.0",
"ololog": "^1.1.175",
"precise-commits": "^1.0.2",
"prettier": "^2.6.2",
"prisma": "^3.12.0",
"prisma": "^3.13.0",
"prisma-graphql-type-decimal": "^2.0.0",
"reflect-metadata": "^0.1.13",
"request": "^2.88.2",
Expand All @@ -123,8 +123,8 @@
"temp-dir": "^2.0.0",
"ts-node": "^10.7.0",
"ts-node-dev": "^1.1.8",
"tslib": "^2.3.1",
"typescript": "^4.6.3",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"watchexec-bin": "^1.0.0"
}
}

0 comments on commit 0efa074

Please sign in to comment.