whispering/package.json
dependabot[bot] 84e14fe4a1
Bump pyright from 1.1.272 to 1.1.273
Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.272 to 1.1.273.
- [Release notes](https://github.com/Microsoft/pyright/releases)
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.273/packages/pyright)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-03 06:29:37 +00:00

17 lines
309 B
JSON

{
"author": "",
"description": "",
"license": "",
"main": "",
"name": "pyright-exec",
"scripts": {
"pyright": "pyright"
},
"version": "1.0.0",
"dependencies": {},
"devDependencies": {
"markdownlint-cli": "^0.32.1",
"pyright": "^1.1.273"
}
}