whispering/package.json
dependabot[bot] 176e3be86e Bump pyright from 1.1.296 to 1.1.301
Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.296 to 1.1.301.
- [Release notes](https://github.com/Microsoft/pyright/releases)
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.301/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>
2023-04-01 16:02:22 +09: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.33.0",
"pyright": "^1.1.301"
}
}