update to latest npm packages (#5492)

This commit is contained in:
Lars Hvam 2022-04-28 12:56:26 +02:00 committed by GitHub
parent 0306a11ddc
commit bbc92c4c0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

View File

@ -25,12 +25,12 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"@abaplint/cli": "^2.88.10", "@abaplint/cli": "^2.89.12",
"@abaplint/runtime": "^2.0.8", "@abaplint/runtime": "^2.0.14",
"@abaplint/transpiler-cli": "^2.0.8", "@abaplint/transpiler-cli": "^2.0.14",
"@abaplint/database-sqlite": "^2.0.8", "@abaplint/database-sqlite": "^2.0.11",
"abapmerge": "^0.14.3", "abapmerge": "^0.14.3",
"c8": "^7.11.0", "c8": "^7.11.2",
"eslint": "^8.13.0" "eslint": "^8.14.0"
} }
} }

View File

@ -151,6 +151,7 @@
{"object": "ZCL_ABAPGIT_AJSON", "class": "ltcl_writer_test", "method": "set_tab"}, {"object": "ZCL_ABAPGIT_AJSON", "class": "ltcl_writer_test", "method": "set_tab"},
{"object": "ZCL_ABAPGIT_AJSON", "class": "ltcl_writer_test", "method": "set_tab_hashed", "note": "runtime error, SortByLengthZero"}, {"object": "ZCL_ABAPGIT_AJSON", "class": "ltcl_writer_test", "method": "set_tab_hashed", "note": "runtime error, SortByLengthZero"},
{"object": "ZCL_ABAPGIT_AJSON", "class": "ltcl_writer_test", "method": "arrays"}, {"object": "ZCL_ABAPGIT_AJSON", "class": "ltcl_writer_test", "method": "arrays"},
{"object": "ZCL_ABAPGIT_AJSON", "class": "ltcl_writer_test", "method": "set_bool"},
{"object": "ZCL_ABAPGIT_AJSON", "class": "ltcl_writer_test", "method": "set_obj_w_date_time"}, {"object": "ZCL_ABAPGIT_AJSON", "class": "ltcl_writer_test", "method": "set_obj_w_date_time"},
{"object": "ZCL_ABAPGIT_AJSON", "class": "ltcl_writer_test", "method": "root_assignment"}, {"object": "ZCL_ABAPGIT_AJSON", "class": "ltcl_writer_test", "method": "root_assignment"},