Commit 2c8e585
committed
chore: Upgrade TypeScript to latest version 5.7.2 in /ui
Lock the TypeScript minor version by using `~` instead of `^` in the
version specifier, see
fastify/fastify-type-provider-typebox#169 (comment).
After upgrading, the TypeScript compiler complained that the `long`
package has no default export. Related fixes:
- Add the latest `long` version as a direct dependency since our code
uses it directly; no compilation errors with the latest version
- The `long` package exports a `Long` class, so use a capital first
letter in the import name to match that
Signed-off-by: Harri Lehtola <peruukki@hotmail.com>1 parent ccc9aea commit 2c8e585
3 files changed
Lines changed: 12 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
122 | | - | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8266 | 8266 | | |
8267 | 8267 | | |
8268 | 8268 | | |
8269 | | - | |
8270 | | - | |
8271 | | - | |
8272 | | - | |
| 8269 | + | |
| 8270 | + | |
| 8271 | + | |
| 8272 | + | |
8273 | 8273 | | |
8274 | 8274 | | |
8275 | 8275 | | |
| |||
11474 | 11474 | | |
11475 | 11475 | | |
11476 | 11476 | | |
11477 | | - | |
11478 | | - | |
11479 | | - | |
11480 | | - | |
| 11477 | + | |
| 11478 | + | |
| 11479 | + | |
| 11480 | + | |
11481 | 11481 | | |
11482 | 11482 | | |
11483 | 11483 | | |
| |||
0 commit comments