Skip to content

Commit

Permalink
build(deps): bump @types/vscode from 1.84.2 to 1.86.0 (#506)
Browse files Browse the repository at this point in the history
Bumps [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) from 1.84.2 to 1.86.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/vscode)

---
updated-dependencies:
- dependency-name: "@types/vscode"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 11, 2024
1 parent b90a9f4 commit 97c160b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/chai": "^4.3.9",
"@types/mocha": "^10.0.3",
"@types/node": "^20.11.17",
"@types/vscode": "^1.84.0",
"@types/vscode": "^1.86.0",
"chai": "^4.3.10",
"json-loader": "^0.5.7",
"mocha": "^10.1.0",
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/chai": "^4.3.9",
"@types/mocha": "^10.0.3",
"@types/node": "^20.11.17",
"@types/vscode": "^1.84.0",
"@types/vscode": "^1.86.0",
"chai": "^4.3.10",
"json-loader": "^0.5.7",
"mocha": "^10.1.0",
Expand Down Expand Up @@ -269,9 +269,9 @@
"dev": true
},
"node_modules/@types/vscode": {
"version": "1.84.2",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.84.2.tgz",
"integrity": "sha512-LCe1FvCDMJKkPdLVGYhP0HRJ1PDop2gRVm/zFHiOKwYLBRS7vEV3uOOUId4HMV+L1IxqyS+IZXMmlSMRbZGIAw=="
"version": "1.86.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.86.0.tgz",
"integrity": "sha512-DnIXf2ftWv+9LWOB5OJeIeaLigLHF7fdXF6atfc7X5g2w/wVZBgk0amP7b+ub5xAuW1q7qP5YcFvOcit/DtyCQ=="
},
"node_modules/@vscode/vsce": {
"version": "2.23.0",
Expand Down Expand Up @@ -4335,7 +4335,7 @@
"dependencies": {
"@blockception/shared": "^0.0.1",
"@daanv2/queue-processor": "^2.2.1",
"@types/vscode": "^1.84.2",
"@types/vscode": "^1.86.0",
"bc-minecraft-bedrock-command": "^1.20.60-4",
"bc-minecraft-bedrock-diagnoser": "^1.20.61-9",
"bc-minecraft-bedrock-project": "^1.20.60-10",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@blockception/shared": "^0.0.1",
"@daanv2/queue-processor": "^2.2.1",
"@types/vscode": "^1.84.2",
"@types/vscode": "^1.86.0",
"bc-minecraft-bedrock-command": "^1.20.60-4",
"bc-minecraft-bedrock-diagnoser": "^1.20.61-9",
"bc-minecraft-bedrock-project": "^1.20.60-10",
Expand Down

0 comments on commit 97c160b

Please sign in to comment.