Skip to content

Commit

Permalink
Update npm packages (#1799)
Browse files Browse the repository at this point in the history
* Update NPM packages

This is the result of running `npm up` across the board.

* Allow suppressImplicitAnyIndexErrors config in TS

The suppressImplicitAnyIndexErrors config is deprecated in Typescript
5.0 and above, and will be removed in Typescript 5.5. For now, we can
still use it by setting "ignoreDeprecations": "5.0", but we'll need to
go through our JS code and switch to individual @ts-ignore lines at
every occurrence of implicit "any" before we can update to TS 5.5.
  • Loading branch information
rmunn authored Apr 30, 2024
1 parent 65f55e3 commit 510b824
Show file tree
Hide file tree
Showing 2 changed files with 5,373 additions and 13,148 deletions.
Loading

0 comments on commit 510b824

Please sign in to comment.