Skip to content

Commit

Permalink
Merge branch 'main' into feat/sfn-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gozineb committed Oct 6, 2023
2 parents 42b60a7 + 1214f74 commit 92682e1
Show file tree
Hide file tree
Showing 4 changed files with 275 additions and 276 deletions.
4 changes: 2 additions & 2 deletions cdk-dynamodb-migrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"constructs": "^10.2.70"
},
"devDependencies": {
"@types/jest": "^29.5.4",
"@types/jest": "^29.5.5",
"@types/node": "20.5.9",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"aws-cdk": "2.94.0",
"esbuild": "^0.19.2",
"eslint": "^8.48.0",
"jest": "^29.6.4",
"jest": "^29.7.0",
"jsii": "^5.2.2",
"jsii-pacmak": "^1.88.0",
"prettier": "3.0.3",
Expand Down
4 changes: 2 additions & 2 deletions demo/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"constructs": "^10.2.70"
},
"devDependencies": {
"@types/jest": "^29.5.4",
"@types/jest": "^29.5.5",
"@types/node": "20.5.9",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
Expand All @@ -23,7 +23,7 @@
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.6.4",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "cdk-dynamodb-migrator-project",
"description": "Set of enablers to migrate DynamoDB tables (and more!) using AWS CDK",
"devDependencies": {
"@types/jest": "^29.5.4",
"@types/jest": "^29.5.5",
"@types/node": "20.5.9",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"aws-cdk": "2.94.0",
"eslint": "^8.48.0",
"jest": "^29.6.4",
"jest": "^29.7.0",
"nx": "16.7.4",
"prettier": "3.0.3",
"syncpack": "^11.2.1",
Expand Down
Loading

0 comments on commit 92682e1

Please sign in to comment.