Skip to content

Commit

Permalink
DEV: update sample versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael O'Brien committed Oct 29, 2021
1 parent 42cd825 commit 61a4f20
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion samples/crud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@aws-sdk/client-dynamodb": "^3.18.0",
"@aws-sdk/util-dynamodb": "^3.18.0",
"core-js": "^3.15.1",
"dynamodb-onetable": "^1.9"
"dynamodb-onetable": "^2"
},
"devDependencies": {
"dynamo-db-local": "^4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion samples/overview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@aws-sdk/client-dynamodb": "^3.13.0",
"@aws-sdk/util-dynamodb": "^3.13.0",
"aws-sdk": "^2.879.0",
"dynamodb-onetable": "^1.9"
"dynamodb-onetable": "^2"
},
"devDependencies": {
"dynamo-db-local": "^4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion samples/packed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@aws-sdk/client-dynamodb": "^3.17.0",
"@aws-sdk/util-dynamodb": "^3.17.0",
"core-js": "^3.13.0",
"dynamodb-onetable": "^1.9"
"dynamodb-onetable": "^2"
},
"devDependencies": {
"dynamo-db-local": "^4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion samples/sensedeep/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"aws-sdk": "^2.933.0",
"core-js": "^3.15.1",
"dynamodb-onetable": "^1.9"
"dynamodb-onetable": "^2"
},
"devDependencies": {
"typescript": "^4.3.4"
Expand Down
2 changes: 1 addition & 1 deletion samples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@aws-sdk/client-dynamodb": "^3.13.0",
"@aws-sdk/util-dynamodb": "^3.13.0",
"aws-sdk": "^2.879.0",
"dynamodb-onetable": "^1.9"
"dynamodb-onetable": "^2"
},
"devDependencies": {
"dynamo-db-local": "^4.0.2",
Expand Down

0 comments on commit 61a4f20

Please sign in to comment.