Commit f5427de
committed
Update dependencies (escept Demitasse)
Brings all dependencies (except Demitasse) up to latest. I mainly did
this now to get TS 4.4 which includes some significant improvements
to type inference based on upstream code. It will also quiet those
security warnings.
Also adds a new package.json script to make updating deps easier in the
future. Now you can run `npm run update` which runs `npm-check-updates`
which will update all non-Demitasse deps in package.json. Just remember
to run `npm i` afterwards to actually install the new deps!
Also re-ran prettier on all files, which resulted in one minor change.1 parent 67f9f6b commit f5427de
3 files changed
+584
-566
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments