Skip to content

Commit 6bd1157

Browse files
authored
update npm dependencies (#982)
1 parent b8f9ab9 commit 6bd1157

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"dependencies": {
1818
"@abaplint/cli": "^2.113.150",
1919
"@abaplint/database-pg": "^2.10.24",
20-
"@abaplint/database-sqlite": "^2.10.24",
21-
"@abaplint/runtime": "^2.10.81",
22-
"@abaplint/transpiler-cli": "^2.10.81",
20+
"@abaplint/database-sqlite": "^2.11.0",
21+
"@abaplint/runtime": "^2.11.0",
22+
"@abaplint/transpiler-cli": "^2.11.0",
2323
"0x": "^6.0.0"
2424
}
2525
}

src/fugr/openabap.fugr.conversion_exit_alpha_input.abap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ FUNCTION conversion_exit_alpha_input.
1717
ENDIF.
1818

1919
lv_tmp = input.
20+
* hmm, perhaps this CONDENSE can be removed?
2021
CONDENSE lv_tmp.
2122

2223
DESCRIBE FIELD input TYPE lv_type.

0 commit comments

Comments
 (0)