mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
update npm dependencies (#7043)
This commit is contained in:
parent
aee4d0aedd
commit
b1abcd8764
16
package.json
16
package.json
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"},
|
||||
|
|
Loading…
Reference in New Issue
Block a user