Skip to content

Commit

Permalink
Merge pull request #1 from hyper-dot/v2
Browse files Browse the repository at this point in the history
Merge v2 with main
  • Loading branch information
hyper-dot authored Oct 12, 2024
2 parents 67b616a + 0bd315d commit 5fb9e9c
Show file tree
Hide file tree
Showing 50 changed files with 1,866 additions and 1,885 deletions.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default [
{
files: ['**/*.{js,mjs,cjs,ts}'],
rules: {
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-explicit-any': 'on',
},
},
{
Expand Down
895 changes: 682 additions & 213 deletions package-lock.json

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
"type": "commonjs",
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/chalk": "^2.2.0",
"@types/bcryptjs": "^2.4.6",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.6",
"@types/morgan": "^1.9.9",
"@types/node": "^20.12.7",
"@types/nodemailer": "^6.4.14",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.6",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
Expand All @@ -25,21 +27,20 @@
"typescript-eslint": "^8.0.1"
},
"dependencies": {
"@types/bcrypt": "^5.0.2",
"bcrypt": "^5.1.1",
"chalk": "^5.3.0",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"google-auth-library": "^9.9.0",
"install": "^0.13.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.7.0",
"morgan": "^1.10.0",
"nodemailer": "^6.9.13",
"npm": "^10.6.0",
"pg": "^8.12.0",
"reflect-metadata": "^0.1.13",
"remove": "^0.1.5",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"typeorm": "0.3.20",
"uuid": "^10.0.0",
"zod": "^3.23.4"
Expand Down
Loading

0 comments on commit 5fb9e9c

Please sign in to comment.