Skip to content

Commit

Permalink
fix: use @types/node@16 to compatible with ts4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanZhengYP committed Sep 19, 2023
1 parent 2001ab5 commit 0716c95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scripts/tsc-compliance-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"private": true,
"devDependencies": {
"@types/node": "20.6.2",
"@types/node": "^16.11.7",
"aws-amplify": "6.0.0",
"typescript": "4.0.x"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock

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

0 comments on commit 0716c95

Please sign in to comment.