Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
4lessandrodev committed Jul 3, 2021
1 parent 6600352 commit 56f69eb
Show file tree
Hide file tree
Showing 3 changed files with 1,252 additions and 19,975 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"@nestjs/platform-express": "^7.6.15",
"apollo-server-express": "^2.25.2",
"bcrypt": "^5.0.1",
"date-fns": "2.21.2",
"date-fns": "2.22.1",
"graphql": "^15.5.1",
"graphql-tools": "^7.0.5",
"module-alias": "^2.2.2",
"mongoose": "^5.12.7",
"mongoose": "5.13.1",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "7.0.0",
"rxjs": "7.1.0",
"types-ddd": "0.0.9",
"ua-parser-js": "^0.7.28",
"uuid": "^8.3.2",
Expand All @@ -46,31 +46,31 @@
"@microsoft/tsdoc": "0.13.2",
"@nestjs/cli": "7.6.0",
"@nestjs/schematics": "7.3.1",
"@nestjs/testing": "7.6.15",
"@types/bcrypt": "3.0.1",
"@nestjs/testing": "7.6.18",
"@types/bcrypt": "5.0.0",
"@types/express": "^4.17.8",
"@types/faker": "5.5.4",
"@types/faker": "5.5.6",
"@types/jest": "26.0.23",
"@types/module-alias": "^2.0.0",
"@types/node": "15.0.2",
"@types/supertest": "2.0.11",
"@types/ua-parser-js": "^0.7.36",
"@types/uuid": "^8.3.0",
"@types/validator": "^13.1.3",
"@typescript-eslint/eslint-plugin": "4.22.1",
"@typescript-eslint/parser": "4.22.1",
"eslint": "7.25.0",
"@types/uuid": "^8.3.1",
"@types/validator": "^13.6.2",
"@typescript-eslint/eslint-plugin": "4.28.1",
"@typescript-eslint/parser": "4.28.1",
"eslint": "7.30.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.0",
"faker": "5.5.3",
"jest": "^26.6.3",
"prettier": "^2.1.2",
"jest": "^27.0.6",
"prettier": "^2.3.2",
"supertest": "^6.0.0",
"ts-jest": "26.5.6",
"ts-loader": "9.1.2",
"ts-node": "^9.0.0",
"ts-jest": "27.0.3",
"ts-loader": "9.2.3",
"ts-node": "^10.0.0",
"tsconfig-paths": "^3.9.0",
"typescript": "4.2.4"
"typescript": "4.3.5"
},
"_moduleAliases": {
"@domain/*": "dist/domain/*",
Expand Down
Loading

0 comments on commit 56f69eb

Please sign in to comment.