Merge branch 'hotfix/2.1.1' into develop

This commit is contained in:
Knee Cola
2025-11-23 23:00:38 +01:00
3 changed files with 3 additions and 4 deletions

View File

@@ -33,7 +33,6 @@ WORKDIR /app
# making sure the production server does not use mock auth
ENV NODE_ENV=production
ENV USE_MOCK_AUTH=false
COPY --from=builder /app/public/* /app/public/
# this file is required for the pdfjs-dist package

4
package-lock.json generated
View File

@@ -1,11 +1,11 @@
{
"name": "evidencija-rezija",
"version": "2.1.0",
"version": "2.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"version": "2.1.0",
"version": "2.1.1",
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",

View File

@@ -58,5 +58,5 @@
"engines": {
"node": ">=18.17.0"
},
"version": "2.1.0"
"version": "2.1.1"
}