Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Dec 10, 2023
1 parent 2ff7001 commit 675470e
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion jsonrpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion textDocument/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@types/yargs": "17.0.32",
"typescript-esbuild": "0.3.1"
"typescript-esbuild": "0.3.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 675470e

Please sign in to comment.