Merge pull request #58 from SELab-2/Gabriellvl-patch-1

This commit is contained in:
Gabriellvl 2025-03-01 09:58:56 +01:00 committed by GitHub
commit 8ff474c3c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -13,7 +13,7 @@
"frontend" "frontend"
], ],
"dependencies": { "dependencies": {
"@types/js-yaml": "^4.0.9" "@types/js-yaml": "^4.0.9",
"vue-i18n": "^10.0.5" "vue-i18n": "^10.0.5"
}, },
"devDependencies": { "devDependencies": {
@ -38,7 +38,7 @@
"@mikro-orm/sqlite": "6.4.6", "@mikro-orm/sqlite": "6.4.6",
"dotenv": "^16.4.7", "dotenv": "^16.4.7",
"express": "^5.0.1", "express": "^5.0.1",
"uuid": "^11.1.0" "uuid": "^11.1.0",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"@types/js-yaml": "^4.0.9", "@types/js-yaml": "^4.0.9",
}, },

View file

@ -37,7 +37,7 @@
"typescript-eslint": "^8.24.1" "typescript-eslint": "^8.24.1"
}, },
"dependencies": { "dependencies": {
"@types/js-yaml": "^4.0.9" "@types/js-yaml": "^4.0.9",
"vue-i18n": "^10.0.5" "vue-i18n": "^10.0.5"
} }
} }