Skip to content

Commit

Permalink
update aws-cdk to 2.117.0 (#9)
Browse files Browse the repository at this point in the history
and other minor updates
  • Loading branch information
gdamjan-loka authored Jan 2, 2024
1 parent 6af9d26 commit 9e6476c
Show file tree
Hide file tree
Showing 2 changed files with 382 additions and 359 deletions.
22 changes: 11 additions & 11 deletions infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@
"test:fix": "jest --updateSnapshot"
},
"dependencies": {
"aws-cdk": "^2.96.2",
"aws-cdk-lib": "^2.96.2",
"constructs": "^10.2.70",
"aws-cdk": "^2.117.0",
"aws-cdk-lib": "^2.117.0",
"constructs": "^10.3.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1"
"ts-node": "^10.9.2"
},
"devDependencies": {
"@types/jest": "^29.5.5",
"@types/node": "^20.6.2",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.49.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.6",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"prettier": "^3.1.1",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18",
Expand Down
Loading

0 comments on commit 9e6476c

Please sign in to comment.