Skip to content

Commit

Permalink
Bump @types/node to 16.x (#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored May 1, 2024
1 parent 5f817e9 commit 79162c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public enum TypeScriptDependency implements Dependency {
AWS_SMITHY_CLIENT("dependencies", "@smithy/smithy-client", true),
INVALID_DEPENDENCY("dependencies", "@smithy/invalid-dependency", true),
CONFIG_RESOLVER("dependencies", "@smithy/config-resolver", true),
TYPES_NODE("devDependencies", "@types/node", "^14.14.31", true),
TYPES_NODE("devDependencies", "@types/node", "^16.18.96", true),

MIDDLEWARE_CONTENT_LENGTH("dependencies", "@smithy/middleware-content-length", true),
MIDDLEWARE_SERDE("dependencies", "@smithy/middleware-serde", true),
Expand Down

0 comments on commit 79162c1

Please sign in to comment.