feat: to fix npm install

This commit is contained in:
ISA
2025-08-20 13:29:52 +02:00
parent 4161bfa948
commit ded0a9d5da
4 changed files with 454 additions and 425 deletions

View File

@@ -24,4 +24,4 @@ NEXT_PUBLIC_USE_MOCKS=true
# z.B. http://10.10.0.13/xyz/index.aspx -> basePath in config.json auf /xyz setzen
# basePath wird jetzt in public/config.json gepflegt
# App-Versionsnummer
NEXT_PUBLIC_APP_VERSION=1.1.324
NEXT_PUBLIC_APP_VERSION=1.1.325

View File

@@ -25,4 +25,4 @@ NEXT_PUBLIC_USE_MOCKS=false
# basePath wird jetzt in public/config.json gepflegt
# App-Versionsnummer
NEXT_PUBLIC_APP_VERSION=1.1.324
NEXT_PUBLIC_APP_VERSION=1.1.325

873
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "nodemap",
"version": "1.1.324",
"version": "1.1.325",
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",