Skip to content

Commit 74769da

Browse files
chore: add uuid and @types/uuid dependencies to package.json
1 parent ff11e62 commit 74769da

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

package-lock.json

Lines changed: 23 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,14 @@
4343
"pino": "^9.6.0",
4444
"pino-pretty": "^13.0.0",
4545
"sharp": "^0.34.1",
46+
"uuid": "^11.1.0",
4647
"webdriverio": "^9.13.0",
4748
"zod": "^3.24.3"
4849
},
4950
"devDependencies": {
5051
"@eslint/js": "^9.25.0",
5152
"@types/node": "^22.14.1",
53+
"@types/uuid": "^10.0.0",
5254
"eslint": "^9.25.0",
5355
"prettier": "^3.5.3",
5456
"tsx": "^4.19.3",
@@ -57,4 +59,4 @@
5759
"vite": "^6.3.5",
5860
"vitest": "^3.1.3"
5961
}
60-
}
62+
}

0 commit comments

Comments
 (0)