Skip to content

Commit

Permalink
v1.1.351
Browse files Browse the repository at this point in the history
  • Loading branch information
fannheyward committed Feb 20, 2024
1 parent 28b415f commit 0672215
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 42 deletions.
75 changes: 36 additions & 39 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.348",
"version": "1.1.351",
"description": "Pyright extension for coc.nvim, static type checker for Python",
"author": "Heyward Fann <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@types/which": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@zzzen/pyright-internal": "^1.2.0-dev.20240121",
"@zzzen/pyright-internal": "^1.2.0-dev.20240218",
"coc.nvim": "^0.0.83-next.18",
"diff-match-patch": "^1.0.5",
"esbuild": "^0.20.0",
Expand Down Expand Up @@ -2214,6 +2214,6 @@
]
},
"dependencies": {
"pyright": "^1.1.348"
"pyright": "^1.1.351"
}
}

0 comments on commit 0672215

Please sign in to comment.