Skip to content

Commit

Permalink
update abaplint
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Jan 3, 2025
1 parent fed8048 commit b96544e
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 68 deletions.
120 changes: 71 additions & 49 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,9 @@
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@types/node": "^22.10.5",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"@vscode/test-web": "^0.0.65",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.1",
Expand Down
30 changes: 16 additions & 14 deletions server/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 server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"url": "https://github.com/abaplint/vscode-abaplint"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@types/glob": "^8.1.0"
},
"dependencies": {
"@abaplint/core": "^2.113.85",
"@abaplint/core": "^2.113.86",
"vscode-uri": "^3.0.8",
"glob": "^7.2.3",
"vscode-languageserver-textdocument": "^1.0.12",
Expand Down

0 comments on commit b96544e

Please sign in to comment.