Skip to content

Commit

Permalink
update abaplint
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Sep 20, 2023
1 parent 86c853b commit baf83af
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
14 changes: 7 additions & 7 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 @@ -245,7 +245,7 @@
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^20.6.2",
"@types/node": "^20.6.3",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@vscode/test-web": "^0.0.45",
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": "^20.6.2",
"@types/node": "^20.6.3",
"@types/glob": "^7.2.0"
},
"dependencies": {
"@abaplint/core": "^2.102.43",
"@abaplint/core": "^2.102.44",
"vscode-uri": "^3.0.7",
"glob": "^7.2.3",
"vscode-languageserver-textdocument": "^1.0.8",
Expand Down

0 comments on commit baf83af

Please sign in to comment.