diff --git a/client/package.json b/client/package.json index 3c79269cd..b6a9d4970 100644 --- a/client/package.json +++ b/client/package.json @@ -48,9 +48,9 @@ "devDependencies": { "@types/minimatch": "5.1.2", "@types/semver": "7.5.6", - "@types/vscode": "1.84.2", + "@types/vscode": "1.85.0", "shx": "0.3.4", - "typescript-esbuild": "0.3.1" + "typescript-esbuild": "0.3.2" }, "publishConfig": { "access": "public" diff --git a/jsonrpc/package.json b/jsonrpc/package.json index 2fd30936b..f333e606b 100644 --- a/jsonrpc/package.json +++ b/jsonrpc/package.json @@ -46,7 +46,7 @@ "devDependencies": { "@types/msgpack-lite": "0.1.11", "msgpack-lite": "0.1.26", - "typescript-esbuild": "0.3.1" + "typescript-esbuild": "0.3.2" }, "publishConfig": { "access": "public" diff --git a/package.json b/package.json index ffc27c28a..1c79242e9 100644 --- a/package.json +++ b/package.json @@ -54,21 +54,21 @@ "devDependencies": { "@types/assert": "1.5.10", "@types/mocha": "10.0.6", - "@types/node": "20.10.3", - "@typescript-eslint/eslint-plugin": "6.13.1", - "@typescript-eslint/parser": "6.13.1", + "@types/node": "20.10.4", + "@typescript-eslint/eslint-plugin": "6.13.2", + "@typescript-eslint/parser": "6.13.2", "assert": "2.1.0", "http-server": "14.1.1", "mocha": "10.2.0", - "node-polyfill-webpack-plugin": "2.0.1", + "node-polyfill-webpack-plugin": "3.0.0", "playwright": "1.40.1", "rimraf": "5.0.5", "shelljs": "0.8.5", "shx": "0.3.4", "source-map-support": "0.5.21", - "ts-json-schema-generator": "1.4.1", - "typescript": "5.3.2", - "typescript-esbuild": "0.3.1", + "ts-json-schema-generator": "1.5.0", + "typescript": "5.3.3", + "typescript-esbuild": "0.3.2", "webpack": "5.89.0", "webpack-cli": "5.1.4" }, diff --git a/protocol/package.json b/protocol/package.json index 17c0d0520..bd1894977 100644 --- a/protocol/package.json +++ b/protocol/package.json @@ -51,7 +51,7 @@ "vscode-languageserver-types": "3.17.6-next.1" }, "devDependencies": { - "typescript-esbuild": "0.3.1" + "typescript-esbuild": "0.3.2" }, "publishConfig": { "access": "public" diff --git a/server/package.json b/server/package.json index 71982552e..f22c7250d 100644 --- a/server/package.json +++ b/server/package.json @@ -45,7 +45,7 @@ "vscode-languageserver-protocol": "3.17.6-next.1" }, "devDependencies": { - "typescript-esbuild": "0.3.1", + "typescript-esbuild": "0.3.2", "vscode-languageserver-textdocument": "1.0.11" }, "publishConfig": { diff --git a/textDocument/package.json b/textDocument/package.json index 4f9c020f7..1861421aa 100644 --- a/textDocument/package.json +++ b/textDocument/package.json @@ -44,7 +44,7 @@ "watch": "node ../build/bin/tsc -b ./tsconfig.watch.json -w" }, "devDependencies": { - "typescript-esbuild": "0.3.1" + "typescript-esbuild": "0.3.2" }, "publishConfig": { "access": "public" diff --git a/tools/package.json b/tools/package.json index 04afd923a..d18b8e266 100644 --- a/tools/package.json +++ b/tools/package.json @@ -29,7 +29,7 @@ "watch": "node ../build/bin/tsc -b ./tsconfig-watch.json -w" }, "devDependencies": { - "typescript-esbuild": "0.3.1" + "typescript-esbuild": "0.3.2" }, "publishConfig": { "access": "public" diff --git a/tsconfig-gen/package.json b/tsconfig-gen/package.json index 944899e96..901017e46 100644 --- a/tsconfig-gen/package.json +++ b/tsconfig-gen/package.json @@ -41,7 +41,7 @@ }, "devDependencies": { "@types/yargs": "17.0.32", - "typescript-esbuild": "0.3.1" + "typescript-esbuild": "0.3.2" }, "publishConfig": { "access": "public" diff --git a/types/package.json b/types/package.json index 3bbde9b48..27ddff4f5 100644 --- a/types/package.json +++ b/types/package.json @@ -44,7 +44,7 @@ "watch": "node ../build/bin/tsc -b ./tsconfig.watch.json -w" }, "devDependencies": { - "typescript-esbuild": "0.3.1" + "typescript-esbuild": "0.3.2" }, "publishConfig": { "access": "public"