Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 25, 2022
1 parent 63fabdb commit 010a21c
Show file tree
Hide file tree
Showing 2 changed files with 706 additions and 1,551 deletions.
68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,58 +27,58 @@
"codegen": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@apollo/gateway": "0.46.0",
"@nestjs/common": "8.2.6",
"@nestjs/config": "^1.2.0",
"@nestjs/core": "8.2.6",
"@apollo/gateway": "0.50.0",
"@nestjs/common": "8.4.3",
"@nestjs/config": "^1.2.1",
"@nestjs/core": "8.4.3",
"@nestjs/graphql": "9.1.2",
"@nestjs/platform-express": "8.4.0",
"@nestjs/platform-express": "8.4.3",
"@nestjs/typeorm": "8.0.3",
"@prisma/client": "^3.9.1",
"apollo-server-express": "3.6.2",
"@prisma/client": "^3.11.1",
"apollo-server-express": "3.6.6",
"bcrypt": "^5.0.1",
"chalk": "4.1.2",
"dotenv": "16.0.0",
"dotenv-cli": "^5.0.0",
"dotenv-cli": "^5.1.0",
"graphql": "15.8.0",
"nx": "13.9.0",
"nx": "13.9.5",
"pg": "8.7.3",
"reflect-metadata": "0.1.13",
"rxjs": "7.5.2",
"rxjs": "7.5.5",
"ts-morph": "13.0.3",
"tslib": "2.3.1",
"typeorm": "0.2.45",
"typeorm": "0.3.3",
"yn": "5.0.0"
},
"devDependencies": {
"@changesets/cli": "^2.21.1",
"@commitlint/cli": "^16.2.1",
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@graphql-codegen/cli": "2.6.2",
"@graphql-codegen/introspection": "2.1.1",
"@graphql-codegen/typescript": "2.4.5",
"@graphql-codegen/typescript": "2.4.8",
"@graphql-codegen/typescript-compatibility": "^2.1.5",
"@graphql-codegen/typescript-document-nodes": "2.2.5",
"@graphql-codegen/typescript-operations": "^2.3.2",
"@graphql-codegen/typescript-resolvers": "2.5.2",
"@graphql-codegen/typescript-document-nodes": "2.2.8",
"@graphql-codegen/typescript-operations": "^2.3.5",
"@graphql-codegen/typescript-resolvers": "2.6.1",
"@nestjs/schematics": "^8.0.8",
"@nestjs/testing": "^8.4.0",
"@nrwl/cli": "13.8.3",
"@nrwl/eslint-plugin-nx": "13.8.3",
"@nrwl/jest": "13.8.3",
"@nrwl/js": "^13.8.3",
"@nrwl/linter": "13.8.3",
"@nrwl/nest": "13.8.3",
"@nrwl/node": "13.8.3",
"@nestjs/testing": "^8.4.3",
"@nrwl/cli": "13.9.5",
"@nrwl/eslint-plugin-nx": "13.9.5",
"@nrwl/jest": "13.9.5",
"@nrwl/js": "^13.9.5",
"@nrwl/linter": "13.9.5",
"@nrwl/nest": "13.9.5",
"@nrwl/node": "13.9.5",
"@nrwl/nx-cloud": "latest",
"@nrwl/tao": "13.8.3",
"@nrwl/workspace": "13.8.3",
"@nrwl/tao": "13.9.5",
"@nrwl/workspace": "13.9.5",
"@types/chance": "^1.1.3",
"@types/jest": "^27.4.1",
"@types/pg": "^8.6.5",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"apollo-server": "^3.6.3",
"apollo-server": "^3.6.6",
"chance": "^1.1.8",
"child_process": "^1.0.2",
"concurrently": "^6.5.1",
Expand All @@ -94,18 +94,18 @@
"eslint-plugin-tsdoc": "^0.2.14",
"get-port": "^6.1.2",
"git-cz": "^4.8.0",
"graphql-request": "^4.0.0",
"graphql-request": "^4.2.0",
"graphql-tag": "^2.12.6",
"graphql-tools": "^8.2.0",
"graphql-tools": "^8.2.3",
"jest": "^27.5.1",
"lint-staged": "^11.2.6",
"node-fetch": "^3.2.2",
"prettier": "^2.5.1",
"prisma": "^3.10.0",
"node-fetch": "^3.2.3",
"prettier": "^2.6.1",
"prisma": "^3.11.1",
"prisma-dbml-generator": "^0.8.3",
"run-script-webpack-plugin": "^0.0.11",
"ts-jest": "^27.1.3",
"typescript": "^4.6.2",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3",
"webpack": "^5.70.0",
"webpack-node-externals": "^3.0.0"
},
Expand Down
Loading

0 comments on commit 010a21c

Please sign in to comment.