update deps (#4854)

* update deps

* upd
This commit is contained in:
Lars Hvam 2021-07-01 10:08:09 +02:00 committed by GitHub
parent 30615e848e
commit 5365f536ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -235,6 +235,7 @@
"indentation": { "indentation": {
"ignoreExceptions": true, "ignoreExceptions": true,
"alignTryCatch": false, "alignTryCatch": false,
"selectionScreenBlockIndentation": false,
"globalClassSkipFirst": false, "globalClassSkipFirst": false,
"ignoreGlobalClassDefinition": false, "ignoreGlobalClassDefinition": false,
"ignoreGlobalInterface": false "ignoreGlobalInterface": false

View File

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