npm updates (#6304)

This commit is contained in:
Lars Hvam 2023-06-23 08:40:05 +02:00 committed by GitHub
parent 55c843df79
commit 33e0ae2437
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 8 deletions

3
.gitignore vendored
View File

@ -6,4 +6,5 @@ lint_deps
output
ci/*.abap
allure-report
coverage
coverage
Heap.*

View File

@ -26,12 +26,12 @@
]
},
"devDependencies": {
"@abaplint/cli": "^2.101.6",
"@abaplint/database-sqlite": "^2.7.6",
"@abaplint/runtime": "^2.7.12",
"@abaplint/transpiler-cli": "^2.7.12",
"abapmerge": "^0.15.0",
"c8": "^7.13.0",
"eslint": "^8.41.0"
"@abaplint/cli": "^2.101.25",
"@abaplint/database-sqlite": "^2.7.18",
"@abaplint/runtime": "^2.7.25",
"@abaplint/transpiler-cli": "^2.7.25",
"abapmerge": "^0.16.0",
"c8": "^8.0.0",
"eslint": "^8.43.0"
}
}