Skip to content

Commit

Permalink
v1.1.267
Browse files Browse the repository at this point in the history
  • Loading branch information
fannheyward committed Aug 22, 2022
1 parent 1f36838 commit c834656
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coc-pyright",
"version": "1.1.266",
"version": "1.1.267",
"description": "Pyright extension for coc.nvim, static type checker for Python",
"author": "Heyward Fann <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -1451,6 +1451,6 @@
]
},
"dependencies": {
"pyright": "^1.1.266"
"pyright": "^1.1.267"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1110,10 +1110,10 @@ punycode@^2.1.0:
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==

pyright@^1.1.266:
version "1.1.266"
resolved "https://registry.yarnpkg.com/pyright/-/pyright-1.1.266.tgz#ae8bb31b28b17b943f1231a0118cae36dfa5cb63"
integrity sha512-LHe6PQ3ximTm03tk/u5DeBt4tPh+n/q8MRGRGWNEjkjCDlkhhM/n0cdk39+94BG8l1xwQ+orfOr7up6w2uyx2g==
pyright@^1.1.267:
version "1.1.267"
resolved "https://registry.yarnpkg.com/pyright/-/pyright-1.1.267.tgz#97c0a1997916127ff9fdcaa51576d0a9222aa75c"
integrity sha512-hkSreugqPmP0Oqi36LNVlmEwoUzXaf3OXAr/UMKB0VQpIHTvRF53vTELnFtXoAmI1HJQyW+/+jJVyy5sRScGEg==

readdirp@~3.6.0:
version "3.6.0"
Expand Down

0 comments on commit c834656

Please sign in to comment.