Upgrade @types/node to one version everywhere

Summary: Caused some inconsistencies when running `tsc`. This brings them back in line.

Reviewed By: aigoncharov

Differential Revision: D36101548

fbshipit-source-id: b8f757c59f879911c9b0920fe11396246ffa37e2
This commit is contained in:
Pascal Hartig
2022-05-04 04:03:19 -07:00
committed by Facebook GitHub Bot
parent 3826f2c8ef
commit cc3aca0e8b
11 changed files with 14 additions and 19 deletions

View File

@@ -47,7 +47,7 @@
"@types/archiver": "^5.3.1",
"@types/invariant": "^2.2.35",
"@types/memorystream": "^0.3.0",
"@types/node": "^15.12.5",
"@types/node": "^17.0.31",
"@types/rimraf": "^3.0.2",
"@types/rsocket-core": "^0.0.7",
"@types/rsocket-tcp-server": "^0.0.2",