added yup
All checks were successful
Publish Docker image / Push Docker image to Docker Hub (push) Successful in 26s

This commit is contained in:
Fedor Katurov 2024-08-16 23:07:34 +07:00
parent 8988ddeb47
commit efc8529fa2
3 changed files with 41 additions and 0 deletions

5
package.json Normal file
View file

@ -0,0 +1,5 @@
{
"dependencies": {
"yup": "^1.4.0"
}
}