update npm dependencies (#6333)

This commit is contained in:
Lars Hvam 2023-07-11 07:57:52 +02:00 committed by GitHub
parent c9b27b9aeb
commit 98fed3b641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
{
"license": "MIT",
"private": true,
"scripts": {
"test": "npm run eslint && npm run abaplint",
"merge": "abapmerge -f src/zabapgit.prog.abap -c zabapgit_standalone -o zabapgit.abap",
@ -26,12 +27,12 @@
]
},
"devDependencies": {
"@abaplint/cli": "^2.101.25",
"@abaplint/cli": "^2.101.34",
"@abaplint/database-sqlite": "^2.7.18",
"@abaplint/runtime": "^2.7.25",
"@abaplint/transpiler-cli": "^2.7.25",
"@abaplint/runtime": "^2.7.33",
"@abaplint/transpiler-cli": "^2.7.33",
"abapmerge": "^0.16.0",
"c8": "^8.0.0",
"eslint": "^8.43.0"
"eslint": "^8.44.0"
}
}