web: bump pyright from 1.1.322 to 1.1.323 in /web (#6551)
Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.322 to 1.1.323. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.323/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
17243e03d9
commit
e5a6604c00
|
@ -80,7 +80,7 @@
|
|||
"lit-analyzer": "^1.2.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^3.0.1",
|
||||
"pyright": "^1.1.322",
|
||||
"pyright": "^1.1.323",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"rollup": "^2.79.1",
|
||||
|
@ -18946,9 +18946,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/pyright": {
|
||||
"version": "1.1.322",
|
||||
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.322.tgz",
|
||||
"integrity": "sha512-PyWajD2Fs3zQ9ngT/qKMqqw3KXF1kQGOk13QGO9IfPDiK5KQVUb35eDCc05sZkEQvufkbG934X4SbsapPYg4YA==",
|
||||
"version": "1.1.323",
|
||||
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.323.tgz",
|
||||
"integrity": "sha512-H6CnGjaL/2lJJPFcV4G0zFP7s7jJPzVsPhQnbnS9m6JWJpb7OssX7y94icPpnZs4574oHergGH2zLvF8OZp5ag==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"pyright": "index.js",
|
||||
|
|
|
@ -98,7 +98,7 @@
|
|||
"lit-analyzer": "^1.2.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^3.0.1",
|
||||
"pyright": "^1.1.322",
|
||||
"pyright": "^1.1.323",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"rollup": "^2.79.1",
|
||||
|
|
Reference in New Issue