Merge pull request #54 from SELab-2/feat/leerpad-object-routes

Feat/leerpad object routes
This commit is contained in:
Gabriellvl 2025-03-02 12:33:53 +01:00 committed by GitHub
commit a0c9d8ffc1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 697 additions and 26 deletions

View file

@ -14,10 +14,12 @@
"test:unit": "vitest"
},
"dependencies": {
"@mikro-orm/core": "6.4.6",
"@mikro-orm/postgresql": "6.4.6",
"@mikro-orm/core": "^6.4.6",
"@mikro-orm/postgresql": "^6.4.6",
"@mikro-orm/reflection": "^6.4.6",
"@types/js-yaml": "^4.0.9",
"axios": "^1.8.1",
"@mikro-orm/sqlite": "6.4.6",
"@mikro-orm/reflection": "6.4.6",
"dotenv": "^16.4.7",
"express": "^5.0.1",
"uuid": "^11.1.0",