Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Aug 5, 2024
1 parent a53b0e6 commit 3b4b4bc
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 56 deletions.
44 changes: 22 additions & 22 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
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,10 @@
},
"homepage": "https://github.com/abaplint/transpiler_poc#readme",
"devDependencies": {
"@abaplint/core": "^2.112.9",
"@abaplint/core": "^2.112.10",
"@types/chai": "^4.3.17",
"@types/mocha": "^10.0.7",
"@types/node": "^22.0.2",
"@types/node": "^22.1.0",
"@types/sql.js": "^1.4.9",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
Expand Down
44 changes: 22 additions & 22 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
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@types/glob": "^8.1.0",
"glob": "=7.2.0",
"@types/progress": "^2.0.7",
"@types/node": "^22.0.2",
"@abaplint/core": "^2.112.9",
"@types/node": "^22.1.0",
"@abaplint/core": "^2.112.10",
"progress": "^2.0.3",
"webpack": "^5.93.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
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"author": "abaplint",
"license": "MIT",
"dependencies": {
"@abaplint/core": "^2.112.9",
"@abaplint/core": "^2.112.10",
"source-map": "^0.7.4"
},
"devDependencies": {
Expand Down

0 comments on commit 3b4b4bc

Please sign in to comment.