web: bump pyright from 1.1.311 to 1.1.312 in /web (#5883)
Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.311 to 1.1.312. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.312/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
de0cfb6a69
commit
5ede4c203a
|
@ -68,7 +68,7 @@
|
||||||
"eslint-plugin-lit": "^1.8.3",
|
"eslint-plugin-lit": "^1.8.3",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"prettier": "^2.8.8",
|
"prettier": "^2.8.8",
|
||||||
"pyright": "^1.1.311",
|
"pyright": "^1.1.312",
|
||||||
"rollup": "^2.79.1",
|
"rollup": "^2.79.1",
|
||||||
"rollup-plugin-copy": "^3.4.0",
|
"rollup-plugin-copy": "^3.4.0",
|
||||||
"rollup-plugin-cssimport": "^1.0.3",
|
"rollup-plugin-cssimport": "^1.0.3",
|
||||||
|
@ -8297,9 +8297,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/pyright": {
|
"node_modules/pyright": {
|
||||||
"version": "1.1.311",
|
"version": "1.1.312",
|
||||||
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.311.tgz",
|
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.312.tgz",
|
||||||
"integrity": "sha512-/BBt70SxXyTTfDFT4KOWSanPpytOq3qV0+qZtuxw02X0sZwvO+MpJ4mpK372isoUvr2nWqLe6gfbyqGj4wyRWw==",
|
"integrity": "sha512-9i2pQ+QepgAJAWxzKQGBza9XQupv+3l8YArTrG5DyEmryCDVGJpBnnsGxe6H7DnEUAkOiHrpUBpfkGqnCbzjsg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"bin": {
|
"bin": {
|
||||||
"pyright": "index.js",
|
"pyright": "index.js",
|
||||||
|
|
|
@ -77,7 +77,7 @@
|
||||||
"eslint-plugin-lit": "^1.8.3",
|
"eslint-plugin-lit": "^1.8.3",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"prettier": "^2.8.8",
|
"prettier": "^2.8.8",
|
||||||
"pyright": "^1.1.311",
|
"pyright": "^1.1.312",
|
||||||
"rollup": "^2.79.1",
|
"rollup": "^2.79.1",
|
||||||
"rollup-plugin-copy": "^3.4.0",
|
"rollup-plugin-copy": "^3.4.0",
|
||||||
"rollup-plugin-cssimport": "^1.0.3",
|
"rollup-plugin-cssimport": "^1.0.3",
|
||||||
|
|
Reference in New Issue