coc-pyright 1.1.181 → 1.1.185

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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coc-pyright",
3
- "version": "1.1.181",
3
+ "version": "1.1.185",
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",
@@ -42,12 +42,12 @@
42
42
  "@types/node": "10.12.0",
43
43
  "@types/semver": "^7.3.9",
44
44
  "@types/which": "^2.0.0",
45
- "@typescript-eslint/eslint-plugin": "^5.1.0",
46
- "@typescript-eslint/parser": "^5.1.0",
45
+ "@typescript-eslint/eslint-plugin": "^5.3.0",
46
+ "@typescript-eslint/parser": "^5.3.0",
47
47
  "coc.nvim": "^0.0.81-next.1",
48
48
  "diff-match-patch": "^1.0.5",
49
49
  "esbuild": "^0.13.8",
50
- "eslint": "^8.0.1",
50
+ "eslint": "^8.2.0",
51
51
  "fs-extra": "^10.0.0",
52
52
  "iconv-lite": "^0.6.2",
53
53
  "md5": "^2.3.0",
@@ -1342,6 +1342,6 @@
1342
1342
  ]
1343
1343
  },
1344
1344
  "dependencies": {
1345
- "pyright": "^1.1.181"
1345
+ "pyright": "^1.1.185"
1346
1346
  }
1347
1347
  }