update weppack so we can build the latest language client (#208908)

* update weppack so we can build the latest language client

* update webpack types

* update yarn file
This commit is contained in:
Martin Aeschlimann
2024-04-10 15:19:18 +02:00
committed by GitHub
parent 6a06de0033
commit eef0da0b89
8 changed files with 386 additions and 128 deletions

View File

@@ -163,7 +163,7 @@
"dependencies": {
"@vscode/extension-telemetry": "^0.9.0",
"request-light": "^0.7.0",
"vscode-languageclient": "9.0.1"
"vscode-languageclient": "^10.0.0-next.3"
},
"devDependencies": {
"@types/node": "18.x"