fix: ontbraken commas package-lock.json

This commit is contained in:
Gabriellvl 2025-02-28 21:45:27 +01:00 committed by GitHub
parent 44a433e8c9
commit 155504ef75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
package-lock.json generated
View file

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