web: bump pyright from 1.1.326 to 1.1.327 in /web (#6870)
Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.326 to 1.1.327. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.327/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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
9ccbe28209
commit
49cb7adc43
|
@ -84,7 +84,7 @@
|
|||
"lit-analyzer": "^1.2.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^3.0.3",
|
||||
"pyright": "^1.1.326",
|
||||
"pyright": "^1.1.327",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"rollup": "^3.29.1",
|
||||
|
@ -16008,9 +16008,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/pyright": {
|
||||
"version": "1.1.326",
|
||||
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.326.tgz",
|
||||
"integrity": "sha512-pWcJsLOtgCWb2taSXpLEAcGxhe8IwZfXJLasNmmj05xjH4Ma4XT8RkN+fWFRjdJF/InOVn+Hcg6mBbqayQAhGw==",
|
||||
"version": "1.1.327",
|
||||
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.327.tgz",
|
||||
"integrity": "sha512-2OgKe3//ortVz7thxoiaVSjACVtUn+hOIanrlLZCEkagdKMheLcftu6GmoLjgibV/E2SvZZ//izidxTB5vN8dQ==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"pyright": "index.js",
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
"lit-analyzer": "^1.2.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^3.0.3",
|
||||
"pyright": "^1.1.326",
|
||||
"pyright": "^1.1.327",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"rollup": "^3.29.1",
|
||||
|
|
Reference in New Issue