coc-pyright 1.1.301 → 1.1.303

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coc-pyright",
3
- "version": "1.1.301",
3
+ "version": "1.1.303",
4
4
  "description": "Pyright extension for coc.nvim, static type checker for Python",
5
5
  "author": "Heyward Fann <fannheyward@gmail.com>",
6
6
  "license": "MIT",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/diff-match-patch": "^1.0.32",
39
- "@types/fs-extra": "^9.0.2",
39
+ "@types/fs-extra": "^11.0.1",
40
40
  "@types/md5": "^2.2.0",
41
41
  "@types/minimatch": "^5.1.2",
42
42
  "@types/node": "18",
@@ -44,12 +44,12 @@
44
44
  "@types/which": "^2.0.0",
45
45
  "@typescript-eslint/eslint-plugin": "^5.6.0",
46
46
  "@typescript-eslint/parser": "^5.6.0",
47
- "@zzzen/pyright-internal": "^1.2.0-dev.20230326",
47
+ "@zzzen/pyright-internal": "^1.2.0-dev.20230409",
48
48
  "coc.nvim": "^0.0.82",
49
49
  "diff-match-patch": "^1.0.5",
50
50
  "esbuild": "^0.17.10",
51
51
  "eslint": "^8.4.1",
52
- "fs-extra": "^10.0.0",
52
+ "fs-extra": "^11.1.1",
53
53
  "get-port": "^6.1.2",
54
54
  "iconv-lite": "^0.6.2",
55
55
  "md5": "^2.3.0",
@@ -59,7 +59,7 @@
59
59
  "rxjs-compat": "^6.6.7",
60
60
  "semver": "^7.3.2",
61
61
  "tree-kill": "^1.2.2",
62
- "typescript": "^4.5.3",
62
+ "typescript": "^5.0.3",
63
63
  "untildify": "^4.0.0",
64
64
  "which": "^2.0.2"
65
65
  },
@@ -1572,6 +1572,6 @@
1572
1572
  ]
1573
1573
  },
1574
1574
  "dependencies": {
1575
- "pyright": "^1.1.301"
1575
+ "pyright": "^1.1.303"
1576
1576
  }
1577
1577
  }
@@ -93,7 +93,7 @@
93
93
  "$id": "#/properties/useLibraryCodeForTypes",
94
94
  "type": "boolean",
95
95
  "title": "Use library implementations to extract type information when type stub is not present",
96
- "default": false
96
+ "default": true
97
97
  },
98
98
  "typeshedPath": {
99
99
  "$id": "#/properties/typeshedPath",