Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ^4.9.4 || ^5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2023
1 parent dd9b792 commit 4e6807d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 32 deletions.
35 changes: 5 additions & 30 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/cdk-amplify-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"constructs": "^10.1.194",
"esbuild": "^0.16.9",
"eslint": "^8.30.0",
"typescript": "^4.9.4"
"typescript": "^4.9.4 || ^5.2.2"
},
"dependencies": {
"@codedazur/essentials": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/cdk-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"eslint": "^8.30.0",
"eslint-config-custom": "*",
"tsconfig": "*",
"typescript": "^4.9.4"
"typescript": "^4.9.4 || ^5.2.2"
}
}

0 comments on commit 4e6807d

Please sign in to comment.