Skip to content

Commit

Permalink
fix: typescript error
Browse files Browse the repository at this point in the history
  • Loading branch information
MarikaBBB committed Oct 29, 2024
1 parent 6592050 commit 98cb6c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions PRO04-cdk/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 PRO04-cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "22.5.4",
"aws-cdk": "2.164.1",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"aws-cdk": "2.164.1",
"ts-node": "^10.9.2",
"typescript": "~5.6.2"
},
Expand All @@ -24,4 +24,4 @@
"constructs": "^10.0.0",
"source-map-support": "^0.5.21"
}
}
}

0 comments on commit 98cb6c0

Please sign in to comment.