Skip to content

Commit

Permalink
chore: Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
unlight committed May 13, 2021
1 parent 701824e commit d8c64f3
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
}
},
"dependencies": {
"@prisma/generator-helper": "^2.21.2",
"@prisma/generator-helper": "^2.22.1",
"await-event-emitter": "^2.0.2",
"filenamify": "^4.2.0",
"filenamify": "^4.3.0",
"flat": "^5.0.2",
"get-relative-path": "^1.0.2",
"json5": "^2.2.0",
Expand All @@ -63,41 +63,41 @@
},
"devDependencies": {
"@arkweid/lefthook": "^0.7.2",
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@nestjs/common": "^7.6.15",
"@nestjs/core": "^7.6.15",
"@nestjs/graphql": "^7.10.3",
"@nestjs/graphql": "^7.10.6",
"@nestjs/platform-express": "^7.6.15",
"@paljs/plugins": "^2.13.0",
"@prisma/client": "2.21.2",
"@paljs/plugins": "^3.2.0",
"@prisma/client": "2.22.1",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@types/find-cache-dir": "^3.2.0",
"@types/flat": "^5.0.1",
"@types/lodash": "^4.14.168",
"@types/lodash": "^4.14.169",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.41",
"@types/node": "^15.0.3",
"@types/pluralize": "^0.0.29",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"apollo-server-express": "^2.23.0",
"c8": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"apollo-server-express": "^2.24.0",
"c8": "^7.7.2",
"class-transformer": "^0.4.0",
"class-validator": "^0.13.1",
"commitizen": "^4.2.3",
"commitizen": "^4.2.4",
"cz-customizable": "^6.3.0",
"decimal.js": "^10.2.1",
"eslint": "^7.24.0",
"eslint": "^7.26.0",
"eslint-import-resolver-node": "^0.3.4",
"eslint-plugin-etc": "^1.4.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-only-warn": "^1.0.2",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-regexp": "^0.8.0",
"eslint-plugin-regexp": "^0.10.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-sonarjs": "^0.6.0",
"eslint-plugin-sonarjs": "^0.7.0",
"eslint-plugin-sort-class-members": "^1.11.0",
"eslint-plugin-total-functions": "^4.7.2",
"eslint-plugin-unicorn": "^29.0.0",
Expand All @@ -108,15 +108,15 @@
"graphql": "^15.5.0",
"graphql-scalars": "^1.9.3",
"graphql-type-json": "^0.3.2",
"mocha": "^8.3.2",
"mocha": "^8.4.0",
"ololog": "^1.1.175",
"precise-commits": "^1.0.2",
"prettier": "^2.2.1",
"prisma": "2.21.2",
"prettier": "^2.3.0",
"prisma": "2.22.1",
"prisma-graphql-type-decimal": "^1.0.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.6.7",
"semantic-release": "^17.4.2",
"semantic-release": "^17.4.3",
"simplytyped": "^3.3.0",
"ts-node": "^9.1.1",
"ts-node-dev": "^1.1.6",
Expand Down

0 comments on commit d8c64f3

Please sign in to comment.