Skip to content

Commit

Permalink
update abaplint
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed May 7, 2024
1 parent 3d05d99 commit 957fdf8
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 40 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -186,10 +186,10 @@
},
"homepage": "https://github.com/abaplint/transpiler_poc#readme",
"devDependencies": {
"@abaplint/core": "^2.107.3",
"@abaplint/core": "^2.107.5",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.9",
"@types/node": "^20.12.10",
"@types/sql.js": "^1.4.9",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
Expand Down
28 changes: 14 additions & 14 deletions packages/cli/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/cli/package.json
Expand Up @@ -30,8 +30,8 @@
"@types/glob": "^8.1.0",
"glob": "=7.2.0",
"@types/progress": "^2.0.7",
"@types/node": "^20.12.9",
"@abaplint/core": "^2.107.3",
"@types/node": "^20.12.10",
"@abaplint/core": "^2.107.5",
"progress": "^2.0.3",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
Expand Down
14 changes: 7 additions & 7 deletions packages/transpiler/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/transpiler/package.json
Expand Up @@ -29,7 +29,7 @@
"author": "abaplint",
"license": "MIT",
"dependencies": {
"@abaplint/core": "^2.107.3",
"@abaplint/core": "^2.107.5",
"source-map": "^0.7.4"
},
"devDependencies": {
Expand Down

0 comments on commit 957fdf8

Please sign in to comment.