Skip to content

Commit c2b0714

Browse files
committed
Pin @types/send to tag #ts3.8
1 parent 7736067 commit c2b0714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/node-integration-tests/scripts/use-ts-3_8.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const packageJson = JSON.parse(readFileSync(packageJsonPath, 'utf8'));
1515
if (!packageJson.resolutions) packageJson.resolutions = {};
1616
packageJson.resolutions['@types/express'] = '4.17.13';
1717
packageJson.resolutions['@types/express-serve-static-core'] = '4.17.30';
18-
packageJson.resolutions['@types/send'] = '0.17.1';
18+
packageJson.resolutions['@types/send'] = '#ts3.8';
1919

2020
writeFileSync(packageJsonPath, JSON.stringify(packageJson, null, 2));
2121

0 commit comments

Comments
 (0)