web: bump pyright from 1.1.299 to 1.1.300 in /web (#5038)
Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.299 to 1.1.300. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.300/packages/pyright) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:production 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
73a7c0c559
commit
70bdbfd5ef
|
@ -63,7 +63,7 @@
|
|||
"mermaid": "^10.0.2",
|
||||
"moment": "^2.29.4",
|
||||
"prettier": "^2.8.5",
|
||||
"pyright": "^1.1.299",
|
||||
"pyright": "^1.1.300",
|
||||
"rapidoc": "^9.3.4",
|
||||
"rollup": "^2.79.1",
|
||||
"rollup-plugin-copy": "^3.4.0",
|
||||
|
@ -8196,9 +8196,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/pyright": {
|
||||
"version": "1.1.299",
|
||||
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.299.tgz",
|
||||
"integrity": "sha512-37agqu0oNRsftFHNyGtaN3SBJJ+Qe2pembdgIpif9iL0VNqCU7j3wauSm8j0peXg1uNHFcS8UMrft4hT7w2XvQ==",
|
||||
"version": "1.1.300",
|
||||
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.300.tgz",
|
||||
"integrity": "sha512-0MLX7pJxrJfsn/h6CxMyBt8sfnd2kt64oeNzwdgRRHGMLPtGZDQ9njhvcNgoFg7wS9hvg6Ar1odJReIuqSE8uA==",
|
||||
"bin": {
|
||||
"pyright": "index.js",
|
||||
"pyright-langserver": "langserver.index.js"
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
"mermaid": "^10.0.2",
|
||||
"moment": "^2.29.4",
|
||||
"prettier": "^2.8.5",
|
||||
"pyright": "^1.1.299",
|
||||
"pyright": "^1.1.300",
|
||||
"rapidoc": "^9.3.4",
|
||||
"rollup": "^2.79.1",
|
||||
"rollup-plugin-copy": "^3.4.0",
|
||||
|
|
Reference in New Issue