bump dependencies and add getPinnedVersion resolver to speed up pinned version lookups

This commit is contained in:
imranismail
2023-10-24 18:32:32 +13:00
parent a76db1c641
commit 2ba527d4d0
12 changed files with 34698 additions and 23206 deletions

View File

@@ -44,7 +44,8 @@
"semi": "off",
"@typescript-eslint/semi": ["error", "never"],
"@typescript-eslint/type-annotation-spacing": "error",
"@typescript-eslint/unbound-method": "error"
"@typescript-eslint/unbound-method": "error",
"i18n-text/no-en": "off"
},
"env": {
"node": true,