Skip to content

Commit

Permalink
Merge branch 'main' into marcellourbani/issue153
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp authored Oct 5, 2024
2 parents 16971ad + 264d812 commit e6a91bf
Show file tree
Hide file tree
Showing 6 changed files with 129 additions and 116 deletions.
165 changes: 83 additions & 82 deletions package-lock.json

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

22 changes: 15 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "ABAP linting, problems view, go to definition, find references, and quick fixes.",
"author": "Lars Hvam",
"license": "MIT",
"version": "0.6.419",
"version": "0.6.423",
"repository": {
"type": "git",
"url": "https://github.com/abaplint/vscode-abaplint"
Expand Down Expand Up @@ -86,6 +86,14 @@
"fileMatch": "abaplint-downport.jsonc",
"url": "https://schema.abaplint.org/schema.json"
},
{
"fileMatch": "abap_transpile.json",
"url": "https://schema.abaplint.org/transpiler.json"
},
{
"fileMatch": "abap_transpile.jsonc",
"url": "https://schema.abaplint.org/transpiler.json"
},
{
"fileMatch": "abaplint.json5",
"url": "https://schema.abaplint.org/schema.json"
Expand Down Expand Up @@ -251,19 +259,19 @@
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
"@types/mocha": "^10.0.8",
"@types/node": "^22.7.0",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@vscode/test-web": "^0.0.60",
"@types/node": "^22.7.4",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@vscode/test-web": "^0.0.61",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"eslint": "^9.11.1",
"globals": "^15.9.0",
"globals": "^15.10.0",
"merge-options": "^3.0.4",
"path-browserify": "^1.0.1",
"ts-loader": "^9.5.1",
"typescript": "^5.6.2",
"webpack": "^5.94.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
}
}
Loading

0 comments on commit e6a91bf

Please sign in to comment.