Update headless tests

This commit is contained in:
Mihovil Ilakovac 2024-10-30 09:54:50 +01:00
parent 42d121c9e7
commit f877543f65

View File

@ -51,7 +51,8 @@
"react-router-dom": "^6.26.2",
"superjson": "^2.2.1",
"tailwindcss": "^3.2.7",
"vitest": "^1.2.1"
"vitest": "^1.2.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@tsconfig/node18": "latest",
@ -9558,6 +9559,14 @@
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/zod": {
"version": "3.23.8",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.23.8.tgz",
"integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==",
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
}
}
}