mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
update deps + abapmerge, expand unit testing (#4604)
* update deps * upd * upd * update deps * another file covered * update deps * add intf * add intf * update to latest * update * zcl_abapgit_time covered * update deps * zcl_abapgit_html_action_utils done * add zcl_abapgit_gui_event * update abapmerge
This commit is contained in:
parent
d7e43fc0b9
commit
f6fe626cbb
|
@ -17,13 +17,16 @@
|
|||
"zif_abapgit_ajson*",
|
||||
"zcl_abapgit_url",
|
||||
"zcl_abapgit_zlib_convert",
|
||||
"zcl_abapgit_gui_event",
|
||||
"zcl_abapgit_zlib_huffman",
|
||||
"zcl_abapgit_zlib_stream",
|
||||
"zcl_abapgit_html_action_utils",
|
||||
"zif_abapgit_repo_srv",
|
||||
"zif_abapgit_persist_user",
|
||||
"zcl_abapgit_git_branch_list",
|
||||
"zcx_abapgit_exception",
|
||||
"zcx_abapgit_not_found",
|
||||
"zcl_abapgit_time",
|
||||
"zcx_abapgit_ajson_error",
|
||||
"zif_abapgit_apack_definitions",
|
||||
"zif_abapgit_auth",
|
||||
|
@ -33,6 +36,11 @@
|
|||
"zif_abapgit_environment",
|
||||
"zif_abapgit_exit",
|
||||
"zcl_abapgit_gui_buttons",
|
||||
"zcl_abapgit_frontend_services",
|
||||
"zcx_abapgit_cancel",
|
||||
"zif_abapgit_gui_event_handler",
|
||||
"zif_abapgit_gui_error_handler",
|
||||
"zif_abapgit_gui_event",
|
||||
"zcl_abapgit_exit",
|
||||
"zif_abapgit_frontend_services",
|
||||
"zif_abapgit_xml_output",
|
||||
|
@ -57,7 +65,9 @@
|
|||
"zcl_abapgit_utils",
|
||||
"zif_abapgit_xml",
|
||||
"zif_abapgit_stage_logic",
|
||||
"zif_abapgit_repo_online",
|
||||
"zif_abapgit_tag_popups",
|
||||
"zif_abapgit_data_config",
|
||||
"zif_abapgit_tadir",
|
||||
"zcl_abapgit_git_tag",
|
||||
"zcl_abapgit_zlib",
|
||||
|
|
|
@ -17,10 +17,10 @@
|
|||
"url": "git+https://github.com/abapGit/abapGit.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@abaplint/cli": "^2.69.7",
|
||||
"@abaplint/transpiler-cli": "^1.2.14",
|
||||
"@abaplint/runtime": "^1.2.14",
|
||||
"abapmerge": "^0.14.2",
|
||||
"@abaplint/cli": "^2.69.10",
|
||||
"@abaplint/transpiler-cli": "^1.2.21",
|
||||
"@abaplint/runtime": "^1.2.21",
|
||||
"abapmerge": "^0.14.3",
|
||||
"eslint": "^7.21.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user