Skip to content

Commit

Permalink
Merge pull request #90 from MariachiBear/feat/dependencies-update
Browse files Browse the repository at this point in the history
Feat/dependencies update
  • Loading branch information
RubenConde authored Aug 24, 2022
2 parents cb0218a + 6d69842 commit 160bcb0
Show file tree
Hide file tree
Showing 3 changed files with 524 additions and 475 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@
},
"dependencies": {
"@fastify/static": "6.5.0",
"@nestjs/common": "9.0.7",
"@nestjs/common": "9.0.11",
"@nestjs/config": "2.2.0",
"@nestjs/core": "9.0.7",
"@nestjs/core": "9.0.11",
"@nestjs/jwt": "9.0.0",
"@nestjs/mapped-types": "1.1.0",
"@nestjs/mongoose": "9.2.0",
"@nestjs/passport": "9.0.0",
"@nestjs/platform-fastify": "9.0.7",
"@nestjs/platform-fastify": "9.0.11",
"@nestjs/schedule": "2.1.0",
"@nestjs/swagger": "6.0.4",
"@nestjs/swagger": "6.0.5",
"@nestjs/throttler": "3.0.0",
"bcryptjs": "2.4.3",
"class-transformer": "0.5.1",
"class-validator": "0.13.2",
"fastify": "4.3.0",
"fastify": "4.5.2",
"fastify-swagger": "5.2.0",
"helmet": "5.1.1",
"isbot": "3.5.0",
"isbot": "3.5.1",
"luxon": "3.0.1",
"mongoose": "6.5.0",
"mongoose": "6.5.2",
"nanoid": "3.3.4",
"passport": "0.6.0",
"passport-jwt": "4.0.0",
Expand All @@ -38,37 +38,37 @@
"devDependencies": {
"@nestjs/cli": "9.0.0",
"@nestjs/schematics": "9.0.1",
"@nestjs/testing": "9.0.7",
"@nestjs/testing": "9.0.11",
"@types/bcryptjs": "2.4.2",
"@types/cache-manager": "4.0.1",
"@types/cron": "2.0.0",
"@types/jest": "28.1.6",
"@types/jest": "28.1.8",
"@types/luxon": "3.0.0",
"@types/node": "18.6.1",
"@types/passport": "1.0.9",
"@types/passport": "1.0.10",
"@types/passport-jwt": "3.0.6",
"@types/passport-local": "1.0.34",
"@types/shortid": "0.0.29",
"@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "5.31.0",
"@typescript-eslint/parser": "5.31.0",
"@typescript-eslint/eslint-plugin": "5.34.0",
"@typescript-eslint/parser": "5.34.0",
"cross-env": "7.0.3",
"eslint": "8.20.0",
"eslint": "8.22.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-typescript": "3.3.0",
"eslint-import-resolver-typescript": "3.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.30.1",
"jest": "28.1.3",
"pnpm": "7.8.0",
"pnpm": "7.9.5",
"prettier": "2.7.1",
"supertest": "6.2.4",
"ts-jest": "28.0.7",
"ts-jest": "28.0.8",
"ts-loader": "9.3.1",
"ts-node": "10.9.1",
"tsconfig-paths": "4.0.0",
"tsconfig-paths": "4.1.0",
"typescript": "4.7.4"
},
"directories": {
Expand Down
Loading

0 comments on commit 160bcb0

Please sign in to comment.