Skip to content

Commit 3f2f5b9

Browse files
chore(deps): bump @types/vscode from 1.118.0 to 1.120.0 (#494)
Bumps [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) from 1.118.0 to 1.120.0. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/vscode">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/vscode&package-manager=npm_and_yarn&previous-version=1.118.0&new-version=1.120.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 15f0b45 commit 3f2f5b9

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

ide/base/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@blockception/ide-shared": "*",
32-
"@types/vscode": "^1.118.0",
32+
"@types/vscode": "^1.120.0",
3333
"vscode-languageclient": "^10.0.0-next.21"
3434
},
3535
"devDependencies": {

ide/base/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"@blockception/ide-shared": "*",
3232
"@daanv2/queue-processor": "^2.2.1",
33-
"@types/vscode": "^1.118.0",
33+
"@types/vscode": "^1.120.0",
3434
"adm-zip": "^0.5.17",
3535
"bc-minecraft-bedrock-command": "*",
3636
"bc-minecraft-bedrock-diagnoser": "*",

package-lock.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"license": "BSD-3-Clause",
4848
"dependencies": {
4949
"@blockception/ide-shared": "*",
50-
"@types/vscode": "^1.118.0",
50+
"@types/vscode": "^1.120.0",
5151
"vscode-languageclient": "^10.0.0-next.21"
5252
},
5353
"devDependencies": {
@@ -61,7 +61,7 @@
6161
"dependencies": {
6262
"@blockception/ide-shared": "*",
6363
"@daanv2/queue-processor": "^2.2.1",
64-
"@types/vscode": "^1.118.0",
64+
"@types/vscode": "^1.120.0",
6565
"adm-zip": "^0.5.17",
6666
"bc-minecraft-bedrock-command": "*",
6767
"bc-minecraft-bedrock-diagnoser": "*",
@@ -2801,9 +2801,9 @@
28012801
"license": "MIT"
28022802
},
28032803
"node_modules/@types/vscode": {
2804-
"version": "1.118.0",
2805-
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.118.0.tgz",
2806-
"integrity": "sha512-Ah6eTlqDcwIMELEVwQMO++rJAFBRz/oLluLD/vWdYrH1KuI9kfpaM+7pg0OvvascgcJy+ghLCERAYouM4QbzGw==",
2804+
"version": "1.120.0",
2805+
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.120.0.tgz",
2806+
"integrity": "sha512-feaT4Rst+FkTch5zz/ZbNCxoIvo55YU80Be2kiL7OJcod4+CUYf2lUBPdIJzozNnSEMq1VRTGrWEcCGFB3fBmA==",
28072807
"license": "MIT"
28082808
},
28092809
"node_modules/@types/yargs": {

0 commit comments

Comments
 (0)