Skip to content

Commit 83f85a7

Browse files
authored
Merge pull request #139 from capralifecycle/renovate/aws-cdk-monorepo
chore(deps): update dependency aws-cdk-lib to v2.175.1
2 parents b367fb6 + d0c98b1 commit 83f85a7

File tree

4 files changed

+17
-12
lines changed

4 files changed

+17
-12
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ py-lint:
5858
$(VENV)/flake8 --exclude .venv webapp_deploy
5959
$(VENV)/black --check webapp_deploy
6060

61+
.PHONY: snapshots
62+
snapshots:
63+
@echo "=== Running target: snapshots ==="
64+
npm test -- --updateSnapshot
65+
6166
.PHONY: clean
6267
clean:
6368
rm -rf dist/ lib/

package-lock.json

Lines changed: 9 additions & 9 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
@@ -48,7 +48,7 @@
4848
"@types/node": "22.10.5",
4949
"@typescript-eslint/eslint-plugin": "8.19.1",
5050
"@typescript-eslint/parser": "8.19.1",
51-
"aws-cdk-lib": "2.173.4",
51+
"aws-cdk-lib": "2.175.1",
5252
"constructs": "10.4.2",
5353
"eslint": "9.18.0",
5454
"eslint-config-prettier": "9.1.0",

src/__snapshots__/index.test.ts.snap

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

0 commit comments

Comments
 (0)