Skip to content

Commit

Permalink
v1.1.385
Browse files Browse the repository at this point in the history
  • Loading branch information
fannheyward committed Oct 22, 2024
1 parent 5369fd3 commit df5d352
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
21 changes: 11 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coc-pyright",
"version": "1.1.383",
"version": "1.1.385",
"description": "Pyright extension for coc.nvim, static type checker for Python",
"author": "Heyward Fann <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@types/minimatch": "^5.1.2",
"@types/node": "16",
"@types/which": "^3.0.4",
"@zzzen/pyright-internal": "^1.2.0-dev.20240929",
"@zzzen/pyright-internal": "^1.2.0-dev.20241020",
"coc.nvim": "^0.0.83-next.18",
"diff-match-patch": "^1.0.5",
"esbuild": "^0.24.0",
Expand Down Expand Up @@ -2229,6 +2229,6 @@
]
},
"dependencies": {
"pyright": "^1.1.383"
"pyright": "^1.1.385"
}
}

0 comments on commit df5d352

Please sign in to comment.