Replace crypto.randomUUID with a dependency (3165)

This commit is contained in:
Daniel Dudzic 2024-05-27 11:33:34 +02:00
parent 9a17964967
commit a3c610bc1c
No known key found for this signature in database
GPG key ID: 31B40D33E3465483
2 changed files with 4 additions and 2 deletions

View file

@ -94,6 +94,7 @@
"dotenv": "^16.0.3",
"npm-run-all": "^4.1.5",
"playwright": "^1.43.0",
"run-s": "^0.0.0"
"run-s": "^0.0.0",
"uuid": "^9.0.1"
}
}