Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Nov 30, 2023
1 parent 614771e commit c1af10b
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 @@ -213,7 +213,7 @@
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.0",
"@types/node": "^20.10.1",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vscode/test-web": "^0.0.48",
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.10.0",
"@types/node": "^20.10.1",
"@types/glob": "^7.2.0"
},
"dependencies": {
"@abaplint/core": "^2.103.10",
"@abaplint/core": "^2.104.0",
"vscode-uri": "^3.0.8",
"glob": "^7.2.3",
"vscode-languageserver-textdocument": "^1.0.11",
Expand Down

0 comments on commit c1af10b

Please sign in to comment.