Commit ea168a7
fix(typescript): allow up to typescript 4.2, add tests for 3.7-4.1
This commit relaxes the semver range of the typescript peerDependency to
allow for v4.2 and earlier. I chose this version because 4.1 has been
released, and we are expecting 4.2 to be released soon. TypeScript does
not follow semver, so this could probably be a bit higher, but for now
this is an improvement over the current range.
To support this, I added some e2e tests for some of the newer versions
that are now covered in the new semver range. This should help ensure
that we don't break anyone using these versions as changes are made.1 parent 7ebfd1d commit ea168a7
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
140 | 145 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments