Skip to content

Commit

Permalink
Bump @types/vscode from 1.77.0 to 1.79.1 (#892)
Browse files Browse the repository at this point in the history
* Bump @types/vscode from 1.77.0 to 1.79.1

Bumps [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) from 1.77.0 to 1.79.1.
- [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:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update vscode.engine

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fendor <[email protected]>
  • Loading branch information
dependabot[bot] and fendor authored Jun 30, 2023
1 parent eca3c7d commit 3cddfa9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"publisher": "haskell",
"engines": {
"vscode": "^1.77.0"
"vscode": "^1.79.1"
},
"keywords": [
"language",
Expand Down Expand Up @@ -566,7 +566,7 @@
"@types/lodash-es": "^4.17.7",
"@types/mocha": "^10.0.1",
"@types/node": "^20.1.0",
"@types/vscode": "^1.77.0",
"@types/vscode": "^1.79.1",
"@types/which": "^3.0.0",
"@types/yauzl": "^2.9.1",
"@typescript-eslint/eslint-plugin": "^5.59.5",
Expand Down Expand Up @@ -598,4 +598,4 @@
"which": "^3.0.1",
"yauzl": "^2.10.0"
}
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,10 @@
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==

"@types/vscode@^1.77.0":
version "1.77.0"
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.77.0.tgz#f92f15a636abc9ef562f44dd8af6766aefedb445"
integrity sha512-MWFN5R7a33n8eJZJmdVlifjig3LWUNRrPeO1xemIcZ0ae0TEQuRc7G2xV0LUX78RZFECY1plYBn+dP/Acc3L0Q==
"@types/vscode@^1.79.1":
version "1.79.1"
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.79.1.tgz#ab568315f9c844a8f4fa8f168b2d6dbf1f58dd02"
integrity sha512-Ikwc4YbHABzqthrWfeAvItaAIfX9mdjMWxqNgTpGjhgOu0TMRq9LzyZ2yBK0JhYqoSjEubEPawf6zJgnl6Egtw==

"@types/which@^3.0.0":
version "3.0.0"
Expand Down

0 comments on commit 3cddfa9

Please sign in to comment.