Skip to content

Commit

Permalink
v1.1.332
Browse files Browse the repository at this point in the history
  • Loading branch information
fannheyward committed Oct 18, 2023
1 parent 7a9988a commit 0d88f8f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 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.331",
"version": "1.1.332",
"description": "Pyright extension for coc.nvim, static type checker for Python",
"author": "Heyward Fann <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@types/which": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@zzzen/pyright-internal": "^1.2.0-dev.20231008",
"@zzzen/pyright-internal": "^1.2.0-dev.20231015",
"coc.nvim": "^0.0.83-next.18",
"diff-match-patch": "^1.0.5",
"esbuild": "^0.19.2",
Expand Down Expand Up @@ -1584,6 +1584,6 @@
]
},
"dependencies": {
"pyright": "^1.1.331"
"pyright": "^1.1.332"
}
}

0 comments on commit 0d88f8f

Please sign in to comment.