Skip to content

Commit

Permalink
2.10.6: update abaplint to latest (#1452)
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp authored Aug 2, 2024
1 parent 0f45b7d commit a53b0e6
Show file tree
Hide file tree
Showing 17 changed files with 387 additions and 382 deletions.
320 changes: 160 additions & 160 deletions package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"link:database-pg": "cd packages/database-pg && npm link @abaplint/runtime",
"link:database-snowflake": "cd packages/database-snowflake && npm link @abaplint/runtime",
"link:cli": "cd packages/cli && npm link --force && npm link @abaplint/transpiler",
"docker:start": "docker-compose -f test/stack.yml up -d",
"docker:stop": "docker-compose -f test/stack.yml down",
"docker:start": "docker compose -f test/stack.yml up -d",
"docker:stop": "docker compose -f test/stack.yml down",
"lint": "eslint packages/**/*.ts --format unix"
},
"repository": {
Expand Down Expand Up @@ -186,26 +186,26 @@
},
"homepage": "https://github.com/abaplint/transpiler_poc#readme",
"devDependencies": {
"@abaplint/core": "^2.110.6",
"@types/chai": "^4.3.16",
"@abaplint/core": "^2.112.9",
"@types/chai": "^4.3.17",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.10",
"@types/node": "^22.0.2",
"@types/sql.js": "^1.4.9",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"chai": "^4.4.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"chai": "^4.5.0",
"cross-fetch": "^4.0.0",
"dotenv": "^16.4.5",
"eslint-plugin-import": "^2.29.1",
"eslint": "^8.57.0",
"fast-xml-parser": "^4.4.0",
"mocha": "^10.6.0",
"fast-xml-parser": "^4.4.1",
"mocha": "^10.7.0",
"pg": "^8.12.0",
"pg-cursor": "^2.11.0",
"snowflake-sdk": "^1.11.0",
"source-map-support": "^0.5.21",
"sql.js": "^1.10.3",
"sql.js": "^1.11.0",
"temporal-polyfill": "^0.2.5",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}
110 changes: 55 additions & 55 deletions packages/cli/package-lock.json

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

12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abaplint/transpiler-cli",
"version": "2.10.5",
"version": "2.10.6",
"description": "Transpiler - Command Line Interface",
"funding": "https://github.com/sponsors/larshp",
"bin": {
Expand All @@ -26,15 +26,15 @@
"author": "abaplint",
"license": "MIT",
"devDependencies": {
"@abaplint/transpiler": "^2.10.5",
"@abaplint/transpiler": "^2.10.6",
"@types/glob": "^8.1.0",
"glob": "=7.2.0",
"@types/progress": "^2.0.7",
"@types/node": "^20.14.10",
"@abaplint/core": "^2.110.6",
"@types/node": "^22.0.2",
"@abaplint/core": "^2.112.9",
"progress": "^2.0.3",
"webpack": "^5.92.1",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}
Loading

0 comments on commit a53b0e6

Please sign in to comment.