|
|
@@ -30,18 +30,18 @@
|
|
|
"test:run": "vitest run"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "@testing-library/react": "^13.4.0",
|
|
|
- "@testing-library/jest-dom": "^6.4.2",
|
|
|
- "@testing-library/user-event": "^14.5.2",
|
|
|
+ "@testing-library/react": "^16.3.0",
|
|
|
+ "@testing-library/jest-dom": "^6.8.0",
|
|
|
+ "@testing-library/user-event": "^14.6.1",
|
|
|
"@types/node": "^20.10.5"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"typescript": "^5.8.3",
|
|
|
"vitest": "^2.0.5",
|
|
|
- "@types/react": "^19.0.2",
|
|
|
- "@types/react-dom": "^19.0.2",
|
|
|
+ "@types/react": "^19.1.8",
|
|
|
+ "@types/react-dom": "^19.1.6",
|
|
|
"@tanstack/react-query": "^5.83.0",
|
|
|
- "react-router-dom": "^6.28.0",
|
|
|
+ "react-router-dom": "^7.7.0",
|
|
|
"typeorm": "^0.3.25",
|
|
|
"@hono/zod-openapi": "^0.18.2"
|
|
|
},
|