Skip to content

Commit

Permalink
fix: add more unicorn rules
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin committed Oct 12, 2023
1 parent c695f62 commit 02eddc9
Show file tree
Hide file tree
Showing 4 changed files with 149 additions and 139 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@
"@golevelup/nestjs-rabbitmq": "^4.0.0",
"@golevelup/nestjs-stripe": "^0.6.3",
"@golevelup/nestjs-webhooks": "^0.2.16",
"@mikro-orm/core": "^5.8.7",
"@mikro-orm/migrations": "^5.8.7",
"@mikro-orm/core": "^5.8.8",
"@mikro-orm/migrations": "^5.8.8",
"@mikro-orm/nestjs": "^5.2.2",
"@mikro-orm/postgresql": "^5.8.7",
"@mikro-orm/reflection": "^5.8.7",
"@mikro-orm/postgresql": "^5.8.8",
"@mikro-orm/reflection": "^5.8.8",
"@mikro-orm/sql-highlighter": "^1.0.1",
"@nestjs/axios": "^3.0.0",
"@nestjs/cache-manager": "^2.1.0",
Expand Down Expand Up @@ -132,7 +132,7 @@
"rxjs": "^7.8.1",
"sharp": "^0.32.6",
"socket.io": "^4.7.2",
"stripe": "^13.9.0",
"stripe": "^13.10.0",
"swagger-stats": "^0.99.7",
"twilio": "4.18.1",
"unprofane": "^1.0.6",
Expand All @@ -142,12 +142,12 @@
"@firebase/app-compat": "^0.2.19",
"@firebase/app-types": "^0.9.0",
"@golevelup/ts-jest": "^0.4.0",
"@mikro-orm/cli": "^5.8.7",
"@mikro-orm/seeder": "^5.8.7",
"@mikro-orm/cli": "^5.8.8",
"@mikro-orm/seeder": "^5.8.8",
"@nestjs/cli": "10.1.18",
"@nestjs/schematics": "10.0.2",
"@nestjs/testing": "10.2.7",
"@rubiin/eslint-config": "^1.8.17",
"@rubiin/eslint-config": "^1.8.23",
"@rubiin/tsconfig": "^1.1.0",
"@sentry/types": "^7.73.0",
"@side/jest-runtime": "^1.1.0",
Expand Down
Loading

0 comments on commit 02eddc9

Please sign in to comment.