Skip to content

Commit

Permalink
Upgrade: Bump @types/vscode from 1.45.1 to 1.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
molant committed Jun 23, 2020
1 parent 5fd1df3 commit 93b972f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/extension-vscode/package.json
Expand Up @@ -54,7 +54,7 @@
"@types/node": "^13.13.4",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^9.0.4",
"@types/vscode": "^1.45.1",
"@types/vscode": "^1.46.0",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.12.0",
"ava": "^3.8.2",
Expand All @@ -81,7 +81,7 @@
"displayName": "webhint",
"engines": {
"node": ">=8.0.0",
"vscode": "^1.44.0"
"vscode": "^1.46.0"
},
"homepage": "https://webhint.io/",
"icon": "icon.png",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -898,10 +898,10 @@
dependencies:
"@types/configstore" "*"

"@types/vscode@^1.45.1":
version "1.45.1"
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.45.1.tgz#672fb8c2cc33cf14cd4d3bdaa19bb294fe2b2706"
integrity sha512-0NO9qrrEJBO8FsqHCrFMgR2suKnwCsKBWvRSb2OzH5gs4i3QO5AhEMQYrSzDbU/wLPt7N617/rN9lPY213gmwg==
"@types/vscode@^1.46.0":
version "1.46.0"
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.46.0.tgz#53f2075986e901ed25cd1ec5f3ffa5db84a111b3"
integrity sha512-8m9wPEB2mcRqTWNKs9A9Eqs8DrQZt0qNFO8GkxBOnyW6xR//3s77SoMgb/nY1ctzACsZXwZj3YRTDsn4bAoaUw==

"@types/webpack-sources@*":
version "0.1.5"
Expand Down

0 comments on commit 93b972f

Please sign in to comment.