Skip to content

Commit

Permalink
v1.1.339
Browse files Browse the repository at this point in the history
  • Loading branch information
fannheyward committed Dec 6, 2023
1 parent 2946272 commit 420802b
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.337",
"version": "1.1.339",
"description": "Pyright extension for coc.nvim, static type checker for Python",
"author": "Heyward Fann <fannheyward@gmail.com>",
"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.20231119",
"@zzzen/pyright-internal": "^1.2.0-dev.20231203",
"coc.nvim": "^0.0.83-next.18",
"diff-match-patch": "^1.0.5",
"esbuild": "^0.19.8",
Expand Down Expand Up @@ -1950,6 +1950,6 @@
]
},
"dependencies": {
"pyright": "^1.1.337"
"pyright": "^1.1.339"
}
}

0 comments on commit 420802b

Please sign in to comment.