Skip to content

Commit

Permalink
update abaplint
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Sep 25, 2024
1 parent 8f47677 commit d7c9c69
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 85 deletions.
140 changes: 76 additions & 64 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,15 +249,15 @@
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.10.0",
"@eslint/js": "^9.11.1",
"@types/mocha": "^10.0.8",
"@types/node": "^22.5.5",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@types/node": "^22.7.0",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@vscode/test-web": "^0.0.60",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"eslint": "^9.10.0",
"eslint": "^9.11.1",
"globals": "^15.9.0",
"merge-options": "^3.0.4",
"path-browserify": "^1.0.1",
Expand Down
28 changes: 14 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.5.5",
"@types/node": "^22.7.0",
"@types/glob": "^8.1.0"
},
"dependencies": {
"@abaplint/core": "^2.113.9",
"@abaplint/core": "^2.113.10",
"vscode-uri": "^3.0.8",
"glob": "^7.2.3",
"vscode-languageserver-textdocument": "^1.0.12",
Expand Down

0 comments on commit d7c9c69

Please sign in to comment.