Skip to content

Commit

Permalink
update dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
yaquawa committed Nov 14, 2023
1 parent 98fb225 commit 3d40199
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dynamo-crud",
"author": "yaquawa",
"version": "2.2.6",
"version": "2.2.7",
"description": "A wrapper lib for the official SDK provides an easier to use CRUD API and type safety.",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -26,8 +26,8 @@
"test": "jest"
},
"devDependencies": {
"@aws-sdk/client-dynamodb": "^3.8.1",
"@aws-sdk/util-dynamodb": "^3.8.1",
"@aws-sdk/client-dynamodb": "^3.450.0",
"@aws-sdk/util-dynamodb": "^3.450.0",
"@types/jest": "^27.4.0",
"jest": "^27.4.7",
"limiter": "^2.0.1",
Expand All @@ -40,7 +40,7 @@
"typescript": "^4.5.4"
},
"peerDependencies": {
"@aws-sdk/client-dynamodb": "^3.8.1",
"@aws-sdk/util-dynamodb": "^3.8.1"
"@aws-sdk/client-dynamodb": "^3.450.0",
"@aws-sdk/util-dynamodb": "^3.450.0"
}
}

0 comments on commit 3d40199

Please sign in to comment.