Skip to content

Commit

Permalink
update abaplint
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Nov 16, 2024
1 parent 48fd906 commit cc0b7bf
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 26 deletions.
1 change: 0 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ export default [...fixupConfigRules(compat.extends(
"no-sparse-arrays": "error",
"no-trailing-spaces": "error",
"no-underscore-dangle": "off",
"no-unused-expressions": "off",
"no-unused-labels": "error",
"no-var": "error",
"no-void": "error",
Expand Down
35 changes: 19 additions & 16 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
"@vscode/test-web": "^0.0.63",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.1",
"eslint": "^9.14.0",
"eslint": "=9.14.0",
"globals": "^15.12.0",
"merge-options": "^3.0.4",
"path-browserify": "^1.0.1",
Expand Down
14 changes: 7 additions & 7 deletions server/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 server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/glob": "^8.1.0"
},
"dependencies": {
"@abaplint/core": "^2.113.44",
"@abaplint/core": "^2.113.57",
"vscode-uri": "^3.0.8",
"glob": "^7.2.3",
"vscode-languageserver-textdocument": "^1.0.12",
Expand Down

0 comments on commit cc0b7bf

Please sign in to comment.