Skip to content

Commit 66af6e0

Browse files
authored
update npm dependencies (#1039)
1 parent 3dcb7f5 commit 66af6e0

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

abaplint.jsonc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,9 @@
207207
"parser_error": true,
208208
"unknown_types": true,
209209
"global_class": true,
210+
"identical_move": true,
211+
"index_completely_contained": true,
212+
"no_comments_between_methods": true,
210213
"check_syntax": true,
211214
"functional_writing": true,
212215
"obsolete_statement": {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
},
1616
"license": "MIT",
1717
"dependencies": {
18-
"@abaplint/cli": "^2.114.10",
18+
"@abaplint/cli": "^2.115.1",
1919
"@abaplint/database-pg": "^2.11.78",
2020
"@abaplint/database-sqlite": "^2.11.78",
21-
"@abaplint/runtime": "^2.12.18",
22-
"@abaplint/transpiler-cli": "^2.12.18",
21+
"@abaplint/runtime": "^2.12.22",
22+
"@abaplint/transpiler-cli": "^2.12.22",
2323
"0x": "^6.0.0"
2424
}
2525
}

0 commit comments

Comments
 (0)