Skip to content

Commit

Permalink
Meta: pin engine versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispuska committed Jan 7, 2024
1 parent d2c3dcd commit 2a51f30
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heliosgraphics/utils",
"version": "5.0.1",
"version": "5.1.0",
"private": false,
"type": "module",
"author": "03b8 <[email protected]>",
Expand All @@ -9,6 +9,10 @@
"@heliosgraphics/library": "latest",
"xss": "^1.0.14"
},
"engines": {
"npm": ">=10.2.3",
"node": ">=20.10.0"
},
"devDependencies": {
"@types/uuid": "latest"
}
Expand Down

0 comments on commit 2a51f30

Please sign in to comment.