Skip to content

Commit

Permalink
Merge pull request #184 from jaredwray/upgrading-@types/node-to-20.2.5
Browse files Browse the repository at this point in the history
upgrading @types/node to 20.2.5
  • Loading branch information
jaredwray committed Jun 1, 2023
2 parents e2271a5 + 85f6cff commit 554b2fa
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 @@ -15,7 +15,7 @@
"clean": "rm -rf node_modules && rm -rf yarn.lock && yarn workspaces run clean"
},
"dependencies": {
"@types/node": "^18.14.2"
"@types/node": "^20.2.5"
}
}

0 comments on commit 554b2fa

Please sign in to comment.