update npm dependencies (#7043)

This commit is contained in:
Lars Hvam 2024-10-16 15:45:26 +02:00 committed by GitHub
parent aee4d0aedd
commit b1abcd8764
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 9 deletions

View File

@ -23,14 +23,14 @@
]
},
"devDependencies": {
"@abaplint/cli": "^2.113.6",
"@abaplint/database-sqlite": "^2.8.25",
"@abaplint/runtime": "^2.10.11",
"express": "^4.19.2",
"@abaplint/transpiler-cli": "^2.10.11",
"globals": "^15.9.0",
"abapmerge": "^0.16.0",
"@abaplint/cli": "^2.113.21",
"@abaplint/database-sqlite": "^2.10.20",
"@abaplint/runtime": "^2.10.20",
"express": "^4.21.1",
"@abaplint/transpiler-cli": "^2.10.20",
"globals": "^15.11.0",
"abapmerge": "^0.16.6",
"c8": "^10.1.2",
"eslint": "^9.9.1"
"eslint": "^9.12.0"
}
}

View File

@ -90,7 +90,6 @@
"addFilenames": true,
"addCommonJS": true,
"unknownTypes": "runtimeError",
"keywords": ["return", "in", "class", "arguments"],
"extraSetup": "../test/setup.mjs",
"skip": [
{"object": "ZCX_ABAPGIT_EXCEPTION", "class": "ltcl_get_t100_longtext", "method": "test01", "note": "uses MSAG from database"},