Skip to content

Commit

Permalink
update deps (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp authored May 27, 2024
1 parent eb4813a commit f6114bd
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 41 deletions.
3 changes: 2 additions & 1 deletion abaplint.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": [
{
"url": "https://github.com/open-abap/open-abap",
"url": "https://github.com/open-abap/open-abap-core",
"folder": "/deps",
"files": "/src/**/*.*"
}
Expand Down Expand Up @@ -149,6 +149,7 @@
"loop": true,
"if": false,
"while": true,
"loopAllowIfSubrc": false,
"try": true,
"when": true,
"case": true,
Expand Down
74 changes: 37 additions & 37 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.106.2",
"@abaplint/runtime": "^2.8.13",
"@abaplint/transpiler-cli": "^2.8.13"
"@abaplint/cli": "^2.108.10",
"@abaplint/runtime": "^2.8.25",
"@abaplint/transpiler-cli": "^2.8.25"
},
"scripts": {
"lint": "abaplint",
Expand Down

0 comments on commit f6114bd

Please sign in to comment.