Skip to content

Commit

Permalink
v1.1.330
Browse files Browse the repository at this point in the history
  • Loading branch information
fannheyward committed Oct 7, 2023
1 parent ddca359 commit 7fa4649
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.325",
"version": "1.1.330",
"description": "Pyright extension for coc.nvim, static type checker for Python",
"author": "Heyward Fann <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -1584,6 +1584,6 @@
]
},
"dependencies": {
"pyright": "^1.1.325"
"pyright": "^1.1.330"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ 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.325:
pyright@^1.1.330:
version "1.1.330"
resolved "https://registry.yarnpkg.com/pyright/-/pyright-1.1.330.tgz#ec069ff708e84495bb7f4ab4ae91524a2f5be8d3"
integrity sha512-njXmRFlcYetFdAbbmUfafwn/RLN3BL8tlGMpqa29W18ogi6Pzynxue3pH/fWl4MQnWlCwsasIpTB//841fpPEw==
Expand Down

0 comments on commit 7fa4649

Please sign in to comment.