fix: update ncc for node18 support

This commit is contained in:
Jérôme Foray
2023-03-15 11:29:55 +01:00
parent 1447bac40a
commit 06e01cf87a
2 changed files with 8 additions and 8 deletions

View File

@ -27,7 +27,7 @@
"moment": "^2.29.4"
},
"devDependencies": {
"@vercel/ncc": "^0.31.1",
"@vercel/ncc": "^0.36.1",
"prettier": "^2.4.1"
}
}