Skip to content

Commit

Permalink
fix: fix wrong function call
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin committed Sep 4, 2023
1 parent 1f9749e commit 692a8e3
Show file tree
Hide file tree
Showing 19 changed files with 627 additions and 571 deletions.
65 changes: 32 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ultimate-nest",
"version": "1.17.0",
"version": "1.18.0",
"description": "NestJS + MikroORM blog example with batteries included",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -35,7 +35,6 @@
"scripts": {
"prebuild": "rimraf dist",
"build": "nest build",
"format": "prettier --write --cache \"src/**/*.ts\" \"test/**/*.ts\"",
"lint": "eslint '{src,test}/**/*.ts' --cache",
"lint:fix": "eslint '{src,test}/**/*.ts' --cache --fix",
"start": "nest start",
Expand All @@ -52,8 +51,8 @@
"orm": "npx mikro-orm"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.400.0",
"@aws-sdk/client-ses": "^3.398.0",
"@aws-sdk/client-s3": "^3.405.0",
"@aws-sdk/client-ses": "^3.405.0",
"@casl/ability": "^6.5.0",
"@golevelup/nestjs-rabbitmq": "^4.0.0",
"@golevelup/nestjs-stripe": "^0.6.3",
Expand All @@ -66,27 +65,27 @@
"@mikro-orm/sql-highlighter": "^1.0.1",
"@nestjs/axios": "^3.0.0",
"@nestjs/cache-manager": "^2.1.0",
"@nestjs/common": "10.2.2",
"@nestjs/config": "^3.0.0",
"@nestjs/core": "10.2.2",
"@nestjs/jwt": "^10.1.0",
"@nestjs/common": "10.2.4",
"@nestjs/config": "^3.0.1",
"@nestjs/core": "10.2.4",
"@nestjs/jwt": "^10.1.1",
"@nestjs/mapped-types": "*",
"@nestjs/passport": "^10.0.1",
"@nestjs/platform-express": "^10.2.2",
"@nestjs/platform-socket.io": "^10.2.2",
"@nestjs/platform-express": "^10.2.4",
"@nestjs/platform-socket.io": "^10.2.4",
"@nestjs/schedule": "^3.0.3",
"@nestjs/serve-static": "^4.0.0",
"@nestjs/swagger": "^7.1.10",
"@nestjs/terminus": "^10.0.1",
"@nestjs/throttler": "^4.2.1",
"@nestjs/websockets": "^10.2.2",
"@nestjs/websockets": "^10.2.4",
"@ntegral/nestjs-sentry": "^4.0.0",
"@paralleldrive/cuid2": "^2.2.2",
"@sentry/hub": "^7.65.0",
"@sentry/node": "^7.65.0",
"@sentry/hub": "^7.66.0",
"@sentry/node": "^7.66.0",
"@socket.io/redis-adapter": "^8.2.1",
"@supercharge/request-ip": "^1.2.0",
"argon2": "^0.31.0",
"argon2": "^0.31.1",
"cache-manager": "5.2.3",
"cache-manager-ioredis-yet": "^1.2.2",
"class-transformer": "^0.5.1",
Expand All @@ -98,10 +97,10 @@
"firebase-admin": "^11.10.1",
"handlebars": "^4.7.8",
"helmet": "^7.0.0",
"helper-fns": "^2.6.12",
"helper-fns": "^2.6.18",
"ioredis": "^5.3.2",
"isomorphic-dompurify": "^1.8.0",
"joi": "^17.10.0",
"joi": "^17.10.1",
"jspdf": "^2.5.1",
"mime-types": "^2.1.35",
"nestjs-cloudinary": "^2.0.6",
Expand All @@ -117,9 +116,9 @@
"passport-google-oauth20": "^2.0.0",
"passport-jwt": "4.0.1",
"passport-magic-login": "^1.2.2",
"pino-http": "^8.4.0",
"pino-http": "^8.5.0",
"pino-pretty": "^10.2.0",
"poolifier": "^2.6.37",
"poolifier": "^2.6.41",
"preview-email": "^3.0.19",
"prom-client": "^14.2.0",
"pug": "^3.0.2",
Expand All @@ -129,50 +128,50 @@
"reflect-metadata": "0.1.13",
"rxjs": "^7.8.1",
"socket.io": "^4.7.2",
"stripe": "^13.3.0",
"stripe": "^13.4.0",
"swagger-stats": "^0.99.7",
"twilio": "4.16.0",
"unprofane": "^1.0.3",
"url-minify": "^2.8.4"
},
"devDependencies": {
"@firebase/app-compat": "^0.2.17",
"@firebase/app-compat": "^0.2.18",
"@firebase/app-types": "^0.9.0",
"@golevelup/ts-jest": "^0.4.0",
"@mikro-orm/cli": "^5.7.14",
"@mikro-orm/seeder": "^5.7.14",
"@nestjs/cli": "10.1.16",
"@nestjs/cli": "10.1.17",
"@nestjs/schematics": "10.0.2",
"@nestjs/testing": "10.2.2",
"@rubiin/eslint-config-typescript": "^1.0.21",
"@nestjs/testing": "10.2.4",
"@rubiin/eslint-config-typescript": "^1.0.25",
"@rubiin/tsconfig": "^1.0.2",
"@sentry/types": "^7.65.0",
"@sentry/types": "^7.66.0",
"@side/jest-runtime": "^1.1.0",
"@swc/core": "^1.3.80",
"@swc/core": "^1.3.82",
"@swc/jest": "^0.2.29",
"@total-typescript/ts-reset": "^0.5.1",
"@types/cache-manager": "^4.0.2",
"@types/cache-manager-redis-store": "^2.0.1",
"@types/compression": "^1.7.2",
"@types/cache-manager": "^4.0.3",
"@types/cache-manager-redis-store": "^2.0.2",
"@types/compression": "^1.7.3",
"@types/jest": "^29.5.4",
"@types/mime-types": "^2.1.1",
"@types/multer": "^1.4.7",
"@types/node": "^20.5.7",
"@types/node": "^20.5.9",
"@types/nodemailer": "^6.4.9",
"@types/passport": "^1.0.12",
"@types/passport-facebook": "^3.0.0",
"@types/passport-google-oauth20": "^2.0.11",
"@types/passport-jwt": "^3.0.9",
"@types/preview-email": "^3.0.1",
"@types/pug": "^2.0.6",
"@types/qrcode": "^1.5.1",
"@types/qs": "6.9.7",
"@types/qrcode": "^1.5.2",
"@types/qs": "6.9.8",
"@types/sharp": "^0.31.1",
"@types/supertest": "2.0.12",
"@types/swagger-stats": "^0.95.8",
"@types/swagger-ui-express": "^4.1.3",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.48.0",
Expand Down
Loading

0 comments on commit 692a8e3

Please sign in to comment.