Skip to content

Commit

Permalink
Merge pull request newrelic#155 from jmartin4563/lock-down-all-packages
Browse files Browse the repository at this point in the history
Lock down all packages to max v3.193.0
  • Loading branch information
jmartin4563 committed Oct 24, 2022
2 parents a75edce + 26e014b commit 76e2234
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/versioned/v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@aws-sdk/client-api-gateway": {
"versions": ">=3.0.0",
"versions": ">=3.0.0 <=3.193.0",
"samples": 5
}
},
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"dependencies": {
"@aws-sdk/client-lambda": {
"versions": ">=3.0.0",
"versions": ">=3.0.0 <=3.193.0",
"samples": 2
}
},
Expand Down Expand Up @@ -96,7 +96,7 @@
},
"dependencies": {
"@aws-sdk/client-rekognition": {
"versions": ">=3.0.0",
"versions": ">=3.0.0 <=3.193.0",
"samples": 2
}
},
Expand Down Expand Up @@ -166,7 +166,7 @@
},
"dependencies": {
"@aws-sdk/client-dynamodb": {
"versions": ">=3.0.0",
"versions": ">=3.0.0 <=3.193.0",
"samples": 10
}
},
Expand All @@ -179,10 +179,10 @@
"node": ">=14.0"
},
"dependencies": {
"@aws-sdk/util-dynamodb": "latest",
"@aws-sdk/client-dynamodb": "latest",
"@aws-sdk/util-dynamodb": "3.193.0",
"@aws-sdk/client-dynamodb": "3.193.0",
"@aws-sdk/lib-dynamodb": {
"versions": ">=3.0.0",
"versions": ">=3.0.0 <=3.193.0",
"samples": 10
}
},
Expand Down

0 comments on commit 76e2234

Please sign in to comment.