Skip to content

Commit

Permalink
chore: update deps (#139)
Browse files Browse the repository at this point in the history
Co-authored-by: Ran Isenberg <ran.isenberg@ranthebuilder.cloud>
  • Loading branch information
ran-isenberg and Ran Isenberg authored Nov 4, 2023
1 parent 0098400 commit 4bc18e8
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 30 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,5 @@ watch:

update-deps:
poetry update
pre-commit autoupdate
npm i --package-lock-only
8 changes: 8 additions & 0 deletions Makefile_windows
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,11 @@ docs:

lint-docs:
docker run -v \markdown 06kellyjac\markdownlint-cli --fix "docs"

watch:
npx cdk watch

update-deps:
poetry update
pre-commit autoupdate
npm i --package-lock-only
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"aws-cdk": "2.103.1"
"aws-cdk": "2.104.0"
}
}
50 changes: 25 additions & 25 deletions poetry.lock

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

0 comments on commit 4bc18e8

Please sign in to comment.