web: bump pyright from 1.1.338 to 1.1.347 in /web
Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.338 to 1.1.347. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.347/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>
This commit is contained in:
parent
eeb9716173
commit
a5ec23039b
|
@ -90,7 +90,7 @@
|
|||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^3.2.2",
|
||||
"pseudolocale": "^2.0.0",
|
||||
"pyright": "=1.1.338",
|
||||
"pyright": "=1.1.347",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"rollup": "^4.9.5",
|
||||
|
@ -15754,9 +15754,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/pyright": {
|
||||
"version": "1.1.338",
|
||||
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.338.tgz",
|
||||
"integrity": "sha512-cY4p/LZjC3E1m6If48n19vZgBOUASIOX6zMTavIo2o2JlJRd6/+gy+aYaMdmljVF2mVP8NG6OuKiGxERSdpQOw==",
|
||||
"version": "1.1.347",
|
||||
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.347.tgz",
|
||||
"integrity": "sha512-n5sGnhT53daesmKNXcg/Bb/CdNO81O8pI+5YkEga++uJizX22rEiQMt1V5LGKTXm/92qTyJopxvhLnZpk/Ryqg==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"pyright": "index.js",
|
||||
|
|
|
@ -115,7 +115,7 @@
|
|||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^3.2.2",
|
||||
"pseudolocale": "^2.0.0",
|
||||
"pyright": "=1.1.338",
|
||||
"pyright": "=1.1.347",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"rollup": "^4.9.5",
|
||||
|
|
Reference in New Issue