Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DojoExerciseChecker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dojo Project (HES-SO)
Projects
Pipelines
DojoExerciseChecker
Compare revisions
d4528fd14f6ff1a40f8f6bf180cc3ba8e9ab300f to e1e30af91773875181d158ac3c8c1379b539b026
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
dojo_project/projects/pipelines/dojoexercisechecker
Select target project
No results found
e1e30af91773875181d158ac3c8c1379b539b026
Select Git revision
Swap
Target
dojo_project/projects/pipelines/dojoexercisechecker
Select target project
dojo_project/projects/pipelines/dojoexercisechecker
1 result
d4528fd14f6ff1a40f8f6bf180cc3ba8e9ab300f
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
update-dependencies
· eca2ccb1
michael.minelli
authored
4 months ago
eca2ccb1
Merge branch 'update-dependencies' into v6.0.0
· e1e30af9
michael.minelli
authored
4 months ago
e1e30af9
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
ExerciseChecker/package-lock.json
+1354
-673
1354 additions, 673 deletions
ExerciseChecker/package-lock.json
ExerciseChecker/package.json
+14
-15
14 additions, 15 deletions
ExerciseChecker/package.json
ExerciseChecker/src/shared
+1
-1
1 addition, 1 deletion
ExerciseChecker/src/shared
with
1369 additions
and
689 deletions
ExerciseChecker/package-lock.json
View file @
e1e30af9
Source diff could not be displayed: it is too large. Options to address this:
view the blob
.
This diff is collapsed.
Click to expand it.
ExerciseChecker/package.json
View file @
e1e30af9
...
...
@@ -31,36 +31,35 @@
},
"dependencies"
:
{
"@dotenvx/dotenvx"
:
"^0.45.0"
,
"@gitbeaker/core"
:
"^4
0.0.3
"
,
"@gitbeaker/requester-utils"
:
"^4
0.0.3
"
,
"@gitbeaker/rest"
:
"^4
0.0.3
"
,
"@gitbeaker/core"
:
"^4
2.1.0
"
,
"@gitbeaker/requester-utils"
:
"^4
2.1.0
"
,
"@gitbeaker/rest"
:
"^4
2.1.0
"
,
"axios"
:
"^1.7.2"
,
"boxen"
:
"^5.1.2"
,
"chalk"
:
"^4.1.2"
,
"form-data"
:
"^4.0.
0
"
,
"fs-extra"
:
"^11.
2
.0"
,
"form-data"
:
"^4.0.
2
"
,
"fs-extra"
:
"^11.
3
.0"
,
"http-status-codes"
:
"^2.3.0"
,
"json5"
:
"^2.2.3"
,
"ora"
:
"^5.4.1"
,
"tar-stream"
:
"^3.1.7"
,
"winston"
:
"^3.1
3
.0"
,
"winston-transport"
:
"^4.
7
.0"
,
"yaml"
:
"^2.
4.5
"
,
"zod"
:
"^3.2
3.8
"
,
"zod-validation-error"
:
"^3.
3
.0"
"winston"
:
"^3.1
7
.0"
,
"winston-transport"
:
"^4.
9
.0"
,
"yaml"
:
"^2.
7.0
"
,
"zod"
:
"^3.2
4.2
"
,
"zod-validation-error"
:
"^3.
4
.0"
},
"devDependencies"
:
{
"@types/fs-extra"
:
"^11.0.4"
,
"@types/js-yaml"
:
"^4.0.9"
,
"@types/node"
:
"^18.19.
39
"
,
"@types/node"
:
"^18.19.
76
"
,
"@types/tar-stream"
:
"^3.1.3"
,
"eslint"
:
"^8.57.0"
,
"genversion"
:
"^3.2.0"
,
"pkg"
:
"^5.8.1"
,
"tiny-typed-emitter"
:
"^2.1.0"
,
"tsx"
:
"^4.1
6.2
"
,
"tsx"
:
"^4.1
9.3
"
,
"ts-node"
:
"^10.9.2"
,
"typescript"
:
"
^
5.5.
3
"
,
"typescript-eslint"
:
"^7.1
5
.0"
"typescript"
:
"
~
5.5.
4
"
,
"typescript-eslint"
:
"^7.1
8
.0"
}
}
This diff is collapsed.
Click to expand it.
shared
@
92008b25
Compare
de8af98a
...
92008b25
Subproject commit
de8af98ab1085f83a5756e797812b400298689dd
Subproject commit
92008b25753c96bef9917cd39baab3a4d160cd9c
This diff is collapsed.
Click to expand it.