Skip to content

Commit

Permalink
update deps (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp authored Sep 26, 2024
1 parent f6114bd commit 1e34ba8
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 32 deletions.
2 changes: 2 additions & 0 deletions abaplint.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
},
"rules": {
"fully_type_itabs": true,
"add_test_attributes": true,
"align_pseudo_comments": true,
"no_inline_in_optional_branches": true,
"nrob_consistency": true,
"omit_preceding_zeros": true,
Expand Down
58 changes: 29 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"description": "abapNTLM",
"dependencies": {},
"devDependencies": {
"@abaplint/cli": "^2.108.10",
"@abaplint/runtime": "^2.8.25",
"@abaplint/transpiler-cli": "^2.8.25"
"@abaplint/cli": "^2.113.14",
"@abaplint/runtime": "^2.10.19",
"@abaplint/transpiler-cli": "^2.10.19"
},
"scripts": {
"lint": "abaplint",
Expand Down

0 comments on commit 1e34ba8

Please sign in to comment.