chore: update version to 2.19.0 in package.json and package-lock.json

This commit is contained in:
2025-12-22 15:16:52 +01:00
parent f7d4b7a75b
commit 043c6efbd2
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

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

View File

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