Skip to content

Commit

Permalink
build(deps): bump @types/vscode from 1.94.0 to 1.95.0 (#690)
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.94.0 to 1.95.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 Nov 4, 2024
1 parent 54588fb commit 004b12a
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 @@ -32,7 +32,7 @@
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.8.7",
"@types/vscode": "^1.94.0",
"@types/vscode": "^1.95.0",
"json-loader": "^0.5.7",
"ts-jest": "^29.2.5",
"ts-loader": "^9.4.4",
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.8.7",
"@types/vscode": "^1.94.0",
"@types/vscode": "^1.95.0",
"json-loader": "^0.5.7",
"ts-jest": "^29.2.5",
"ts-loader": "^9.4.4",
Expand Down Expand Up @@ -2316,9 +2316,9 @@
"license": "MIT"
},
"node_modules/@types/vscode": {
"version": "1.94.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.94.0.tgz",
"integrity": "sha512-UyQOIUT0pb14XSqJskYnRwD2aG0QrPVefIfrW1djR+/J4KeFQ0i1+hjZoaAmeNf3Z2jleK+R2hv+EboG/m8ruw=="
"version": "1.95.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.95.0.tgz",
"integrity": "sha512-0LBD8TEiNbet3NvWsmn59zLzOFu/txSlGxnv5yAFHCrhG9WvAnR3IvfHzMOs2aeWqgvNjq9pO99IUw8d3n+unw=="
},
"node_modules/@types/yargs": {
"version": "17.0.32",
Expand Down Expand Up @@ -10837,7 +10837,7 @@
"dependencies": {
"@blockception/shared": "^0.0.1",
"@daanv2/queue-processor": "^2.2.1",
"@types/vscode": "^1.94.0",
"@types/vscode": "^1.95.0",
"bc-minecraft-bedrock-command": "^1.21.2-3",
"bc-minecraft-bedrock-diagnoser": "^1.21.3-0",
"bc-minecraft-bedrock-project": "^1.21.3-2",
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.94.0",
"@types/vscode": "^1.95.0",
"bc-minecraft-bedrock-command": "^1.21.2-3",
"bc-minecraft-bedrock-diagnoser": "^1.21.3-0",
"bc-minecraft-bedrock-project": "^1.21.3-2",
Expand Down

0 comments on commit 004b12a

Please sign in to comment.