Skip to content

Commit

Permalink
align aws-cdk dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehoehns committed Feb 20, 2025
1 parent ae072b3 commit a2fc915
Show file tree
Hide file tree
Showing 3 changed files with 4,793 additions and 3,941 deletions.
4 changes: 2 additions & 2 deletions .aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"@aws-cdk/assert": "2.68.0",
"@types/jest": "29.5.12",
"@types/node": "18.19.34",
"aws-cdk": "2.148.1",
"aws-cdk": "2.179.0",
"jest": "29.7.0",
"ts-jest": "29.1.5",
"ts-node": "10.9.2",
"typescript": "5.4.5"
},
"dependencies": {
"@types/tar": "6.1.13",
"aws-cdk-lib": "2.177.0",
"aws-cdk-lib": "2.179.0",
"constructs": "10.3.0",
"source-map-support": "0.5.21",
"tar": "6.2.1"
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Make sure to have the following tools installed:
- [`docker`](https://www.docker.com/get-started)
- [`aws` (v2)](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html)

Install dependencies

```bash
pnpm install
```

You will never have to run the code locally, other than to run tests.

```bash
Expand Down
Loading

0 comments on commit a2fc915

Please sign in to comment.