Skip to content

Commit

Permalink
update abaplint
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Oct 26, 2023
1 parent 7384523 commit 9aac08b
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 @@ -213,7 +213,7 @@
},
"devDependencies": {
"@types/mocha": "^10.0.3",
"@types/node": "^20.8.8",
"@types/node": "^20.8.9",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@vscode/test-web": "^0.0.47",
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": "^20.8.8",
"@types/node": "^20.8.9",
"@types/glob": "^7.2.0"
},
"dependencies": {
"@abaplint/core": "^2.102.62",
"@abaplint/core": "^2.102.64",
"vscode-uri": "^3.0.8",
"glob": "^7.2.3",
"vscode-languageserver-textdocument": "^1.0.11",
Expand Down

0 comments on commit 9aac08b

Please sign in to comment.