Skip to content

Commit e5c70ee

Browse files
committed
align aws-cdk dependencies
1 parent ae072b3 commit e5c70ee

File tree

3 files changed

+886
-951
lines changed

3 files changed

+886
-951
lines changed

.aws/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
"@aws-cdk/assert": "2.68.0",
2020
"@types/jest": "29.5.12",
2121
"@types/node": "18.19.34",
22-
"aws-cdk": "2.148.1",
22+
"aws-cdk": "2.179.0",
2323
"jest": "29.7.0",
2424
"ts-jest": "29.1.5",
2525
"ts-node": "10.9.2",
2626
"typescript": "5.4.5"
2727
},
2828
"dependencies": {
2929
"@types/tar": "6.1.13",
30-
"aws-cdk-lib": "2.177.0",
30+
"aws-cdk-lib": "2.179.0",
3131
"constructs": "10.3.0",
3232
"source-map-support": "0.5.21",
3333
"tar": "6.2.1"

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ Make sure to have the following tools installed:
1010
- [`docker`](https://www.docker.com/get-started)
1111
- [`aws` (v2)](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html)
1212

13+
Install dependencies
14+
15+
```bash
16+
pnpm install
17+
```
18+
1319
You will never have to run the code locally, other than to run tests.
1420

1521
```bash

0 commit comments

Comments
 (0)