Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
iliyan-velichkov committed Jun 20, 2024
1 parent f1f714a commit 0eeea95
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
40 changes: 20 additions & 20 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"version": "1.0.0",
"scripts": {
"transpile": "rm -rf output && abap_transpile abap_transpile.json",
"unit": "npm run transpile && echo RUNNING && node output/index.mjs && echo OK",
"lint": "abaplint --config abaplint.json",
"unit": "npm run transpile && echo RUNNING && node output/index.mjs && echo OK",
"test": "npm run lint && npm run unit",
"run": "node run.mjs"
},
"dependencies": {
"buffer": "^6.0.3",
"@abaplint/cli": "^2.110.0",
"@abaplint/runtime": "^2.7.97",
"@abaplint/transpiler-cli": "^2.7.97"
"@abaplint/runtime": "^2.8.27",
"@abaplint/cli": "^2.110.1",
"@abaplint/transpiler-cli": "^2.8.27"
},
"author": "codbex",
"license": "EPL"
Expand Down

0 comments on commit 0eeea95

Please sign in to comment.