mirror of
https://github.com/shirayu/whispering.git
synced 2024-11-22 08:51:01 +00:00
Bump pyright from 1.1.283 to 1.1.284
Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.283 to 1.1.284. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.284/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>
This commit is contained in:
parent
0293b09b1d
commit
1632c3a130
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -9,7 +9,7 @@
|
|||
"version": "1.0.0",
|
||||
"devDependencies": {
|
||||
"markdownlint-cli": "^0.32.1",
|
||||
"pyright": "^1.1.282"
|
||||
"pyright": "^1.1.284"
|
||||
}
|
||||
},
|
||||
"node_modules/argparse": {
|
||||
|
@ -259,9 +259,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/pyright": {
|
||||
"version": "1.1.283",
|
||||
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.283.tgz",
|
||||
"integrity": "sha512-KPJFH2qAkhQlftucpdBGF2DKdMoKO0YOqgCGvzXdQ5E1+QkT72KSfGqTSwgcKN8AQkdfgs23d9Rpb+X0k53PJA==",
|
||||
"version": "1.1.284",
|
||||
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.284.tgz",
|
||||
"integrity": "sha512-Peonf/skWl5YXMzgEsYSVvXTiDVbMvzxFIIZeJayC5oh0RMpsk5EllzekBYJQu6xPL2TgqzAodXCs1revbfOqw==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"pyright": "index.js",
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"markdownlint-cli": "^0.32.1",
|
||||
"pyright": "^1.1.282"
|
||||
"pyright": "^1.1.284"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue