This commit is contained in:
David Arranz 2025-05-02 13:22:47 +02:00
parent 16522afca4
commit 6f3c461af2
4 changed files with 4 additions and 4 deletions

View File

@ -71,6 +71,6 @@
"supertest": "^7.1.0",
"tsconfig-paths": "^4.2.0",
"ts-node": "^10.9.2",
"typescript": "5.8.3"
"typescript": "^5.8.3"
}
}

View File

@ -22,7 +22,7 @@
"@types/react-dom": "^19.1.3",
"@vitejs/plugin-react": "^4.4.1",
"globals": "^16.0.0",
"typescript": "~5.8.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.31.1",
"vite": "^6.3.4"
}

View File

@ -48,7 +48,7 @@
"jest": "^29.7.0",
"nodemon": "^3.1.10",
"supertest": "^7.1.0",
"typescript": "5.8.3"
"typescript": "^5.8.3"
},
"dependencies": {
"@rdx/core": "workspace:*",

View File

@ -50,7 +50,7 @@
"jest": "^29.7.0",
"nodemon": "^3.1.10",
"supertest": "^7.1.0",
"typescript": "5.8.3"
"typescript": "^5.8.3"
},
"dependencies": {
"bcrypt": "^5.1.1",