Skip to content

Commit

Permalink
mono - updating c8 and @types/node to latest (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Apr 15, 2023
1 parent 891957c commit 05344a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"clean": "rm -rf node_modules && rm -rf yarn.lock && yarn workspaces run clean"
},
"dependencies": {
"@types/node": "^18.11.19"
"@types/node": "^18.15.11"
},
"devDependencies": {
"c8": "^7.12.0"
"c8": "^7.13.0"
}
}

0 comments on commit 05344a3

Please sign in to comment.