web: Bump pyright from 1.1.314 to 1.1.315 in /web (#6027)
Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.314 to 1.1.315. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.315/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
9ceb8acb55
commit
bd9bf59073
|
@ -76,7 +76,7 @@
|
|||
"lit-analyzer": "^1.2.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^2.8.8",
|
||||
"pyright": "^1.1.314",
|
||||
"pyright": "^1.1.315",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"rollup": "^2.79.1",
|
||||
|
@ -19506,9 +19506,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/pyright": {
|
||||
"version": "1.1.314",
|
||||
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.314.tgz",
|
||||
"integrity": "sha512-7VItKhNjPGdYFTBqNWyOiwDXUPIs/KdWmLkQ4o93yDSC+qr4CNoJM0pLl9AQbD0scGfsnvqJWAQgRYmDsKsMqQ==",
|
||||
"version": "1.1.315",
|
||||
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.315.tgz",
|
||||
"integrity": "sha512-Eip/aRmEqAzWICNVSC9wgX+0N2+E5BMaCM+cvyfkVBwoUKpkF2vXm7XoE1qr/jRb+aX8XNf1RRaoRvCw0l/dtQ==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"pyright": "index.js",
|
||||
|
|
|
@ -92,7 +92,7 @@
|
|||
"lit-analyzer": "^1.2.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^2.8.8",
|
||||
"pyright": "^1.1.314",
|
||||
"pyright": "^1.1.315",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"rollup": "^2.79.1",
|
||||
|
|
Reference in New Issue