Commit b09eb03
committed
minor #713 Fix failing 'Lowest versions' tests (Lyrkan)
This PR was merged into the master branch.
Discussion
----------
Fix failing 'Lowest versions' tests
I think it suddenly failed because a `@types/*` package required by another dependency got updated and was not compatible with our lowest allowed version of Typescript anymore.
Commits
-------
f259235 Fix failing 'Lowest versions' tests2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8127 | 8127 | | |
8128 | 8128 | | |
8129 | 8129 | | |
8130 | | - | |
8131 | | - | |
8132 | | - | |
8133 | | - | |
| 8130 | + | |
| 8131 | + | |
| 8132 | + | |
| 8133 | + | |
8134 | 8134 | | |
8135 | 8135 | | |
8136 | 8136 | | |
| |||
0 commit comments