update deps (#4818)

* update deps

* upd
This commit is contained in:
Lars Hvam 2021-06-06 09:41:13 +02:00 committed by GitHub
parent ce731ecd22
commit 6098a4fbdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -322,6 +322,7 @@
"ranges": true,
"subtract": true,
"freeMemory": true,
"exitFromSQL": true,
"multiply": true,
"communication": true,
"typePools": true,

View File

@ -17,10 +17,10 @@
"url": "git+https://github.com/abapGit/abapGit.git"
},
"devDependencies": {
"@abaplint/cli": "^2.74.28",
"@abaplint/transpiler-cli": "^1.3.36",
"@abaplint/runtime": "^1.3.36",
"@abaplint/cli": "^2.74.38",
"@abaplint/transpiler-cli": "^1.3.37",
"@abaplint/runtime": "^1.3.37",
"abapmerge": "^0.14.3",
"eslint": "^7.27.0"
"eslint": "^7.28.0"
}
}