Skip to content
Snippets Groups Projects
Commit c2654c3c authored by michael.minelli's avatar michael.minelli
Browse files

Prepare for v3.5.0

parent 7bc37c79
Branches
Tags
No related merge requests found
Pipeline #29568 passed
...@@ -18,7 +18,13 @@ ...@@ -18,7 +18,13 @@
--> -->
## 3.4.2 (???) ## 3.5.0 (???)
### ✨ Feature
- Link a commit of an exercise as a corrige of an assignment
## 3.4.2 (2023-01-23)
### 📚 Documentation ### 📚 Documentation
- Wiki: add tutorial about adding a new route to the API - Wiki: add tutorial about adding a new route to the API
......
This diff is collapsed.
{ {
"name" : "dojo_backend_api", "name" : "dojo_backend_api",
"description" : "Backend API of the Dojo project", "description" : "Backend API of the Dojo project",
"version" : "3.4.2", "version" : "3.5.0",
"license" : "AGPLv3", "license" : "AGPLv3",
"author" : "Michaël Minelli <dojo@minelli.me>", "author" : "Michaël Minelli <dojo@minelli.me>",
"main" : "dist/src/app.js", "main" : "dist/src/app.js",
...@@ -28,11 +28,12 @@ ...@@ -28,11 +28,12 @@
"seed": "node dist/prisma/seed" "seed": "node dist/prisma/seed"
}, },
"dependencies" : { "dependencies" : {
"@prisma/client" : "^5.8.1", "@gitbeaker/rest" : "^39.34.2",
"axios" : "^1.6.5", "@prisma/client" : "^5.9.1",
"axios" : "^1.6.7",
"compression" : "^1.7.4", "compression" : "^1.7.4",
"cors" : "^2.8.5", "cors" : "^2.8.5",
"dotenv" : "^16.3.1", "dotenv" : "^16.4.1",
"dotenv-expand" : "^10.0.0", "dotenv-expand" : "^10.0.0",
"express" : "^4.18.2", "express" : "^4.18.2",
"express-validator" : "^7.0.1", "express-validator" : "^7.0.1",
...@@ -44,38 +45,38 @@ ...@@ -44,38 +45,38 @@
"morgan" : "^1.10.0", "morgan" : "^1.10.0",
"multer" : "^1.4.5-lts.1", "multer" : "^1.4.5-lts.1",
"mysql" : "^2.18.1", "mysql" : "^2.18.1",
"node" : "^20.10.0", "node" : "^20.11.0",
"parse-link-header" : "^2.0.0", "parse-link-header" : "^2.0.0",
"semver" : "^7.5.4", "semver" : "^7.6.0",
"swagger-ui-express" : "^5.0.0", "swagger-ui-express" : "^5.0.0",
"tar-stream" : "^3.1.6", "tar-stream" : "^3.1.7",
"uuid" : "^9.0.1", "uuid" : "^9.0.1",
"winston" : "^3.11.0", "winston" : "^3.11.0",
"zod" : "^3.22.4", "zod" : "^3.22.4",
"zod-validation-error": "^3.0.0" "zod-validation-error": "^3.0.0"
}, },
"devDependencies": { "devDependencies": {
"@redocly/cli" : "^1.6.0", "@redocly/cli" : "^1.8.2",
"@types/compression" : "^1.7.5", "@types/compression" : "^1.7.5",
"@types/cors" : "^2.8.17", "@types/cors" : "^2.8.17",
"@types/express" : "^4.17.21", "@types/express" : "^4.17.21",
"@types/jsonwebtoken" : "^9.0.5", "@types/jsonwebtoken" : "^9.0.5",
"@types/morgan" : "^1.9.9", "@types/morgan" : "^1.9.9",
"@types/multer" : "^1.4.11", "@types/multer" : "^1.4.11",
"@types/node" : "^20.11.5", "@types/node" : "^20.11.17",
"@types/parse-link-header" : "^2.0.3", "@types/parse-link-header" : "^2.0.3",
"@types/semver" : "^7.5.6", "@types/semver" : "^7.5.6",
"@types/swagger-ui-express" : "^4.1.6", "@types/swagger-ui-express" : "^4.1.6",
"@types/tar-stream" : "^3.1.3", "@types/tar-stream" : "^3.1.3",
"@types/uuid" : "^9.0.7", "@types/uuid" : "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.18.1", "@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser" : "^6.18.1", "@typescript-eslint/parser" : "^6.21.0",
"dotenv-cli" : "^7.3.0", "dotenv-cli" : "^7.3.0",
"dotenv-vault" : "^1.25.0", "dotenv-vault" : "^1.26.0",
"genversion" : "^3.2.0", "genversion" : "^3.2.0",
"nodemon" : "^3.0.3", "nodemon" : "^3.0.3",
"npm" : "^10.3.0", "npm" : "^10.4.0",
"prisma" : "^5.8.1", "prisma" : "^5.9.1",
"ts-node" : "^10.9.2", "ts-node" : "^10.9.2",
"typescript" : "^5.3.3" "typescript" : "^5.3.3"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment