Skip to content

Commit

Permalink
fix(maintenance): remove upper peer dependency Middy (#1705)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamorosi authored Sep 21, 2023
1 parent c35c1af commit df21ec8
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/idempotency/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"peerDependencies": {
"@aws-sdk/client-dynamodb": ">=3.x",
"@aws-sdk/lib-dynamodb": ">=3.x",
"@middy/core": ">=3.x <4.x"
"@middy/core": ">=3.x"
},
"peerDependenciesMeta": {
"@aws-sdk/client-dynamodb": {
Expand Down Expand Up @@ -115,4 +115,4 @@
"aws-sdk-client-mock": "^3.0.0",
"aws-sdk-client-mock-jest": "^3.0.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/lodash.merge": "^4.6.7"
},
"peerDependencies": {
"@middy/core": ">=3.x <4.x"
"@middy/core": ">=3.x"
},
"peerDependenciesMeta": {
"@middy/core": {
Expand Down Expand Up @@ -65,4 +65,4 @@
"serverless",
"nodejs"
]
}
}
4 changes: 2 additions & 2 deletions packages/metrics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"promise-retry": "^2.0.1"
},
"peerDependencies": {
"@middy/core": ">=3.x <4.x"
"@middy/core": ">=3.x"
},
"peerDependenciesMeta": {
"@middy/core": {
Expand Down Expand Up @@ -65,4 +65,4 @@
"serverless",
"nodejs"
]
}
}
4 changes: 2 additions & 2 deletions packages/parameters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"@aws-sdk/client-secrets-manager": ">=3.x",
"@aws-sdk/client-ssm": ">=3.x",
"@aws-sdk/util-dynamodb": ">=3.x",
"@middy/core": ">=3.x <4.x"
"@middy/core": ">=3.x"
},
"peerDependenciesMeta": {
"@middy/core": {
Expand All @@ -177,4 +177,4 @@
"optional": true
}
}
}
}
4 changes: 2 additions & 2 deletions packages/tracer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"promise-retry": "^2.0.1"
},
"peerDependencies": {
"@middy/core": ">=3.x <4.x"
"@middy/core": ">=3.x"
},
"peerDependenciesMeta": {
"@middy/core": {
Expand Down Expand Up @@ -70,4 +70,4 @@
"serverless",
"nodejs"
]
}
}

0 comments on commit df21ec8

Please sign in to comment.