bump or ignore types packages

Reviewed By: LukeDefeo

Differential Revision: D48782825

fbshipit-source-id: 00c46fa609847272b48f8f4476291666e9251c95
This commit is contained in:
Anton Kastritskiy
2023-09-04 14:52:34 -07:00
committed by Facebook GitHub Bot
parent 4ec84ca7fb
commit 4439411d29
7 changed files with 28 additions and 28 deletions

View File

@@ -25,6 +25,14 @@ const IGNORED_TYPES = new Set(
'react',
'react-dom',
'react-test-renderer',
// these packages do not have new major versions
'async',
'dateformat',
'deep-equal',
'inquirer',
'mock-fs',
'npm-packlist',
].map((x) => `@types/${x}`),
);