diff --git a/package-lock.json b/package-lock.json index be077e11..3511ac79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.1.330", "license": "MIT", "dependencies": { - "pyright": "^1.1.330" + "pyright": "^1.1.331" }, "devDependencies": { "@types/diff-match-patch": "^1.0.32", @@ -20,7 +20,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.20230827", + "@zzzen/pyright-internal": "^1.2.0-dev.20231008", "coc.nvim": "^0.0.83-next.18", "diff-match-patch": "^1.0.5", "esbuild": "^0.19.2", diff --git a/package.json b/package.json index 763ccb63..dac4f04c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coc-pyright", - "version": "1.1.330", + "version": "1.1.331", "description": "Pyright extension for coc.nvim, static type checker for Python", "author": "Heyward Fann ", "license": "MIT", @@ -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.20230827", + "@zzzen/pyright-internal": "^1.2.0-dev.20231008", "coc.nvim": "^0.0.83-next.18", "diff-match-patch": "^1.0.5", "esbuild": "^0.19.2", @@ -1584,6 +1584,6 @@ ] }, "dependencies": { - "pyright": "^1.1.330" + "pyright": "^1.1.331" } }