Skip to content

Commit

Permalink
fix: ts strict
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin committed Oct 13, 2023
1 parent 422e40f commit 5e3c36a
Show file tree
Hide file tree
Showing 84 changed files with 1,204 additions and 1,060 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.0
18.18.1
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 18.18.0
nodejs 18.18.1
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,24 +98,27 @@ Now you can start the application witt `npx cross-env NODE_ENV=dev npm run start

---

## Features covered:
## Whats included

- 🌐 **I18n** - Internationalization
- 🧵 **Stats** - swagger stats for common server metrics
- 🧵 **Stats** - Swagger stats for common server metrics
- 🧵 **Poolifier** - threads for cpu extensive tasks
- 💬 **Twilio** - sms support
- 📱 **NestJS**latest version
- 💬 **Twilio** - SMS support
- 📱 **NestJS**Latest version
- 🎉 **TypeScript** - Type checking
- ⚙️ **Dotenv** - Supports environment variables
- 🗝 **Authentication** - JWT, RSA256, oauth
- 🗝 **Authentication** - JWT, RSA256, Oauth
- 🏬 **Authorization** - RBAC with casl
- 🏪 **MikroORM** - Database ORM
- 🏪 **PostgreSQL** - Open-Source Relational Database
- 🧠 **Configuration** - Single config for all
- 📃 **Swagger** - API Documentation
- 🐳 **Docker Compose** - Container Orchestration
- 🔐 **Helmet** - secure HTTP headers
- 🔐 **Helmet** - Secure HTTP headers
- 📏 **ESLint** — Pluggable JavaScript linter
-**Commitlint** — Checks if your commit messages meet the conventional commit format.
- 🐺 **Husky** — Helps you create Git hooks easily.


## Available Scripts

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ultimate-nest",
"version": "1.28.0",
"version": "1.40.0",
"description": "NestJS + MikroORM blog example with batteries included",
"author": {
"email": "roobin.bhandari@gmail.com",
Expand Down Expand Up @@ -54,8 +54,8 @@
"test:e2e": "jest --config ./test/jest-e2e.json --runInBand --forceExit"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.427.0",
"@aws-sdk/client-ses": "^3.427.0",
"@aws-sdk/client-s3": "^3.428.0",
"@aws-sdk/client-ses": "^3.428.0",
"@casl/ability": "^6.5.0",
"@golevelup/nestjs-rabbitmq": "^4.0.0",
"@golevelup/nestjs-stripe": "^0.6.3",
Expand Down Expand Up @@ -100,7 +100,7 @@
"firebase-admin": "^11.11.0",
"handlebars": "^4.7.8",
"helmet": "^7.0.0",
"helper-fns": "^2.6.27",
"helper-fns": "^2.6.30",
"ioredis": "^5.3.2",
"isomorphic-dompurify": "^1.9.0",
"joi": "^17.11.0",
Expand Down Expand Up @@ -139,7 +139,7 @@
"url-minify": "^2.8.4"
},
"devDependencies": {
"@firebase/app-compat": "^0.2.19",
"@firebase/app-compat": "^0.2.20",
"@firebase/app-types": "^0.9.0",
"@golevelup/ts-jest": "^0.4.0",
"@mikro-orm/cli": "^5.8.8",
Expand All @@ -151,7 +151,7 @@
"@rubiin/tsconfig": "^1.1.2",
"@sentry/types": "^7.73.0",
"@side/jest-runtime": "^1.1.0",
"@swc/core": "^1.3.92",
"@swc/core": "^1.3.93",
"@swc/jest": "^0.2.29",
"@total-typescript/ts-reset": "^0.5.1",
"@types/cache-manager": "^4.0.3",
Expand All @@ -160,7 +160,7 @@
"@types/jest": "^29.5.5",
"@types/mime-types": "^2.1.2",
"@types/multer": "^1.4.8",
"@types/node": "^20.8.4",
"@types/node": "^20.8.5",
"@types/nodemailer": "^6.4.11",
"@types/passport": "^1.0.13",
"@types/passport-facebook": "^3.0.1",
Expand Down
Loading

0 comments on commit 5e3c36a

Please sign in to comment.