Skip to content

Commit 4bc18e8

Browse files
ran-isenbergRan Isenberg
andauthored
chore: update deps (#139)
Co-authored-by: Ran Isenberg <[email protected]>
1 parent 0098400 commit 4bc18e8

File tree

5 files changed

+39
-30
lines changed

5 files changed

+39
-30
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,5 @@ watch:
7474

7575
update-deps:
7676
poetry update
77+
pre-commit autoupdate
7778
npm i --package-lock-only

Makefile_windows

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,11 @@ docs:
6565

6666
lint-docs:
6767
docker run -v \markdown 06kellyjac\markdownlint-cli --fix "docs"
68+
69+
watch:
70+
npx cdk watch
71+
72+
update-deps:
73+
poetry update
74+
pre-commit autoupdate
75+
npm i --package-lock-only

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"aws-cdk": "2.103.1"
3+
"aws-cdk": "2.104.0"
44
}
55
}

poetry.lock

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)