Skip to content

Commit

Permalink
Merge pull request #3 from nested-code/renovate/node-16.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency @types/node to v16
  • Loading branch information
timkinnane authored Apr 5, 2022
2 parents 571588a + 17eafda commit c50a495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build": "node --no-warnings --experimental-specifier-resolution node --loader ts-node/esm bin/build.ts"
},
"dependencies": {
"@types/node": "14",
"@types/node": "16",
"esbuild": "^0.14.10",
"esbuild-runner": "^2.2.1",
"jest": "^27.4.5",
Expand Down

0 comments on commit c50a495

Please sign in to comment.