augementation des ranges

This commit is contained in:
el 2025-05-24 02:02:17 +02:00
parent 9653e55453
commit 7878062edc
9 changed files with 159 additions and 197 deletions

View file

@ -8,9 +8,6 @@
"name": "backend",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"typescript": "^5.8.3"
},
"devDependencies": {
"@prisma/client": "^6.8.2",
"@types/express": "^5.0.2",
@ -20,7 +17,9 @@
"express": "^5.1.0",
"pg": "^8.16.0",
"prisma": "^6.8.2",
"ts-node-dev": "^2.0.0"
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.8.3"
}
},
"node_modules/@cspotcode/source-map-support": {
@ -2080,6 +2079,7 @@
"version": "5.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
"integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",