mirror of
https://github.com/shirayu/whispering.git
synced 2024-11-25 10:21:00 +00:00
Bump pyright from 1.1.276 to 1.1.277
Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.276 to 1.1.277. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.277/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
f3057cc28f
commit
783f366985
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -9,7 +9,7 @@
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"markdownlint-cli": "^0.32.1",
|
"markdownlint-cli": "^0.32.1",
|
||||||
"pyright": "^1.1.276"
|
"pyright": "^1.1.277"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/argparse": {
|
"node_modules/argparse": {
|
||||||
|
@ -256,9 +256,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/pyright": {
|
"node_modules/pyright": {
|
||||||
"version": "1.1.276",
|
"version": "1.1.277",
|
||||||
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.276.tgz",
|
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.277.tgz",
|
||||||
"integrity": "sha512-qG98S7X16hoymOlngwleX4bg6CzlE6sxclrqkif8Kqfm0bsaC/jiBxs2lWN+QJY9JL8hpK6j5MchFh4qSaZCEw==",
|
"integrity": "sha512-a/hl2eLgoIFvFKBJOwKH63RgTMJvH5iwvgQOGVesj1QPKgYtRyde5lh+jLH/2aObxWkVgGPqkxtC1MZee3wfNA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"bin": {
|
"bin": {
|
||||||
"pyright": "index.js",
|
"pyright": "index.js",
|
||||||
|
@ -502,9 +502,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pyright": {
|
"pyright": {
|
||||||
"version": "1.1.276",
|
"version": "1.1.277",
|
||||||
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.276.tgz",
|
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.277.tgz",
|
||||||
"integrity": "sha512-qG98S7X16hoymOlngwleX4bg6CzlE6sxclrqkif8Kqfm0bsaC/jiBxs2lWN+QJY9JL8hpK6j5MchFh4qSaZCEw==",
|
"integrity": "sha512-a/hl2eLgoIFvFKBJOwKH63RgTMJvH5iwvgQOGVesj1QPKgYtRyde5lh+jLH/2aObxWkVgGPqkxtC1MZee3wfNA==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"run-con": {
|
"run-con": {
|
||||||
|
|
|
@ -11,6 +11,6 @@
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"markdownlint-cli": "^0.32.1",
|
"markdownlint-cli": "^0.32.1",
|
||||||
"pyright": "^1.1.276"
|
"pyright": "^1.1.277"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue