Remove Yup dependency and fix link validation

This commit is contained in:
Jorik Schellekens
2020-09-01 09:57:49 +02:00
parent f7abaadef1
commit 890669741c
2 changed files with 25 additions and 13 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1",
"yup": "^0.29.1"
"zod": "^1.10.3"
},
"scripts": {
"start": "react-scripts start",