Skip to content

Commit 0ed4a68

Browse files
authored
chore(s3-request-presigner): depend on ts 3.4
make it consistent with other packages
1 parent 3f00b99 commit 0ed4a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/s3-request-presigner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/jest": "^24.0.12",
2626
"@types/node": "^12.0.2",
2727
"@aws-sdk/client-s3-node": "0.1.0-preview.1",
28-
"typescript": "^3.0.0",
28+
"typescript": "~3.4.0",
2929
"jest": "^24.7.1"
3030
}
3131
}

0 commit comments

Comments
 (0)