mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
update npm dependencies (#6973)
This commit is contained in:
parent
f9bd01021d
commit
8b7c4862f3
|
@ -25,6 +25,10 @@
|
|||
]
|
||||
},
|
||||
"abapdoc": false,
|
||||
"align_pseudo_comments": false,
|
||||
"invalid_table_index": true,
|
||||
"tables_declared_locally": true,
|
||||
"unused_macros": true,
|
||||
"align_parameters": false,
|
||||
"allowed_object_naming": true,
|
||||
"allowed_object_types": {
|
||||
|
@ -131,6 +135,7 @@
|
|||
"at": true,
|
||||
"case": true,
|
||||
"do": true,
|
||||
"loopAllowIfSubrc": false,
|
||||
"if": false,
|
||||
"loop": true,
|
||||
"select": true,
|
||||
|
|
|
@ -23,13 +23,13 @@
|
|||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@abaplint/cli": "^2.110.6",
|
||||
"@abaplint/cli": "^2.112.6",
|
||||
"@abaplint/database-sqlite": "^2.8.25",
|
||||
"@abaplint/runtime": "^2.8.29",
|
||||
"@abaplint/transpiler-cli": "^2.8.29",
|
||||
"@abaplint/runtime": "^2.10.5",
|
||||
"@abaplint/transpiler-cli": "^2.10.5",
|
||||
"globals": "^15.8.0",
|
||||
"abapmerge": "^0.16.0",
|
||||
"c8": "^10.1.2",
|
||||
"eslint": "^9.6.0"
|
||||
"eslint": "^9.7.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user