Commit 45c2497
committed
fix: resolve npm install and test failures after package upgrades
- Downgrade TypeScript from 6.0.2 to 5.9.3 (@typescript-eslint doesn't support TS6 yet)
- Add react, react-dom, @testing-library/dom as devDependencies for test execution
- Fix tsconfig ignoreDeprecations value from "6.0" to "5.0"
- Remove corrupted duplicate content from eslint.config.js
- Use --legacy-peer-deps for eslint-plugin-import/eslint@10 peer dep mismatch
Signed-off-by: Yi Nuo <218099172+yi-nuo426@users.noreply.github.com>1 parent a2118db commit 45c2497
5 files changed
Lines changed: 166 additions & 808 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| 31 | + | |
| 32 | + | |
32 | 33 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | | - | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 9 | | |
18 | 10 | | |
19 | 11 | | |
| |||
36 | 28 | | |
37 | 29 | | |
38 | 30 | | |
39 | | - | |
| 31 | + | |
40 | 32 | | |
41 | 33 | | |
42 | 34 | | |
43 | | - | |
| 35 | + | |
44 | 36 | | |
45 | 37 | | |
46 | 38 | | |
| |||
66 | 58 | | |
67 | 59 | | |
68 | 60 | | |
69 | | - | |
70 | 61 | | |
71 | 62 | | |
72 | 63 | | |
73 | | - | |
74 | 64 | | |
75 | | - | |
76 | | - | |
77 | 65 | | |
78 | | - | |
79 | | - | |
80 | 66 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | 67 | | |
85 | 68 | | |
86 | 69 | | |
| |||
95 | 78 | | |
96 | 79 | | |
97 | 80 | | |
98 | | - | |
| 81 | + | |
99 | 82 | | |
100 | 83 | | |
101 | 84 | | |
102 | | - | |
| 85 | + | |
103 | 86 | | |
104 | 87 | | |
105 | 88 | | |
| |||
124 | 107 | | |
125 | 108 | | |
126 | 109 | | |
127 | | - | |
128 | 110 | | |
129 | 111 | | |
130 | 112 | | |
131 | | - | |
132 | 113 | | |
133 | | - | |
134 | | - | |
135 | 114 | | |
136 | | - | |
137 | | - | |
138 | 115 | | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | 116 | | |
143 | 117 | | |
144 | 118 | | |
| |||
0 commit comments