Skip to content

Commit

Permalink
Update devs (#823)
Browse files Browse the repository at this point in the history
* update website dependencies

* update aws cdk

* update node
  • Loading branch information
MauricioUyaguari authored Aug 19, 2024
1 parent 828026c commit 47afaff
Show file tree
Hide file tree
Showing 5 changed files with 4,838 additions and 9,510 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node
uses: actions/[email protected]
with:
node-version: 16
node-version: 21
- name: Build Website
working-directory: ./website
run: |
Expand Down
72 changes: 54 additions & 18 deletions installers/cdk/package-lock.json

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

4 changes: 2 additions & 2 deletions installers/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"@types/jest": "^27.5.2",
"@types/node": "10.17.27",
"@types/prettier": "2.6.0",
"aws-cdk": "^2.51.0",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"aws-cdk": "2.40.0",
"ts-node": "^10.9.1",
"typescript": "~3.9.7"
},
"dependencies": {
"aws-cdk-lib": "2.40.0",
"aws-cdk-lib": "^2.51.0",
"constructs": "^10.0.0",
"source-map-support": "^0.5.21"
}
Expand Down
Loading

0 comments on commit 47afaff

Please sign in to comment.