Fixed a small stupid mistake
Some checks failed
Build Backend and Frontend / Build & Test .NET Backend (push) Successful in 31s
Build Backend and Frontend / Build Frontend (push) Failing after 11s

This commit is contained in:
Simon Lübeß
2025-05-23 16:18:14 +02:00
parent ae5096bacd
commit 1d68f177de
4 changed files with 12 additions and 27 deletions

20
package-lock.json generated
View File

@ -1,20 +0,0 @@
{
"name": "USEntryCoach",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"zod": "^3.25.23"
}
},
"node_modules/zod": {
"version": "3.25.23",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.23.tgz",
"integrity": "sha512-Od2bdMosahjSrSgJtakrwjMDb1zM1A3VIHCPGveZt/3/wlrTWBya2lmEh2OYe4OIu8mPTmmr0gnLHIWQXdtWBg==",
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
}
}
}

View File

@ -1,5 +0,0 @@
{
"dependencies": {
"zod": "^3.25.23"
}
}

View File

@ -9,7 +9,8 @@
"version": "0.0.0", "version": "0.0.0",
"dependencies": { "dependencies": {
"react": "^19.1.0", "react": "^19.1.0",
"react-dom": "^19.1.0" "react-dom": "^19.1.0",
"zod": "^3.25.23"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.25.0", "@eslint/js": "^9.25.0",
@ -3155,6 +3156,14 @@
"funding": { "funding": {
"url": "https://github.com/sponsors/sindresorhus" "url": "https://github.com/sponsors/sindresorhus"
} }
},
"node_modules/zod": {
"version": "3.25.23",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.23.tgz",
"integrity": "sha512-Od2bdMosahjSrSgJtakrwjMDb1zM1A3VIHCPGveZt/3/wlrTWBya2lmEh2OYe4OIu8mPTmmr0gnLHIWQXdtWBg==",
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
} }
} }
} }

View File

@ -11,7 +11,8 @@
}, },
"dependencies": { "dependencies": {
"react": "^19.1.0", "react": "^19.1.0",
"react-dom": "^19.1.0" "react-dom": "^19.1.0",
"zod": "^3.25.23"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.25.0", "@eslint/js": "^9.25.0",