summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2022-01-27 23:18:41 +0100
committerGitHub <noreply@github.com>2022-01-27 23:18:41 +0100
commit4f82ab36a90db39d21201c11df3f4a437188e8d0 (patch)
tree3937ca19529bf38f4d5cd551de3ee81e042bd4b3 /package.json
parent5fc53b41f8a0c6e1e1dea02f1427100c0a760beb (diff)
parent506169f312735301c1eb3ca8d10dd715298087b3 (diff)
Merge pull request #817 from not-my-profile/pyright-01
Pyright 01
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index e65e0585d..b4c061521 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"dependencies": {
"eslint": "^8.7.0",
- "pyright": "^1.1.212"
+ "pyright": "^1.1.215"
}
}