Commit df7ad6c
build(deps): bump dependency version upper bounds (#54)
Widen allowed version ranges for backend and frontend dependencies:
Backend:
- django-cleanup: <7 → <10
- pandas: <3 → <4 (resolves to 2.3.3, constrained by irspack)
- redis: <6 → <8
- pytest-asyncio: <1 → <2
Frontend:
- vue-router: ^4.5.0 → ^5.0.2
- pinia: ^2.3.0 → ^3.0.4 (required by vue-router 5 peer dep)
- vitest: ^2.1.0 → ^4.0.18
- @vitest/coverage-v8: ^2.1.0 → ^4.0.18
- Add vue-eslint-parser as explicit dev dependency
Fix two test files for vitest 4.x compatibility: constructor mocks
must use regular functions, not arrow functions.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 9b85d8d commit df7ad6c
6 files changed
Lines changed: 1289 additions & 2029 deletions
File tree
- backend
- frontend
- src/__tests__
- composables
- pages
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments