Skip to content

Commit 9d0af32

Browse files
committed
chore: update dependencies and downgrade Express to 4.x
Update dependencies to latest versions: - @typescript-eslint/eslint-plugin: 8.46.2 → 8.46.3 - @typescript-eslint/parser: 8.46.0 → 8.46.3 - concurrently: 9.2.0 → 9.2.1 - eslint: 9.38.0 → 9.39.1 - @types/node: 24.9.0 → 24.10.0 - @vitest/ui: 4.0.4 → 4.0.7 - jsdom: 27.0.1 → 27.1.0 - vite: 7.1.11 → 7.2.0 - vitest: 4.0.4 → 4.0.7 Downgrade Express 5.x to 4.21.2 to avoid npm workspaces bug with incomplete transitive dependencies in package-lock.json (Dependabot issue #6270). Express 5.x dependencies were not being properly installed in npm workspaces with lockfileVersion 3.
1 parent 0640a7e commit 9d0af32

File tree

4 files changed

+993
-327
lines changed

4 files changed

+993
-327
lines changed

app/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"@testing-library/jest-dom": "^6.9.1",
1515
"@testing-library/react": "^16.3.0",
1616
"@testing-library/user-event": "^14.6.1",
17-
"@types/node": "^24.9.0",
17+
"@types/node": "^24.10.0",
1818
"@types/react": "^19.2.2",
1919
"@types/react-dom": "^19.2.2",
2020
"@vitejs/plugin-react": "^5.1.0",
21-
"@vitest/ui": "^4.0.4",
22-
"jsdom": "^27.0.1",
21+
"@vitest/ui": "^4.0.7",
22+
"jsdom": "^27.1.0",
2323
"typescript": "^5.9.3",
24-
"vite": "^7.1.11",
25-
"vitest": "^4.0.4"
24+
"vite": "^7.2.0",
25+
"vitest": "^4.0.7"
2626
},
2727
"scripts": {
2828
"dev": "vite",

0 commit comments

Comments
 (0)