chore: update dep
This commit update include prisma 6.0 which comes with permformance improvements and optimization.
This commit is contained in:
parent
178a4d005b
commit
ccde80764a
2 changed files with 991 additions and 755 deletions
34
package.json
34
package.json
|
|
@ -21,34 +21,34 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/cors": "^2.8.17",
|
"@types/cors": "^2.8.17",
|
||||||
"@types/express": "^4.17.21",
|
"@types/express": "^4.17.21",
|
||||||
"@types/node": "^20.17.6",
|
"@types/node": "^20.17.10",
|
||||||
"nodemon": "^3.1.7",
|
"nodemon": "^3.1.9",
|
||||||
"prettier": "^3.3.3",
|
"prettier": "^3.4.2",
|
||||||
"prisma": "^5.22.0",
|
"prisma": "^6.0.1",
|
||||||
"prisma-kysely": "^1.8.0",
|
"prisma-kysely": "^1.8.0",
|
||||||
"ts-node": "^10.9.2",
|
"ts-node": "^10.9.2",
|
||||||
"typescript": "^5.6.3"
|
"typescript": "^5.7.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@elastic/elasticsearch": "^8.15.2",
|
"@elastic/elasticsearch": "^8.17.0",
|
||||||
"@fast-csv/parse": "^5.0.2",
|
"@fast-csv/parse": "^5.0.2",
|
||||||
"@prisma/client": "^5.22.0",
|
"@prisma/client": "^6.0.1",
|
||||||
"@scalar/express-api-reference": "^0.4.167",
|
"@scalar/express-api-reference": "^0.4.172",
|
||||||
"@tsoa/runtime": "^6.5.1",
|
"@tsoa/runtime": "^6.6.0",
|
||||||
"@types/morgan": "^1.9.9",
|
"@types/morgan": "^1.9.9",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"cron": "^3.2.1",
|
"cron": "^3.3.1",
|
||||||
"dotenv": "^16.4.5",
|
"dotenv": "^16.4.7",
|
||||||
"express": "^4.21.1",
|
"express": "^4.21.2",
|
||||||
"fast-jwt": "^4.0.5",
|
"fast-jwt": "^4.0.6",
|
||||||
"kysely": "^0.27.4",
|
"kysely": "^0.27.5",
|
||||||
"minio": "^8.0.2",
|
"minio": "^8.0.2",
|
||||||
"morgan": "^1.10.0",
|
"morgan": "^1.10.0",
|
||||||
"prisma-extension-kysely": "^2.1.0",
|
"prisma-extension-kysely": "^3.0.0",
|
||||||
"promise.any": "^2.0.6",
|
"promise.any": "^2.0.6",
|
||||||
"tsoa": "^6.5.1",
|
"tsoa": "^6.6.0",
|
||||||
"winston": "^3.17.0",
|
"winston": "^3.17.0",
|
||||||
"winston-elasticsearch": "^0.19.0"
|
"winston-elasticsearch": "^0.19.0"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@9.13.2"
|
"packageManager": "pnpm@9.15.0"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
1712
pnpm-lock.yaml
generated
1712
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue