Skip to content

Commit

Permalink
v1.1.325
Browse files Browse the repository at this point in the history
  • Loading branch information
fannheyward committed Sep 1, 2023
1 parent 65c177c commit e30314a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
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.320",
"version": "1.1.325",
"description": "Pyright extension for coc.nvim, static type checker for Python",
"author": "Heyward Fann <fannheyward@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -43,7 +43,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.20230625",
"@zzzen/pyright-internal": "^1.2.0-dev.20230827",
"coc.nvim": "^0.0.83-next.17",
"diff-match-patch": "^1.0.5",
"esbuild": "^0.19.2",
Expand Down Expand Up @@ -1586,6 +1586,6 @@
]
},
"dependencies": {
"pyright": "^1.1.320"
"pyright": "^1.1.325"
}
}
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,10 @@
"@types/emscripten" "^1.39.6"
tslib "^1.13.0"

"@zzzen/pyright-internal@^1.2.0-dev.20230625":
version "1.2.0-dev.20230820"
resolved "https://registry.yarnpkg.com/@zzzen/pyright-internal/-/pyright-internal-1.2.0-dev.20230820.tgz#0fbc3d4f183d8df185488ff46297f2ebe7671dca"
integrity sha512-R2QBU1OYmro8VjUM/PGtkQHKh5wsenWs3rR24ALptNCbXZC72ZQkgohyqjMKP1UZHKqmephYpXo+yKkWj4c4kg==
"@zzzen/pyright-internal@^1.2.0-dev.20230827":
version "1.2.0-dev.20230827"
resolved "https://registry.yarnpkg.com/@zzzen/pyright-internal/-/pyright-internal-1.2.0-dev.20230827.tgz#9fa54bd78d56256a733aa3befd254b03b4bbef67"
integrity sha512-AF8X468TaI40xO3TEBS5xGFiTMnBXyPZyXG1J+NcuS7SIWtF6i4viUOH3mpWCAcMfxLFr8B+AxBZP875I5pmaA==
dependencies:
"@iarna/toml" "2.2.5"
"@yarnpkg/fslib" "2.10.3"
Expand Down Expand Up @@ -1162,10 +1162,10 @@ 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.320:
version "1.1.324"
resolved "https://registry.yarnpkg.com/pyright/-/pyright-1.1.324.tgz#6a964835c0e1aabf039cb35d8587e0d9ce7b37bf"
integrity sha512-/Ng8G2Gb17dzQEHKgPa+Z5a6LPCLYNA4BVno1UdpDjnC9iLw0VAn5k/RNuaGkB/mhA82lV0OBcd5JEdaWcA3qg==
pyright@^1.1.325:
version "1.1.325"
resolved "https://registry.yarnpkg.com/pyright/-/pyright-1.1.325.tgz#d1be495d3ffce96f76649984b436a1077299007b"
integrity sha512-hMvcY5G9WTRbvEKGiiqTepyORAppNPXZDUer5GZ15t1DYB79WwP3M0Tec6S0an7FDoY6eaJ5CtK+diJbmISIBQ==
optionalDependencies:
fsevents "~2.3.2"

Expand Down

0 comments on commit e30314a

Please sign in to comment.