Skip to content

Commit

Permalink
chore: Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
unlight committed Apr 16, 2021
1 parent 4ae1b82 commit af3bce4
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}
},
"dependencies": {
"@prisma/generator-helper": "^2.20.1",
"@prisma/generator-helper": "^2.21.2",
"await-event-emitter": "^2.0.2",
"filenamify": "^4.2.0",
"flat": "^5.0.2",
Expand All @@ -70,32 +70,32 @@
"@nestjs/graphql": "^7.10.3",
"@nestjs/platform-express": "^7.6.15",
"@paljs/plugins": "^2.13.0",
"@prisma/client": "^2.20.1",
"@prisma/client": "2.21.2",
"@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/mocha": "^8.2.2",
"@types/node": "^14.14.37",
"@types/node": "^14.14.41",
"@types/pluralize": "^0.0.29",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"apollo-server-express": "^2.22.2",
"c8": "^7.7.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"apollo-server-express": "^2.23.0",
"c8": "^7.7.1",
"class-transformer": "^0.4.0",
"class-validator": "^0.13.1",
"commitizen": "^4.2.3",
"cz-customizable": "^6.3.0",
"decimal.js": "^10.2.1",
"eslint": "^7.23.0",
"eslint": "^7.24.0",
"eslint-import-resolver-node": "^0.3.4",
"eslint-plugin-etc": "^1.3.8",
"eslint-plugin-etc": "^1.4.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-only-warn": "^1.0.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-regexp": "^0.7.5",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-regexp": "^0.8.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-sonarjs": "^0.6.0",
"eslint-plugin-sort-class-members": "^1.11.0",
Expand All @@ -111,15 +111,15 @@
"ololog": "^1.1.175",
"precise-commits": "^1.0.2",
"prettier": "^2.2.1",
"prisma": "2.20.1",
"prisma": "2.21.2",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.6.7",
"semantic-release": "^17.4.2",
"simplytyped": "^3.3.0",
"ts-node": "^9.1.1",
"ts-node-dev": "^1.1.6",
"tslib": "^2.1.0",
"typescript": "^4.2.3",
"tslib": "^2.2.0",
"typescript": "^4.2.4",
"watchexec-bin": "^1.0.0"
}
}

0 comments on commit af3bce4

Please sign in to comment.