chore: update node types version (#33452)

* chore: update node types version

* update express types to solve type conflict

* one more yarn.lock type bump

* update another types package to fix incompatible global declarations

* remove incompatible type magicks

* update our ambient types to match the node types

* fix test type
This commit is contained in:
Calvin 2022-03-28 15:37:35 -06:00 committed by GitHub
parent 1c5bbba5cf
commit 594dc7e24a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 38 additions and 33 deletions

View file

@ -9,7 +9,7 @@
},
"dependencies": {
"@electron/get": "^1.14.1",
"@types/node": "^14.6.2",
"@types/node": "^16.11.26",
"extract-zip": "^1.0.3"
},
"engines": {