update deps in package.json to latest (#4546)

This commit is contained in:
Lars Hvam 2021-02-20 14:47:26 +01:00 committed by GitHub
parent 38854d54d6
commit 3c34b8b678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,9 +17,9 @@
"url": "git+https://github.com/abapGit/abapGit.git"
},
"devDependencies": {
"@abaplint/cli": "^2.67.0",
"@abaplint/transpiler-cli": "^1.2.12",
"@abaplint/runtime": "^1.2.12",
"@abaplint/cli": "^2.68.1",
"@abaplint/transpiler-cli": "^1.2.13",
"@abaplint/runtime": "^1.2.13",
"abapmerge": "^0.14.2",
"eslint": "^7.20.0"
}