fix: dependency ordering

This commit is contained in:
Mythie
2023-08-28 12:14:15 +10:00
parent 36b3b36ac8
commit 289e3776fd
2 changed files with 4 additions and 4 deletions

View File

@ -36,10 +36,10 @@
"react-hook-form": "^7.43.9",
"react-icons": "^4.8.0",
"react-rnd": "^10.4.1",
"sharp": "0.32.5",
"ts-pattern": "^5.0.5",
"typescript": "5.1.6",
"zod": "^3.21.4",
"sharp": "0.32.5"
"zod": "^3.21.4"
},
"devDependencies": {
"@types/formidable": "^2.0.6",