mirror of
https://github.com/shirayu/whispering.git
synced 2025-01-22 06:38:13 +00:00
Bump pyright from 1.1.279 to 1.1.280
Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.279 to 1.1.280. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.280/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
082cfb51a9
commit
3e696133b9
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -9,7 +9,7 @@
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"markdownlint-cli": "^0.32.1",
|
"markdownlint-cli": "^0.32.1",
|
||||||
"pyright": "^1.1.279"
|
"pyright": "^1.1.280"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/argparse": {
|
"node_modules/argparse": {
|
||||||
|
@ -259,9 +259,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/pyright": {
|
"node_modules/pyright": {
|
||||||
"version": "1.1.279",
|
"version": "1.1.280",
|
||||||
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.279.tgz",
|
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.280.tgz",
|
||||||
"integrity": "sha512-Npj9xGdspkaCLUttTDYK6nSlw403vzFlfMXdwCVH8u6BvITnSH/pJHT+CyYvrILXNevRazgltT7JDbWg2VJEFA==",
|
"integrity": "sha512-WbwhA8nqYkaNlRiCzfVvuhiAJZ0GkONGGz/FA8mhLKixivqI11HZKZA/sIHdK5Ez1qWg3zQ2V8L9jvUTHUtc8Q==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"bin": {
|
"bin": {
|
||||||
"pyright": "index.js",
|
"pyright": "index.js",
|
||||||
|
@ -505,9 +505,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pyright": {
|
"pyright": {
|
||||||
"version": "1.1.279",
|
"version": "1.1.280",
|
||||||
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.279.tgz",
|
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.280.tgz",
|
||||||
"integrity": "sha512-Npj9xGdspkaCLUttTDYK6nSlw403vzFlfMXdwCVH8u6BvITnSH/pJHT+CyYvrILXNevRazgltT7JDbWg2VJEFA==",
|
"integrity": "sha512-WbwhA8nqYkaNlRiCzfVvuhiAJZ0GkONGGz/FA8mhLKixivqI11HZKZA/sIHdK5Ez1qWg3zQ2V8L9jvUTHUtc8Q==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"run-con": {
|
"run-con": {
|
||||||
|
|
|
@ -11,6 +11,6 @@
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"markdownlint-cli": "^0.32.1",
|
"markdownlint-cli": "^0.32.1",
|
||||||
"pyright": "^1.1.279"
|
"pyright": "^1.1.280"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue