Skip to content

Commit

Permalink
update npm dependencies (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp authored Sep 5, 2024
1 parent 2a4bdc9 commit ca561e3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions abaplint.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"uncaught_exception": false, // todo

"check_include": true,
"add_test_attributes": true,
"empty_event": true,
"implicit_start_of_selection": true,
"tables_declared_locally": true,
"unused_macros": true,
"macro_naming": true,
"align_type_expressions": true,
"align_pseudo_comments": true,
"dynpro_checks": true,
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
},
"license": "MIT",
"dependencies": {
"@abaplint/cli": "^2.112.10",
"@abaplint/cli": "^2.113.6",
"@abaplint/database-sqlite": "^2.8.25",
"@abaplint/runtime": "^2.10.9",
"@abaplint/transpiler-cli": "^2.10.9",
"@abaplint/runtime": "^2.10.11",
"@abaplint/transpiler-cli": "^2.10.11",
"0x": "^5.7.0"
}
}

0 comments on commit ca561e3

Please sign in to comment.