update dependencies (#4785)

This commit is contained in:
Lars Hvam 2021-05-27 16:40:21 +02:00 committed by GitHub
parent 1fa51e7c0a
commit bebf39a704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 21 deletions

View File

@ -143,6 +143,7 @@
{"object": "ZCL_ABAPGIT_AJSON", "class": "ltcl_writer_test", "method": "ignore_empty"},
{"object": "ZCL_ABAPGIT_AJSON", "class": "ltcl_writer_test", "method": "set_obj"},
{"object": "ZCL_ABAPGIT_AJSON", "class": "ltcl_writer_test", "method": "set_tab"},
{"object": "ZCL_ABAPGIT_AJSON", "class": "ltcl_writer_test", "method": "set_tab_hashed"},
{"object": "ZCL_ABAPGIT_AJSON", "class": "ltcl_writer_test", "method": "prove_path_exists"},
{"object": "ZCL_ABAPGIT_AJSON", "class": "ltcl_writer_test", "method": "delete_subtree"},
{"object": "ZCL_ABAPGIT_AJSON", "class": "ltcl_writer_test", "method": "delete"},
@ -153,6 +154,7 @@
{"object": "ZCL_ABAPGIT_AJSON", "class": "ltcl_writer_test", "method": "set_str"},
{"object": "ZCL_ABAPGIT_AJSON", "class": "ltcl_writer_test", "method": "set_int"},
{"object": "ZCL_ABAPGIT_AJSON", "class": "ltcl_writer_test", "method": "set_date"},
{"object": "ZCL_ABAPGIT_AJSON", "class": "ltcl_writer_test", "method": "set_timestamp"},
{"object": "ZCL_ABAPGIT_AJSON", "class": "ltcl_writer_test", "method": "read_only"},
{"object": "ZCL_ABAPGIT_AJSON", "class": "ltcl_writer_test", "method": "set_array_obj"},
{"object": "ZCL_ABAPGIT_AJSON", "class": "ltcl_writer_test", "method": "set_with_type"},

View File

@ -19,23 +19,6 @@
"abap_func_exporting",
"abap_func_tables",
"cssf_formtype_text",
"icon_abap",
"icon_adopt",
"icon_change",
"icon_create",
"icon_delete",
"icon_display_text",
"icon_folder",
"icon_led_green",
"icon_led_inactive",
"icon_led_red",
"icon_led_yellow",
"icon_message_information",
"icon_okay",
"icon_set_state",
"icon_stack",
"icon_system_help",
"icon_workflow_fork",
"seoc_category_exception",
"seoc_category_webdynpro_class",
"seoc_exposure_private",
@ -162,6 +145,7 @@
"move": true,
"refresh": true,
"unassign": true,
"sort": true,
"clear": true,
"hide": true,
"free": true,

View File

@ -17,10 +17,10 @@
"url": "git+https://github.com/abapGit/abapGit.git"
},
"devDependencies": {
"@abaplint/cli": "^2.74.21",
"@abaplint/transpiler-cli": "^1.3.34",
"@abaplint/runtime": "^1.3.34",
"@abaplint/cli": "^2.74.28",
"@abaplint/transpiler-cli": "^1.3.36",
"@abaplint/runtime": "^1.3.36",
"abapmerge": "^0.14.3",
"eslint": "^7.26.0"
"eslint": "^7.27.0"
}
}