chore: updated packages

This commit is contained in:
Hackntosh 2024-01-24 14:35:08 +00:00
parent d4d583a90e
commit 07d61a79c3
2 changed files with 412 additions and 2502 deletions

2898
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -27,9 +27,10 @@
"dist"
]
},
"author": "Cookie",
"author": "CookieDasora",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "1.5.3",
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@faker-js/faker": "^8.3.1",
@ -38,7 +39,6 @@
"@types/bcrypt": "^5.0.2",
"@types/compression": "^1.7.5",
"@types/cors": "^2.8.17",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.19",
"@types/jsonwebtoken": "^9.0.2",
"@types/morgan": "^1.9.4",
@ -47,26 +47,16 @@
"@types/supertest": "^2.0.12",
"@types/swagger-ui-express": "^4.1.4",
"@types/validator": "^13.7.17",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.7.5",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"husky": "^8.0.3",
"nodemon": "^3.0.1",
"pm2": "^5.3.1",
"prettier": "^3.2.4",
"prisma": "^5.7.0",
"supertest": "^6.3.3",
"ts-node-dev": "^2.0.0",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.1.6",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "^0.34.6"
"vitest": "^1.2.1"
},
"dependencies": {
"@prisma/client": "^5.4.1",