Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed May 6, 2024
1 parent 9dd40f4 commit 3d05d99
Show file tree
Hide file tree
Showing 8 changed files with 152 additions and 152 deletions.
214 changes: 107 additions & 107 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -186,13 +186,13 @@
},
"homepage": "https://github.com/abaplint/transpiler_poc#readme",
"devDependencies": {
"@abaplint/core": "^2.107.1",
"@types/chai": "^4.3.14",
"@abaplint/core": "^2.107.3",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.7",
"@types/node": "^20.12.9",
"@types/sql.js": "^1.4.9",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"chai": "^4.4.1",
"cross-fetch": "^4.0.0",
"dotenv": "^16.4.5",
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.7",
"@abaplint/core": "^2.107.1",
"@types/node": "^20.12.9",
"@abaplint/core": "^2.107.3",
"progress": "^2.0.3",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
Expand Down
14 changes: 7 additions & 7 deletions packages/runtime/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/runtime/package.json
Expand Up @@ -29,7 +29,7 @@
"author": "abaplint",
"license": "MIT",
"devDependencies": {
"@types/chai": "^4.3.14",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"chai": "^4.4.1",
"mocha": "^10.4.0",
Expand Down
28 changes: 14 additions & 14 deletions packages/transpiler/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/transpiler/package.json
Expand Up @@ -29,11 +29,11 @@
"author": "abaplint",
"license": "MIT",
"dependencies": {
"@abaplint/core": "^2.107.1",
"@abaplint/core": "^2.107.3",
"source-map": "^0.7.4"
},
"devDependencies": {
"@types/chai": "^4.3.14",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"chai": "^4.4.1",
"mocha": "^10.4.0",
Expand Down

0 comments on commit 3d05d99

Please sign in to comment.