Skip to content

Commit

Permalink
update abaplint
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Aug 8, 2024
1 parent 6a78ffc commit 7dde16c
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 40 deletions.
30 changes: 15 additions & 15 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 @@ -248,7 +248,7 @@
},
"devDependencies": {
"@types/mocha": "^10.0.7",
"@types/node": "^22.0.2",
"@types/node": "^22.1.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vscode/test-web": "^0.0.56",
Expand Down
44 changes: 22 additions & 22 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.0.2",
"@types/node": "^22.1.0",
"@types/glob": "^8.1.0"
},
"dependencies": {
"@abaplint/core": "^2.112.10",
"@abaplint/core": "^2.112.11",
"vscode-uri": "^3.0.8",
"glob": "^7.2.3",
"vscode-languageserver-textdocument": "^1.0.12",
Expand Down

0 comments on commit 7dde16c

Please sign in to comment.