Skip to content

Commit 34a134a

Browse files
authored
Update dependencies
* Update dev dependencies * Test with TypeScript 3.9 * Update dependencies This includes a major update to Concordance, letting us print missing or extraneous objects in diffs with extra depth. See concordancejs/concordance#62. * Rebuild package-lock
1 parent 4b79740 commit 34a134a

File tree

3 files changed

+316
-213
lines changed

3 files changed

+316
-213
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
strategy:
4343
matrix:
44-
ts-version: [~3.7.5, ~3.8]
44+
ts-version: [~3.7.5, ~3.8, ~3.9]
4545
steps:
4646
- uses: actions/checkout@v1
4747
with:

0 commit comments

Comments
 (0)