Skip to content

Commit

Permalink
chore: fix type issues found after upgrading dependencies, see: cloud…
Browse files Browse the repository at this point in the history
  • Loading branch information
gabivlj committed Mar 1, 2024
1 parent b74093a commit aaf64b8
Show file tree
Hide file tree
Showing 5 changed files with 2,652 additions and 22 deletions.
8 changes: 8 additions & 0 deletions package.json
Expand Up @@ -27,6 +27,14 @@
"engines": {
"node": ">=16.13"
},
"resolutions": {
"@types/node": "18.15.3"
},
"pnpm": {
"overrides": {
"@types/node": "18.15.3"
}
},
"author": "",
"license": "Apache-2.0"
}

0 comments on commit aaf64b8

Please sign in to comment.