Skip to content

Commit

Permalink
update dependencies (#295)
Browse files Browse the repository at this point in the history
* update dependenceis

* update

* update deps
  • Loading branch information
larshp authored Dec 4, 2023
1 parent 3d679ea commit 50e06ae
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 26 deletions.
8 changes: 6 additions & 2 deletions abaplint.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,12 @@
"implement_methods": true,
"in_statement_indentation": false,
"indentation": {
"selectionScreenBlockIndentation": true

"selectionScreenBlockIndentation": true,
"alignTryCatch": false,
"globalClassSkipFirst": false,
"ignoreGlobalClassDefinition": false,
"ignoreGlobalInterface": false,
"ignoreExceptions": false
},
"inline_data_old_versions": true,
"intf_referencing_clas": false,
Expand Down
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 @@ -15,10 +15,10 @@
},
"license": "MIT",
"dependencies": {
"@abaplint/cli": "^2.102.68",
"@abaplint/cli": "^2.104.2",
"@abaplint/database-sqlite": "^2.7.119",
"@abaplint/runtime": "^2.7.129",
"@abaplint/transpiler-cli": "^2.7.129",
"@abaplint/runtime": "^2.7.136",
"@abaplint/transpiler-cli": "^2.7.136",
"abapmerge": "^0.16.0"
}
}

0 comments on commit 50e06ae

Please sign in to comment.