removed @types/yup from packages.json because yup already defines it's own types, and also because it made the app crash ehehe

This commit is contained in:
Karma Riuk 2022-10-23 15:22:08 +02:00
parent 97b92fa60c
commit 598df57fac

View File

@ -22,7 +22,6 @@
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/react-router-dom": "^5.3.3",
"@types/yup": "^0.32.0",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"html-webpack-plugin": "^5.5.0",