Skip to content

Commit

Permalink
update abaplint
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Oct 2, 2023
1 parent 54cfd3a commit b4c25b5
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 57 deletions.
126 changes: 87 additions & 39 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,10 @@
},
"devDependencies": {
"@types/mocha": "^10.0.2",
"@types/node": "^20.7.1",
"@types/node": "^20.8.0",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@vscode/test-web": "^0.0.45",
"@vscode/test-web": "^0.0.46",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"eslint": "^8.50.0",
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.7.1",
"@types/node": "^20.8.0",
"@types/glob": "^7.2.0"
},
"dependencies": {
"@abaplint/core": "^2.102.50",
"@abaplint/core": "^2.102.51",
"vscode-uri": "^3.0.7",
"glob": "^7.2.3",
"vscode-languageserver-textdocument": "^1.0.11",
Expand Down

0 comments on commit b4c25b5

Please sign in to comment.