Commit aa03538 1 parent 406da3d commit aa03538 Copy full SHA for aa03538
File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dodona/dolos" ,
3
- "version" : " 2.2.4 " ,
3
+ "version" : " 2.3.0 " ,
4
4
"description" : " Code similarity detection based on the Winnowing algorithm" ,
5
5
"main" : " dist/index.js" ,
6
6
"engines" : {
37
37
"typescript" : " 4.9.5"
38
38
},
39
39
"dependencies" : {
40
- "@dodona/dolos-lib" : " 2.2.4 " ,
41
- "@dodona/dolos-web" : " 2.2.4 " ,
40
+ "@dodona/dolos-lib" : " 2.3.0 " ,
41
+ "@dodona/dolos-web" : " 2.3.0 " ,
42
42
"@elm-tooling/tree-sitter-elm" : " ^5.6.0" ,
43
43
"chalk" : " ^4.1.1" ,
44
44
"cliui" : " ^8.0.0" ,
Original file line number Diff line number Diff line change 1
1
FROM node:18-alpine3.16
2
- ARG dolos_version=2.2.4
2
+ ARG dolos_version=2.3.0
3
3
4
4
# node-gyp needs python3 and a compiler to build tree-sitter
5
5
RUN apk --no-cache add python3 build-base &&\
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dolos-docs" ,
3
- "version" : " 2.2.4 " ,
3
+ "version" : " 2.3.0 " ,
4
4
"description" : " Dolos source code plagiarism detection: information & documentation" ,
5
5
"authors" : {
6
6
"name" : " Team Dodona" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dodona/dolos-lib" ,
3
- "version" : " 2.2.4 " ,
3
+ "version" : " 2.3.0 " ,
4
4
"main" : " dist/index.js" ,
5
5
"description" : " Code similarity detection based on the Winnowing algorithm" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dodona/dolos-web" ,
3
3
"description" : " Web UI for the Dolos plagiarism detection tool." ,
4
- "version" : " 2.2.4 " ,
4
+ "version" : " 2.3.0 " ,
5
5
"main" : " dist/index.html" ,
6
6
"scripts" : {
7
7
"dev" : " vue-cli-service serve" ,
45
45
"vuetify-loader" : " 1.9.2"
46
46
},
47
47
"dependencies" : {
48
- "@dodona/dolos-lib" : " 2.2.4 " ,
48
+ "@dodona/dolos-lib" : " 2.3.0 " ,
49
49
"@mdi/font" : " ^7.0.96" ,
50
50
"@vueuse/core" : " ^10.0.0" ,
51
51
"axios" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments