Skip to content

Commit

Permalink
update npm dependencies (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp authored Sep 30, 2023
1 parent df5c27d commit 2955cfa
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 24 deletions.
10 changes: 10 additions & 0 deletions abaplint.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@
"define": true,
"testSeams": true,
"defaultKey": false,
"exportToMemory": true,
"exportToDatabase": true,
"break": true,
"describeLines": true,
"statics": true
Expand Down Expand Up @@ -310,11 +312,19 @@
"space_before_dot": true,
"start_at_tab": true,
"superclass_final": false,
"easy_to_find_messages": true,
"smim_consistency": true,
"sql_value_conversion": true,
"tabl_enhancement_category": true,
"type_form_parameters": true,
"unreachable_code": true,
"use_new": true,
"when_others_last": true,
"whitespace_end": true
},
"targetRules": {
"prefer_pragmas": true,
"line_break_multiple_parameters": true,
"align_parameters": true
}
}
42 changes: 21 additions & 21 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.101.11",
"@abaplint/runtime": "^2.7.22",
"@abaplint/transpiler-cli": "^2.7.22"
"@abaplint/cli": "^2.102.51",
"@abaplint/runtime": "^2.7.101",
"@abaplint/transpiler-cli": "^2.7.101"
},
"scripts": {
"lint": "abaplint",
Expand Down

0 comments on commit 2955cfa

Please sign in to comment.