mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Merge pull request #1375 from cosmos/upgrade-@typescript-eslint
Upgrade @typescript-eslint/*
This commit is contained in:
commit
95751316a0
@ -1,4 +1,12 @@
|
||||
// The master version of this file is in the repo root. Eslint seems to have
|
||||
// problems using symbolic links for the config file, so we copy it to the packages.
|
||||
// To update:
|
||||
// 1. Go to the repo root
|
||||
// 2. Make edits in .eslintrc.js
|
||||
// 3. Run `find ./packages -name ".eslintrc.js" -exec cp .eslintrc.js {} \;`
|
||||
|
||||
module.exports = {
|
||||
root: true,
|
||||
env: {
|
||||
es6: true,
|
||||
jasmine: true,
|
||||
@ -61,6 +69,12 @@ module.exports = {
|
||||
format: ["strictCamelCase"],
|
||||
leadingUnderscore: "allow",
|
||||
},
|
||||
{
|
||||
// For object literal keys we want to allow things like numbers (e.g. 35),
|
||||
// type URLs (e.g. "/cosmos.feegrant.v1beta1.MsgGrantAllowance") or test data (e.g. "0.14ucoin2")
|
||||
selector: "objectLiteralProperty",
|
||||
format: null,
|
||||
},
|
||||
],
|
||||
"@typescript-eslint/no-dynamic-delete": "warn",
|
||||
"@typescript-eslint/no-empty-function": "off",
|
331
.pnp.cjs
generated
331
.pnp.cjs
generated
@ -596,7 +596,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
],\
|
||||
[\
|
||||
"@types/semver",\
|
||||
"npm:7.3.6"\
|
||||
"npm:7.3.13"\
|
||||
],\
|
||||
[\
|
||||
"@types/serve-static",\
|
||||
@ -616,35 +616,35 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
],\
|
||||
[\
|
||||
"@typescript-eslint/eslint-plugin",\
|
||||
"virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"\
|
||||
"virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"\
|
||||
],\
|
||||
[\
|
||||
"@typescript-eslint/parser",\
|
||||
"virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"\
|
||||
"virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"\
|
||||
],\
|
||||
[\
|
||||
"@typescript-eslint/scope-manager",\
|
||||
"npm:5.13.0"\
|
||||
"npm:5.54.0"\
|
||||
],\
|
||||
[\
|
||||
"@typescript-eslint/type-utils",\
|
||||
"virtual:b4de97c4a156db4d8e29701aac48a1ec01ee7ee0aae0cc63dda656abd24820e2f56cb0cf34080ac88836c406bb058aeb7b47cfba325eba74c318038cf559b781#npm:5.13.0"\
|
||||
"virtual:2e8b63b9512ee302c1e69bb1e3512d620971815ee605065d20bed52f3459d2253d5150a129382f41fb46f2eed830a5b8af9f8e7a56e0fbdf246de03604209ab2#npm:5.54.0"\
|
||||
],\
|
||||
[\
|
||||
"@typescript-eslint/types",\
|
||||
"npm:5.13.0"\
|
||||
"npm:5.54.0"\
|
||||
],\
|
||||
[\
|
||||
"@typescript-eslint/typescript-estree",\
|
||||
"virtual:00a10e1565aa806032563a36f357c894093abedf70e1d7cc22b7420e85ec6aaa1b0e2b61b44e88a491a85256c2c06fd3066366c4d25256c1d1247263f02f3b55#npm:5.13.0"\
|
||||
"virtual:b72deb79e2ec592967c5308e4bf1e792d5b5ca0d14e9c1ab085f52dd2b14c18062e243ec00f9ee082ef907e2293f1a70ff799a6253f4f2f8605e8d778a51ba89#npm:5.54.0"\
|
||||
],\
|
||||
[\
|
||||
"@typescript-eslint/utils",\
|
||||
"virtual:b4de97c4a156db4d8e29701aac48a1ec01ee7ee0aae0cc63dda656abd24820e2f56cb0cf34080ac88836c406bb058aeb7b47cfba325eba74c318038cf559b781#npm:5.13.0"\
|
||||
"virtual:2e8b63b9512ee302c1e69bb1e3512d620971815ee605065d20bed52f3459d2253d5150a129382f41fb46f2eed830a5b8af9f8e7a56e0fbdf246de03604209ab2#npm:5.54.0"\
|
||||
],\
|
||||
[\
|
||||
"@typescript-eslint/visitor-keys",\
|
||||
"npm:5.13.0"\
|
||||
"npm:5.54.0"\
|
||||
],\
|
||||
[\
|
||||
"@webassemblyjs/ast",\
|
||||
@ -1458,6 +1458,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
"graceful-fs",\
|
||||
"npm:4.2.6"\
|
||||
],\
|
||||
[\
|
||||
"grapheme-splitter",\
|
||||
"npm:1.0.4"\
|
||||
],\
|
||||
[\
|
||||
"has",\
|
||||
"npm:1.0.3"\
|
||||
@ -1996,7 +2000,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
],\
|
||||
[\
|
||||
"ms",\
|
||||
"npm:2.1.3"\
|
||||
"npm:2.1.2"\
|
||||
],\
|
||||
[\
|
||||
"napi-build-utils",\
|
||||
@ -2006,6 +2010,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
"natural-compare",\
|
||||
"npm:1.4.0"\
|
||||
],\
|
||||
[\
|
||||
"natural-compare-lite",\
|
||||
"npm:1.4.0"\
|
||||
],\
|
||||
[\
|
||||
"negotiator",\
|
||||
"npm:0.6.2"\
|
||||
@ -2380,7 +2388,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
],\
|
||||
[\
|
||||
"semver",\
|
||||
"npm:7.3.5"\
|
||||
"npm:7.3.8"\
|
||||
],\
|
||||
[\
|
||||
"serialize-javascript",\
|
||||
@ -2620,7 +2628,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
],\
|
||||
[\
|
||||
"tsutils",\
|
||||
"virtual:b4de97c4a156db4d8e29701aac48a1ec01ee7ee0aae0cc63dda656abd24820e2f56cb0cf34080ac88836c406bb058aeb7b47cfba325eba74c318038cf559b781#npm:3.21.0"\
|
||||
"virtual:2e8b63b9512ee302c1e69bb1e3512d620971815ee605065d20bed52f3459d2253d5150a129382f41fb46f2eed830a5b8af9f8e7a56e0fbdf246de03604209ab2#npm:3.21.0"\
|
||||
],\
|
||||
[\
|
||||
"tunnel-agent",\
|
||||
@ -3175,8 +3183,8 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["@types/karma-firefox-launcher", "npm:2.1.0"],\
|
||||
["@types/karma-jasmine", "npm:4.0.2"],\
|
||||
["@types/karma-jasmine-html-reporter", "npm:1.5.1"],\
|
||||
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["eslint", "npm:7.26.0"],\
|
||||
["eslint-config-prettier", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:8.3.0"],\
|
||||
["eslint-import-resolver-node", "npm:0.3.4"],\
|
||||
@ -3227,8 +3235,8 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["@types/jasmine", "npm:4.0.3"],\
|
||||
["@types/node", "npm:15.9.0"],\
|
||||
["@types/yargs", "npm:15.0.13"],\
|
||||
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["axios", "npm:0.21.4"],\
|
||||
["babylon", "npm:6.18.0"],\
|
||||
["chalk", "npm:4.1.2"],\
|
||||
@ -3276,8 +3284,8 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["@types/long", "npm:4.0.1"],\
|
||||
["@types/node", "npm:15.9.0"],\
|
||||
["@types/pako", "npm:1.0.1"],\
|
||||
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["cosmjs-types", "npm:0.6.0"],\
|
||||
["eslint", "npm:7.26.0"],\
|
||||
["eslint-config-prettier", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:8.3.0"],\
|
||||
@ -3330,8 +3338,8 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["@types/karma-jasmine-html-reporter", "npm:1.5.1"],\
|
||||
["@types/libsodium-wrappers", "npm:0.7.9"],\
|
||||
["@types/node", "npm:15.9.0"],\
|
||||
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["bn.js", "npm:5.2.0"],\
|
||||
["buffer", "npm:6.0.3"],\
|
||||
["elliptic", "npm:6.5.4"],\
|
||||
@ -3377,8 +3385,8 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["@types/karma-jasmine", "npm:4.0.2"],\
|
||||
["@types/karma-jasmine-html-reporter", "npm:1.5.1"],\
|
||||
["@types/node", "npm:15.9.0"],\
|
||||
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["base64-js", "npm:1.5.1"],\
|
||||
["bech32", "npm:1.1.4"],\
|
||||
["eslint", "npm:7.26.0"],\
|
||||
@ -3428,8 +3436,8 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["@types/koa", "npm:2.13.4"],\
|
||||
["@types/koa-bodyparser", "npm:4.3.7"],\
|
||||
["@types/koa__cors", "npm:3.3.0"],\
|
||||
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["eslint", "npm:7.26.0"],\
|
||||
["eslint-config-prettier", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:8.3.0"],\
|
||||
["eslint-import-resolver-node", "npm:0.3.4"],\
|
||||
@ -3465,8 +3473,8 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["@types/karma-jasmine", "npm:4.0.2"],\
|
||||
["@types/karma-jasmine-html-reporter", "npm:1.5.1"],\
|
||||
["@types/node", "npm:15.9.0"],\
|
||||
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["axios", "npm:0.21.4"],\
|
||||
["eslint", "npm:7.26.0"],\
|
||||
["eslint-config-prettier", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:8.3.0"],\
|
||||
@ -3508,8 +3516,8 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["@types/karma-firefox-launcher", "npm:2.1.0"],\
|
||||
["@types/karma-jasmine", "npm:4.0.2"],\
|
||||
["@types/karma-jasmine-html-reporter", "npm:1.5.1"],\
|
||||
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["eslint", "npm:7.26.0"],\
|
||||
["eslint-config-prettier", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:8.3.0"],\
|
||||
["eslint-import-resolver-node", "npm:0.3.4"],\
|
||||
@ -3559,9 +3567,9 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["@types/ledgerhq__hw-transport", "npm:4.21.3"],\
|
||||
["@types/ledgerhq__hw-transport-node-hid", "npm:4.22.2"],\
|
||||
["@types/ledgerhq__hw-transport-webusb", "npm:4.70.1"],\
|
||||
["@types/semver", "npm:7.3.6"],\
|
||||
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@types/semver", "npm:7.3.13"],\
|
||||
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["eslint", "npm:7.26.0"],\
|
||||
["eslint-config-prettier", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:8.3.0"],\
|
||||
["eslint-import-resolver-node", "npm:0.3.4"],\
|
||||
@ -3575,7 +3583,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["ledger-cosmos-js", "npm:2.1.8"],\
|
||||
["nyc", "npm:15.1.0"],\
|
||||
["prettier", "npm:2.8.1"],\
|
||||
["semver", "npm:7.3.5"],\
|
||||
["semver", "npm:7.3.8"],\
|
||||
["ses", "npm:0.11.1"],\
|
||||
["source-map-support", "npm:0.5.21"],\
|
||||
["ts-node", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:8.10.2"],\
|
||||
@ -3599,8 +3607,8 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["@types/karma-firefox-launcher", "npm:2.1.0"],\
|
||||
["@types/karma-jasmine", "npm:4.0.2"],\
|
||||
["@types/karma-jasmine-html-reporter", "npm:1.5.1"],\
|
||||
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["bn.js", "npm:5.2.0"],\
|
||||
["buffer", "npm:6.0.3"],\
|
||||
["eslint", "npm:7.26.0"],\
|
||||
@ -3649,8 +3657,8 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["@types/karma-jasmine-html-reporter", "npm:1.5.1"],\
|
||||
["@types/long", "npm:4.0.1"],\
|
||||
["@types/node", "npm:15.9.0"],\
|
||||
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["cosmjs-types", "npm:0.6.0"],\
|
||||
["eslint", "npm:7.26.0"],\
|
||||
["eslint-config-prettier", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:8.3.0"],\
|
||||
@ -3695,8 +3703,8 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["@types/karma-jasmine", "npm:4.0.2"],\
|
||||
["@types/karma-jasmine-html-reporter", "npm:1.5.1"],\
|
||||
["@types/ws", "npm:6.0.4"],\
|
||||
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["eslint", "npm:7.26.0"],\
|
||||
["eslint-config-prettier", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:8.3.0"],\
|
||||
["eslint-import-resolver-node", "npm:0.3.4"],\
|
||||
@ -3750,8 +3758,8 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["@types/karma-jasmine-html-reporter", "npm:1.5.1"],\
|
||||
["@types/long", "npm:4.0.1"],\
|
||||
["@types/node", "npm:15.9.0"],\
|
||||
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["cosmjs-types", "npm:0.6.0"],\
|
||||
["eslint", "npm:7.26.0"],\
|
||||
["eslint-config-prettier", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:8.3.0"],\
|
||||
@ -3797,8 +3805,8 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["@types/karma-jasmine", "npm:4.0.2"],\
|
||||
["@types/karma-jasmine-html-reporter", "npm:1.5.1"],\
|
||||
["@types/node", "npm:15.9.0"],\
|
||||
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["eslint", "npm:7.26.0"],\
|
||||
["eslint-config-prettier", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:8.3.0"],\
|
||||
["eslint-import-resolver-node", "npm:0.3.4"],\
|
||||
@ -3847,8 +3855,8 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["@types/karma-jasmine", "npm:4.0.2"],\
|
||||
["@types/karma-jasmine-html-reporter", "npm:1.5.1"],\
|
||||
["@types/node", "npm:15.9.0"],\
|
||||
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["axios", "npm:0.21.4"],\
|
||||
["eslint", "npm:7.26.0"],\
|
||||
["eslint-config-prettier", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:8.3.0"],\
|
||||
@ -3892,8 +3900,8 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["@types/karma-jasmine", "npm:4.0.2"],\
|
||||
["@types/karma-jasmine-html-reporter", "npm:1.5.1"],\
|
||||
["@types/node", "npm:15.9.0"],\
|
||||
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["buffer", "npm:6.0.3"],\
|
||||
["eslint", "npm:7.26.0"],\
|
||||
["eslint-config-prettier", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:8.3.0"],\
|
||||
@ -4083,7 +4091,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["@ledgerhq/errors", "npm:5.50.0"],\
|
||||
["@ledgerhq/logs", "npm:5.50.0"],\
|
||||
["rxjs", "npm:6.6.7"],\
|
||||
["semver", "npm:7.3.5"]\
|
||||
["semver", "npm:7.3.8"]\
|
||||
],\
|
||||
"linkType": "HARD"\
|
||||
}]\
|
||||
@ -4767,10 +4775,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
}]\
|
||||
]],\
|
||||
["@types/semver", [\
|
||||
["npm:7.3.6", {\
|
||||
"packageLocation": "./.yarn/cache/@types-semver-npm-7.3.6-4add0df8f9-933b115a59.zip/node_modules/@types/semver/",\
|
||||
["npm:7.3.13", {\
|
||||
"packageLocation": "./.yarn/cache/@types-semver-npm-7.3.13-56212b60da-00c0724d54.zip/node_modules/@types/semver/",\
|
||||
"packageDependencies": [\
|
||||
["@types/semver", "npm:7.3.6"]\
|
||||
["@types/semver", "npm:7.3.13"]\
|
||||
],\
|
||||
"linkType": "HARD"\
|
||||
}]\
|
||||
@ -4816,31 +4824,32 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
}]\
|
||||
]],\
|
||||
["@typescript-eslint/eslint-plugin", [\
|
||||
["npm:5.13.0", {\
|
||||
"packageLocation": "./.yarn/cache/@typescript-eslint-eslint-plugin-npm-5.13.0-f2805db654-ff8863b8c4.zip/node_modules/@typescript-eslint/eslint-plugin/",\
|
||||
["npm:5.54.0", {\
|
||||
"packageLocation": "./.yarn/cache/@typescript-eslint-eslint-plugin-npm-5.54.0-94219a47c9-4fdb520b8e.zip/node_modules/@typescript-eslint/eslint-plugin/",\
|
||||
"packageDependencies": [\
|
||||
["@typescript-eslint/eslint-plugin", "npm:5.13.0"]\
|
||||
["@typescript-eslint/eslint-plugin", "npm:5.54.0"]\
|
||||
],\
|
||||
"linkType": "SOFT"\
|
||||
}],\
|
||||
["virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0", {\
|
||||
"packageLocation": "./.yarn/__virtual__/@typescript-eslint-eslint-plugin-virtual-b4de97c4a1/0/cache/@typescript-eslint-eslint-plugin-npm-5.13.0-f2805db654-ff8863b8c4.zip/node_modules/@typescript-eslint/eslint-plugin/",\
|
||||
["virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0", {\
|
||||
"packageLocation": "./.yarn/__virtual__/@typescript-eslint-eslint-plugin-virtual-2e8b63b951/0/cache/@typescript-eslint-eslint-plugin-npm-5.54.0-94219a47c9-4fdb520b8e.zip/node_modules/@typescript-eslint/eslint-plugin/",\
|
||||
"packageDependencies": [\
|
||||
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["@types/eslint", null],\
|
||||
["@types/typescript", null],\
|
||||
["@types/typescript-eslint__parser", null],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/scope-manager", "npm:5.13.0"],\
|
||||
["@typescript-eslint/type-utils", "virtual:b4de97c4a156db4d8e29701aac48a1ec01ee7ee0aae0cc63dda656abd24820e2f56cb0cf34080ac88836c406bb058aeb7b47cfba325eba74c318038cf559b781#npm:5.13.0"],\
|
||||
["@typescript-eslint/utils", "virtual:b4de97c4a156db4d8e29701aac48a1ec01ee7ee0aae0cc63dda656abd24820e2f56cb0cf34080ac88836c406bb058aeb7b47cfba325eba74c318038cf559b781#npm:5.13.0"],\
|
||||
["debug", "virtual:6d7ba8035a34a8cbc48e227f3e803dbc3acaabbab2521c3cd66a45a2853fa6bda5b3ccb3ab1942c8a738927bc0e228ea8d5baa6461d73e2cf6a345db629c4f47#npm:4.3.3"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["@typescript-eslint/scope-manager", "npm:5.54.0"],\
|
||||
["@typescript-eslint/type-utils", "virtual:2e8b63b9512ee302c1e69bb1e3512d620971815ee605065d20bed52f3459d2253d5150a129382f41fb46f2eed830a5b8af9f8e7a56e0fbdf246de03604209ab2#npm:5.54.0"],\
|
||||
["@typescript-eslint/utils", "virtual:2e8b63b9512ee302c1e69bb1e3512d620971815ee605065d20bed52f3459d2253d5150a129382f41fb46f2eed830a5b8af9f8e7a56e0fbdf246de03604209ab2#npm:5.54.0"],\
|
||||
["debug", "virtual:2e8b63b9512ee302c1e69bb1e3512d620971815ee605065d20bed52f3459d2253d5150a129382f41fb46f2eed830a5b8af9f8e7a56e0fbdf246de03604209ab2#npm:4.3.4"],\
|
||||
["eslint", "npm:7.26.0"],\
|
||||
["functional-red-black-tree", "npm:1.0.1"],\
|
||||
["grapheme-splitter", "npm:1.0.4"],\
|
||||
["ignore", "npm:5.2.0"],\
|
||||
["natural-compare-lite", "npm:1.4.0"],\
|
||||
["regexpp", "npm:3.2.0"],\
|
||||
["semver", "npm:7.3.5"],\
|
||||
["tsutils", "virtual:b4de97c4a156db4d8e29701aac48a1ec01ee7ee0aae0cc63dda656abd24820e2f56cb0cf34080ac88836c406bb058aeb7b47cfba325eba74c318038cf559b781#npm:3.21.0"],\
|
||||
["semver", "npm:7.3.8"],\
|
||||
["tsutils", "virtual:2e8b63b9512ee302c1e69bb1e3512d620971815ee605065d20bed52f3459d2253d5150a129382f41fb46f2eed830a5b8af9f8e7a56e0fbdf246de03604209ab2#npm:3.21.0"],\
|
||||
["typescript", "patch:typescript@npm%3A4.6.4#~builtin<compat/typescript>::version=4.6.4&hash=701156"]\
|
||||
],\
|
||||
"packagePeers": [\
|
||||
@ -4855,23 +4864,23 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
}]\
|
||||
]],\
|
||||
["@typescript-eslint/parser", [\
|
||||
["npm:5.13.0", {\
|
||||
"packageLocation": "./.yarn/cache/@typescript-eslint-parser-npm-5.13.0-fa8f328d7b-9ca74f891d.zip/node_modules/@typescript-eslint/parser/",\
|
||||
["npm:5.54.0", {\
|
||||
"packageLocation": "./.yarn/cache/@typescript-eslint-parser-npm-5.54.0-9e20db98b2-368d6dd85b.zip/node_modules/@typescript-eslint/parser/",\
|
||||
"packageDependencies": [\
|
||||
["@typescript-eslint/parser", "npm:5.13.0"]\
|
||||
["@typescript-eslint/parser", "npm:5.54.0"]\
|
||||
],\
|
||||
"linkType": "SOFT"\
|
||||
}],\
|
||||
["virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0", {\
|
||||
"packageLocation": "./.yarn/__virtual__/@typescript-eslint-parser-virtual-a022b09cf3/0/cache/@typescript-eslint-parser-npm-5.13.0-fa8f328d7b-9ca74f891d.zip/node_modules/@typescript-eslint/parser/",\
|
||||
["virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0", {\
|
||||
"packageLocation": "./.yarn/__virtual__/@typescript-eslint-parser-virtual-50a1058113/0/cache/@typescript-eslint-parser-npm-5.54.0-9e20db98b2-368d6dd85b.zip/node_modules/@typescript-eslint/parser/",\
|
||||
"packageDependencies": [\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["@types/eslint", null],\
|
||||
["@types/typescript", null],\
|
||||
["@typescript-eslint/scope-manager", "npm:5.13.0"],\
|
||||
["@typescript-eslint/types", "npm:5.13.0"],\
|
||||
["@typescript-eslint/typescript-estree", "virtual:a022b09cf3739e37cbeb310c5974bddef26b63974e7713741da8fd6342be20045c7c6b1996079d94d8d42859e5b4f360a6457c5f5cb9c2d7ea6aa1c2e07e5fa3#npm:5.13.0"],\
|
||||
["debug", "virtual:6d7ba8035a34a8cbc48e227f3e803dbc3acaabbab2521c3cd66a45a2853fa6bda5b3ccb3ab1942c8a738927bc0e228ea8d5baa6461d73e2cf6a345db629c4f47#npm:4.3.3"],\
|
||||
["@typescript-eslint/scope-manager", "npm:5.54.0"],\
|
||||
["@typescript-eslint/types", "npm:5.54.0"],\
|
||||
["@typescript-eslint/typescript-estree", "virtual:dab3b79a49a5f47d0c99a5dd46dbdff2ada6c475788250c1f0fcb82df5cad8c19be5cd3a44974c1ab5534d7476c94dd95a1487a1327da6bbeb8b0f3aacf8423a#npm:5.54.0"],\
|
||||
["debug", "virtual:2e8b63b9512ee302c1e69bb1e3512d620971815ee605065d20bed52f3459d2253d5150a129382f41fb46f2eed830a5b8af9f8e7a56e0fbdf246de03604209ab2#npm:4.3.4"],\
|
||||
["eslint", "npm:7.26.0"],\
|
||||
["typescript", "patch:typescript@npm%3A4.6.4#~builtin<compat/typescript>::version=4.6.4&hash=701156"]\
|
||||
],\
|
||||
@ -4885,34 +4894,35 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
}]\
|
||||
]],\
|
||||
["@typescript-eslint/scope-manager", [\
|
||||
["npm:5.13.0", {\
|
||||
"packageLocation": "./.yarn/cache/@typescript-eslint-scope-manager-npm-5.13.0-b921e26bc8-43fade6759.zip/node_modules/@typescript-eslint/scope-manager/",\
|
||||
["npm:5.54.0", {\
|
||||
"packageLocation": "./.yarn/cache/@typescript-eslint-scope-manager-npm-5.54.0-dfb33b8cef-e50f12396d.zip/node_modules/@typescript-eslint/scope-manager/",\
|
||||
"packageDependencies": [\
|
||||
["@typescript-eslint/scope-manager", "npm:5.13.0"],\
|
||||
["@typescript-eslint/types", "npm:5.13.0"],\
|
||||
["@typescript-eslint/visitor-keys", "npm:5.13.0"]\
|
||||
["@typescript-eslint/scope-manager", "npm:5.54.0"],\
|
||||
["@typescript-eslint/types", "npm:5.54.0"],\
|
||||
["@typescript-eslint/visitor-keys", "npm:5.54.0"]\
|
||||
],\
|
||||
"linkType": "HARD"\
|
||||
}]\
|
||||
]],\
|
||||
["@typescript-eslint/type-utils", [\
|
||||
["npm:5.13.0", {\
|
||||
"packageLocation": "./.yarn/cache/@typescript-eslint-type-utils-npm-5.13.0-c12a44d6b0-454a2fe6c5.zip/node_modules/@typescript-eslint/type-utils/",\
|
||||
["npm:5.54.0", {\
|
||||
"packageLocation": "./.yarn/cache/@typescript-eslint-type-utils-npm-5.54.0-fe5db2eaae-9cb5b52c72.zip/node_modules/@typescript-eslint/type-utils/",\
|
||||
"packageDependencies": [\
|
||||
["@typescript-eslint/type-utils", "npm:5.13.0"]\
|
||||
["@typescript-eslint/type-utils", "npm:5.54.0"]\
|
||||
],\
|
||||
"linkType": "SOFT"\
|
||||
}],\
|
||||
["virtual:b4de97c4a156db4d8e29701aac48a1ec01ee7ee0aae0cc63dda656abd24820e2f56cb0cf34080ac88836c406bb058aeb7b47cfba325eba74c318038cf559b781#npm:5.13.0", {\
|
||||
"packageLocation": "./.yarn/__virtual__/@typescript-eslint-type-utils-virtual-896ac2fe60/0/cache/@typescript-eslint-type-utils-npm-5.13.0-c12a44d6b0-454a2fe6c5.zip/node_modules/@typescript-eslint/type-utils/",\
|
||||
["virtual:2e8b63b9512ee302c1e69bb1e3512d620971815ee605065d20bed52f3459d2253d5150a129382f41fb46f2eed830a5b8af9f8e7a56e0fbdf246de03604209ab2#npm:5.54.0", {\
|
||||
"packageLocation": "./.yarn/__virtual__/@typescript-eslint-type-utils-virtual-dab3b79a49/0/cache/@typescript-eslint-type-utils-npm-5.54.0-fe5db2eaae-9cb5b52c72.zip/node_modules/@typescript-eslint/type-utils/",\
|
||||
"packageDependencies": [\
|
||||
["@typescript-eslint/type-utils", "virtual:b4de97c4a156db4d8e29701aac48a1ec01ee7ee0aae0cc63dda656abd24820e2f56cb0cf34080ac88836c406bb058aeb7b47cfba325eba74c318038cf559b781#npm:5.13.0"],\
|
||||
["@typescript-eslint/type-utils", "virtual:2e8b63b9512ee302c1e69bb1e3512d620971815ee605065d20bed52f3459d2253d5150a129382f41fb46f2eed830a5b8af9f8e7a56e0fbdf246de03604209ab2#npm:5.54.0"],\
|
||||
["@types/eslint", null],\
|
||||
["@types/typescript", null],\
|
||||
["@typescript-eslint/utils", "virtual:b4de97c4a156db4d8e29701aac48a1ec01ee7ee0aae0cc63dda656abd24820e2f56cb0cf34080ac88836c406bb058aeb7b47cfba325eba74c318038cf559b781#npm:5.13.0"],\
|
||||
["debug", "virtual:6d7ba8035a34a8cbc48e227f3e803dbc3acaabbab2521c3cd66a45a2853fa6bda5b3ccb3ab1942c8a738927bc0e228ea8d5baa6461d73e2cf6a345db629c4f47#npm:4.3.3"],\
|
||||
["@typescript-eslint/typescript-estree", "virtual:dab3b79a49a5f47d0c99a5dd46dbdff2ada6c475788250c1f0fcb82df5cad8c19be5cd3a44974c1ab5534d7476c94dd95a1487a1327da6bbeb8b0f3aacf8423a#npm:5.54.0"],\
|
||||
["@typescript-eslint/utils", "virtual:2e8b63b9512ee302c1e69bb1e3512d620971815ee605065d20bed52f3459d2253d5150a129382f41fb46f2eed830a5b8af9f8e7a56e0fbdf246de03604209ab2#npm:5.54.0"],\
|
||||
["debug", "virtual:2e8b63b9512ee302c1e69bb1e3512d620971815ee605065d20bed52f3459d2253d5150a129382f41fb46f2eed830a5b8af9f8e7a56e0fbdf246de03604209ab2#npm:4.3.4"],\
|
||||
["eslint", "npm:7.26.0"],\
|
||||
["tsutils", "virtual:b4de97c4a156db4d8e29701aac48a1ec01ee7ee0aae0cc63dda656abd24820e2f56cb0cf34080ac88836c406bb058aeb7b47cfba325eba74c318038cf559b781#npm:3.21.0"],\
|
||||
["tsutils", "virtual:2e8b63b9512ee302c1e69bb1e3512d620971815ee605065d20bed52f3459d2253d5150a129382f41fb46f2eed830a5b8af9f8e7a56e0fbdf246de03604209ab2#npm:3.21.0"],\
|
||||
["typescript", "patch:typescript@npm%3A4.6.4#~builtin<compat/typescript>::version=4.6.4&hash=701156"]\
|
||||
],\
|
||||
"packagePeers": [\
|
||||
@ -4925,34 +4935,34 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
}]\
|
||||
]],\
|
||||
["@typescript-eslint/types", [\
|
||||
["npm:5.13.0", {\
|
||||
"packageLocation": "./.yarn/cache/@typescript-eslint-types-npm-5.13.0-091b492275-2228935a9f.zip/node_modules/@typescript-eslint/types/",\
|
||||
["npm:5.54.0", {\
|
||||
"packageLocation": "./.yarn/cache/@typescript-eslint-types-npm-5.54.0-d7ab03d795-0f66b1b930.zip/node_modules/@typescript-eslint/types/",\
|
||||
"packageDependencies": [\
|
||||
["@typescript-eslint/types", "npm:5.13.0"]\
|
||||
["@typescript-eslint/types", "npm:5.54.0"]\
|
||||
],\
|
||||
"linkType": "HARD"\
|
||||
}]\
|
||||
]],\
|
||||
["@typescript-eslint/typescript-estree", [\
|
||||
["npm:5.13.0", {\
|
||||
"packageLocation": "./.yarn/cache/@typescript-eslint-typescript-estree-npm-5.13.0-04853644ce-bcf2f94eb4.zip/node_modules/@typescript-eslint/typescript-estree/",\
|
||||
["npm:5.54.0", {\
|
||||
"packageLocation": "./.yarn/cache/@typescript-eslint-typescript-estree-npm-5.54.0-1b0f33d5db-377c75c34c.zip/node_modules/@typescript-eslint/typescript-estree/",\
|
||||
"packageDependencies": [\
|
||||
["@typescript-eslint/typescript-estree", "npm:5.13.0"]\
|
||||
["@typescript-eslint/typescript-estree", "npm:5.54.0"]\
|
||||
],\
|
||||
"linkType": "SOFT"\
|
||||
}],\
|
||||
["virtual:00a10e1565aa806032563a36f357c894093abedf70e1d7cc22b7420e85ec6aaa1b0e2b61b44e88a491a85256c2c06fd3066366c4d25256c1d1247263f02f3b55#npm:5.13.0", {\
|
||||
"packageLocation": "./.yarn/__virtual__/@typescript-eslint-typescript-estree-virtual-ebfad27583/0/cache/@typescript-eslint-typescript-estree-npm-5.13.0-04853644ce-bcf2f94eb4.zip/node_modules/@typescript-eslint/typescript-estree/",\
|
||||
["virtual:b72deb79e2ec592967c5308e4bf1e792d5b5ca0d14e9c1ab085f52dd2b14c18062e243ec00f9ee082ef907e2293f1a70ff799a6253f4f2f8605e8d778a51ba89#npm:5.54.0", {\
|
||||
"packageLocation": "./.yarn/__virtual__/@typescript-eslint-typescript-estree-virtual-838a9315d4/0/cache/@typescript-eslint-typescript-estree-npm-5.54.0-1b0f33d5db-377c75c34c.zip/node_modules/@typescript-eslint/typescript-estree/",\
|
||||
"packageDependencies": [\
|
||||
["@typescript-eslint/typescript-estree", "virtual:00a10e1565aa806032563a36f357c894093abedf70e1d7cc22b7420e85ec6aaa1b0e2b61b44e88a491a85256c2c06fd3066366c4d25256c1d1247263f02f3b55#npm:5.13.0"],\
|
||||
["@typescript-eslint/typescript-estree", "virtual:b72deb79e2ec592967c5308e4bf1e792d5b5ca0d14e9c1ab085f52dd2b14c18062e243ec00f9ee082ef907e2293f1a70ff799a6253f4f2f8605e8d778a51ba89#npm:5.54.0"],\
|
||||
["@types/typescript", null],\
|
||||
["@typescript-eslint/types", "npm:5.13.0"],\
|
||||
["@typescript-eslint/visitor-keys", "npm:5.13.0"],\
|
||||
["debug", "virtual:6d7ba8035a34a8cbc48e227f3e803dbc3acaabbab2521c3cd66a45a2853fa6bda5b3ccb3ab1942c8a738927bc0e228ea8d5baa6461d73e2cf6a345db629c4f47#npm:4.3.3"],\
|
||||
["@typescript-eslint/types", "npm:5.54.0"],\
|
||||
["@typescript-eslint/visitor-keys", "npm:5.54.0"],\
|
||||
["debug", "virtual:2e8b63b9512ee302c1e69bb1e3512d620971815ee605065d20bed52f3459d2253d5150a129382f41fb46f2eed830a5b8af9f8e7a56e0fbdf246de03604209ab2#npm:4.3.4"],\
|
||||
["globby", "npm:11.1.0"],\
|
||||
["is-glob", "npm:4.0.3"],\
|
||||
["semver", "npm:7.3.5"],\
|
||||
["tsutils", "virtual:ebfad27583acab1e5e3ea50c2bb02d9fbfacb0892728635bb7acb1dca6fe2ed22bb7478ec77a2af2242e069fcffac70dbe28cdf58a9fa82f68fef84b9962411b#npm:3.21.0"],\
|
||||
["semver", "npm:7.3.8"],\
|
||||
["tsutils", "virtual:838a9315d444a54db96788d2b28a822ef21789df47f5a41ed7f7f2dd34e0a447899fa272d1407402ef6a6b310136ed11ec578f26931b2b84031cd2ba37dba0a0#npm:3.21.0"],\
|
||||
["typescript", null]\
|
||||
],\
|
||||
"packagePeers": [\
|
||||
@ -4961,18 +4971,18 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
],\
|
||||
"linkType": "HARD"\
|
||||
}],\
|
||||
["virtual:a022b09cf3739e37cbeb310c5974bddef26b63974e7713741da8fd6342be20045c7c6b1996079d94d8d42859e5b4f360a6457c5f5cb9c2d7ea6aa1c2e07e5fa3#npm:5.13.0", {\
|
||||
"packageLocation": "./.yarn/__virtual__/@typescript-eslint-typescript-estree-virtual-b4dd3b0eb3/0/cache/@typescript-eslint-typescript-estree-npm-5.13.0-04853644ce-bcf2f94eb4.zip/node_modules/@typescript-eslint/typescript-estree/",\
|
||||
["virtual:dab3b79a49a5f47d0c99a5dd46dbdff2ada6c475788250c1f0fcb82df5cad8c19be5cd3a44974c1ab5534d7476c94dd95a1487a1327da6bbeb8b0f3aacf8423a#npm:5.54.0", {\
|
||||
"packageLocation": "./.yarn/__virtual__/@typescript-eslint-typescript-estree-virtual-4fc1617798/0/cache/@typescript-eslint-typescript-estree-npm-5.54.0-1b0f33d5db-377c75c34c.zip/node_modules/@typescript-eslint/typescript-estree/",\
|
||||
"packageDependencies": [\
|
||||
["@typescript-eslint/typescript-estree", "virtual:a022b09cf3739e37cbeb310c5974bddef26b63974e7713741da8fd6342be20045c7c6b1996079d94d8d42859e5b4f360a6457c5f5cb9c2d7ea6aa1c2e07e5fa3#npm:5.13.0"],\
|
||||
["@typescript-eslint/typescript-estree", "virtual:dab3b79a49a5f47d0c99a5dd46dbdff2ada6c475788250c1f0fcb82df5cad8c19be5cd3a44974c1ab5534d7476c94dd95a1487a1327da6bbeb8b0f3aacf8423a#npm:5.54.0"],\
|
||||
["@types/typescript", null],\
|
||||
["@typescript-eslint/types", "npm:5.13.0"],\
|
||||
["@typescript-eslint/visitor-keys", "npm:5.13.0"],\
|
||||
["debug", "virtual:6d7ba8035a34a8cbc48e227f3e803dbc3acaabbab2521c3cd66a45a2853fa6bda5b3ccb3ab1942c8a738927bc0e228ea8d5baa6461d73e2cf6a345db629c4f47#npm:4.3.3"],\
|
||||
["@typescript-eslint/types", "npm:5.54.0"],\
|
||||
["@typescript-eslint/visitor-keys", "npm:5.54.0"],\
|
||||
["debug", "virtual:2e8b63b9512ee302c1e69bb1e3512d620971815ee605065d20bed52f3459d2253d5150a129382f41fb46f2eed830a5b8af9f8e7a56e0fbdf246de03604209ab2#npm:4.3.4"],\
|
||||
["globby", "npm:11.1.0"],\
|
||||
["is-glob", "npm:4.0.3"],\
|
||||
["semver", "npm:7.3.5"],\
|
||||
["tsutils", "virtual:b4de97c4a156db4d8e29701aac48a1ec01ee7ee0aae0cc63dda656abd24820e2f56cb0cf34080ac88836c406bb058aeb7b47cfba325eba74c318038cf559b781#npm:3.21.0"],\
|
||||
["semver", "npm:7.3.8"],\
|
||||
["tsutils", "virtual:2e8b63b9512ee302c1e69bb1e3512d620971815ee605065d20bed52f3459d2253d5150a129382f41fb46f2eed830a5b8af9f8e7a56e0fbdf246de03604209ab2#npm:3.21.0"],\
|
||||
["typescript", "patch:typescript@npm%3A4.6.4#~builtin<compat/typescript>::version=4.6.4&hash=701156"]\
|
||||
],\
|
||||
"packagePeers": [\
|
||||
@ -4983,25 +4993,27 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
}]\
|
||||
]],\
|
||||
["@typescript-eslint/utils", [\
|
||||
["npm:5.13.0", {\
|
||||
"packageLocation": "./.yarn/cache/@typescript-eslint-utils-npm-5.13.0-f52c60bc0e-cb93cddc83.zip/node_modules/@typescript-eslint/utils/",\
|
||||
["npm:5.54.0", {\
|
||||
"packageLocation": "./.yarn/cache/@typescript-eslint-utils-npm-5.54.0-2cc2b73c1a-b8f344fc29.zip/node_modules/@typescript-eslint/utils/",\
|
||||
"packageDependencies": [\
|
||||
["@typescript-eslint/utils", "npm:5.13.0"]\
|
||||
["@typescript-eslint/utils", "npm:5.54.0"]\
|
||||
],\
|
||||
"linkType": "SOFT"\
|
||||
}],\
|
||||
["virtual:b4de97c4a156db4d8e29701aac48a1ec01ee7ee0aae0cc63dda656abd24820e2f56cb0cf34080ac88836c406bb058aeb7b47cfba325eba74c318038cf559b781#npm:5.13.0", {\
|
||||
"packageLocation": "./.yarn/__virtual__/@typescript-eslint-utils-virtual-00a10e1565/0/cache/@typescript-eslint-utils-npm-5.13.0-f52c60bc0e-cb93cddc83.zip/node_modules/@typescript-eslint/utils/",\
|
||||
["virtual:2e8b63b9512ee302c1e69bb1e3512d620971815ee605065d20bed52f3459d2253d5150a129382f41fb46f2eed830a5b8af9f8e7a56e0fbdf246de03604209ab2#npm:5.54.0", {\
|
||||
"packageLocation": "./.yarn/__virtual__/@typescript-eslint-utils-virtual-b72deb79e2/0/cache/@typescript-eslint-utils-npm-5.54.0-2cc2b73c1a-b8f344fc29.zip/node_modules/@typescript-eslint/utils/",\
|
||||
"packageDependencies": [\
|
||||
["@typescript-eslint/utils", "virtual:b4de97c4a156db4d8e29701aac48a1ec01ee7ee0aae0cc63dda656abd24820e2f56cb0cf34080ac88836c406bb058aeb7b47cfba325eba74c318038cf559b781#npm:5.13.0"],\
|
||||
["@typescript-eslint/utils", "virtual:2e8b63b9512ee302c1e69bb1e3512d620971815ee605065d20bed52f3459d2253d5150a129382f41fb46f2eed830a5b8af9f8e7a56e0fbdf246de03604209ab2#npm:5.54.0"],\
|
||||
["@types/eslint", null],\
|
||||
["@types/json-schema", "npm:7.0.9"],\
|
||||
["@typescript-eslint/scope-manager", "npm:5.13.0"],\
|
||||
["@typescript-eslint/types", "npm:5.13.0"],\
|
||||
["@typescript-eslint/typescript-estree", "virtual:00a10e1565aa806032563a36f357c894093abedf70e1d7cc22b7420e85ec6aaa1b0e2b61b44e88a491a85256c2c06fd3066366c4d25256c1d1247263f02f3b55#npm:5.13.0"],\
|
||||
["@types/semver", "npm:7.3.13"],\
|
||||
["@typescript-eslint/scope-manager", "npm:5.54.0"],\
|
||||
["@typescript-eslint/types", "npm:5.54.0"],\
|
||||
["@typescript-eslint/typescript-estree", "virtual:b72deb79e2ec592967c5308e4bf1e792d5b5ca0d14e9c1ab085f52dd2b14c18062e243ec00f9ee082ef907e2293f1a70ff799a6253f4f2f8605e8d778a51ba89#npm:5.54.0"],\
|
||||
["eslint", "npm:7.26.0"],\
|
||||
["eslint-scope", "npm:5.1.1"],\
|
||||
["eslint-utils", "virtual:00a10e1565aa806032563a36f357c894093abedf70e1d7cc22b7420e85ec6aaa1b0e2b61b44e88a491a85256c2c06fd3066366c4d25256c1d1247263f02f3b55#npm:3.0.0"]\
|
||||
["eslint-utils", "virtual:b72deb79e2ec592967c5308e4bf1e792d5b5ca0d14e9c1ab085f52dd2b14c18062e243ec00f9ee082ef907e2293f1a70ff799a6253f4f2f8605e8d778a51ba89#npm:3.0.0"],\
|
||||
["semver", "npm:7.3.8"]\
|
||||
],\
|
||||
"packagePeers": [\
|
||||
"@types/eslint",\
|
||||
@ -5011,11 +5023,11 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
}]\
|
||||
]],\
|
||||
["@typescript-eslint/visitor-keys", [\
|
||||
["npm:5.13.0", {\
|
||||
"packageLocation": "./.yarn/cache/@typescript-eslint-visitor-keys-npm-5.13.0-e127ae48c4-3987217053.zip/node_modules/@typescript-eslint/visitor-keys/",\
|
||||
["npm:5.54.0", {\
|
||||
"packageLocation": "./.yarn/cache/@typescript-eslint-visitor-keys-npm-5.54.0-abbd7c507a-17fc323c09.zip/node_modules/@typescript-eslint/visitor-keys/",\
|
||||
"packageDependencies": [\
|
||||
["@typescript-eslint/visitor-keys", "npm:5.13.0"],\
|
||||
["@typescript-eslint/types", "npm:5.13.0"],\
|
||||
["@typescript-eslint/visitor-keys", "npm:5.54.0"],\
|
||||
["@typescript-eslint/types", "npm:5.54.0"],\
|
||||
["eslint-visitor-keys", "npm:3.3.0"]\
|
||||
],\
|
||||
"linkType": "HARD"\
|
||||
@ -6981,6 +6993,27 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
],\
|
||||
"linkType": "SOFT"\
|
||||
}],\
|
||||
["npm:4.3.4", {\
|
||||
"packageLocation": "./.yarn/cache/debug-npm-4.3.4-4513954577-3dbad3f94e.zip/node_modules/debug/",\
|
||||
"packageDependencies": [\
|
||||
["debug", "npm:4.3.4"]\
|
||||
],\
|
||||
"linkType": "SOFT"\
|
||||
}],\
|
||||
["virtual:2e8b63b9512ee302c1e69bb1e3512d620971815ee605065d20bed52f3459d2253d5150a129382f41fb46f2eed830a5b8af9f8e7a56e0fbdf246de03604209ab2#npm:4.3.4", {\
|
||||
"packageLocation": "./.yarn/__virtual__/debug-virtual-f3e67f9c2c/0/cache/debug-npm-4.3.4-4513954577-3dbad3f94e.zip/node_modules/debug/",\
|
||||
"packageDependencies": [\
|
||||
["debug", "virtual:2e8b63b9512ee302c1e69bb1e3512d620971815ee605065d20bed52f3459d2253d5150a129382f41fb46f2eed830a5b8af9f8e7a56e0fbdf246de03604209ab2#npm:4.3.4"],\
|
||||
["@types/supports-color", null],\
|
||||
["ms", "npm:2.1.2"],\
|
||||
["supports-color", null]\
|
||||
],\
|
||||
"packagePeers": [\
|
||||
"@types/supports-color",\
|
||||
"supports-color"\
|
||||
],\
|
||||
"linkType": "HARD"\
|
||||
}],\
|
||||
["virtual:3f02fdc9c01c9edeeb198ff2c318139c4ba1b083bcc941ca06dbe04dde7c9d9af243e05fa031bfd97204db40c8d491dd4f9e619914628b323c37b1f02acd578d#npm:3.2.7", {\
|
||||
"packageLocation": "./.yarn/__virtual__/debug-virtual-485cba03e2/0/cache/debug-npm-3.2.7-754e818c7a-b3d8c59407.zip/node_modules/debug/",\
|
||||
"packageDependencies": [\
|
||||
@ -7477,7 +7510,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["optionator", "npm:0.9.1"],\
|
||||
["progress", "npm:2.0.3"],\
|
||||
["regexpp", "npm:3.2.0"],\
|
||||
["semver", "npm:7.3.5"],\
|
||||
["semver", "npm:7.3.8"],\
|
||||
["strip-ansi", "npm:6.0.0"],\
|
||||
["strip-json-comments", "npm:3.1.1"],\
|
||||
["table", "npm:6.7.1"],\
|
||||
@ -7536,7 +7569,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["@types/eslint-import-resolver-typescript", null],\
|
||||
["@types/eslint-import-resolver-webpack", null],\
|
||||
["@types/typescript-eslint__parser", null],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["debug", "virtual:3f02fdc9c01c9edeeb198ff2c318139c4ba1b083bcc941ca06dbe04dde7c9d9af243e05fa031bfd97204db40c8d491dd4f9e619914628b323c37b1f02acd578d#npm:3.2.7"],\
|
||||
["eslint-import-resolver-node", "npm:0.3.4"],\
|
||||
["eslint-import-resolver-typescript", null],\
|
||||
@ -7570,7 +7603,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["eslint-plugin-import", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:2.23.2"],\
|
||||
["@types/eslint", null],\
|
||||
["@types/typescript-eslint__parser", null],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.13.0"],\
|
||||
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:5.54.0"],\
|
||||
["array-includes", "npm:3.1.3"],\
|
||||
["array.prototype.flat", "npm:1.2.4"],\
|
||||
["contains-path", "npm:1.0.0"],\
|
||||
@ -7678,10 +7711,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
],\
|
||||
"linkType": "SOFT"\
|
||||
}],\
|
||||
["virtual:00a10e1565aa806032563a36f357c894093abedf70e1d7cc22b7420e85ec6aaa1b0e2b61b44e88a491a85256c2c06fd3066366c4d25256c1d1247263f02f3b55#npm:3.0.0", {\
|
||||
"packageLocation": "./.yarn/__virtual__/eslint-utils-virtual-ca0eebca55/0/cache/eslint-utils-npm-3.0.0-630b3a4013-0668fe02f5.zip/node_modules/eslint-utils/",\
|
||||
["virtual:b72deb79e2ec592967c5308e4bf1e792d5b5ca0d14e9c1ab085f52dd2b14c18062e243ec00f9ee082ef907e2293f1a70ff799a6253f4f2f8605e8d778a51ba89#npm:3.0.0", {\
|
||||
"packageLocation": "./.yarn/__virtual__/eslint-utils-virtual-26723f35cb/0/cache/eslint-utils-npm-3.0.0-630b3a4013-0668fe02f5.zip/node_modules/eslint-utils/",\
|
||||
"packageDependencies": [\
|
||||
["eslint-utils", "virtual:00a10e1565aa806032563a36f357c894093abedf70e1d7cc22b7420e85ec6aaa1b0e2b61b44e88a491a85256c2c06fd3066366c4d25256c1d1247263f02f3b55#npm:3.0.0"],\
|
||||
["eslint-utils", "virtual:b72deb79e2ec592967c5308e4bf1e792d5b5ca0d14e9c1ab085f52dd2b14c18062e243ec00f9ee082ef907e2293f1a70ff799a6253f4f2f8605e8d778a51ba89#npm:3.0.0"],\
|
||||
["@types/eslint", null],\
|
||||
["eslint", "npm:7.26.0"],\
|
||||
["eslint-visitor-keys", "npm:2.1.0"]\
|
||||
@ -8308,6 +8341,15 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
"linkType": "HARD"\
|
||||
}]\
|
||||
]],\
|
||||
["grapheme-splitter", [\
|
||||
["npm:1.0.4", {\
|
||||
"packageLocation": "./.yarn/cache/grapheme-splitter-npm-1.0.4-648f2bf509-0c22ec54de.zip/node_modules/grapheme-splitter/",\
|
||||
"packageDependencies": [\
|
||||
["grapheme-splitter", "npm:1.0.4"]\
|
||||
],\
|
||||
"linkType": "HARD"\
|
||||
}]\
|
||||
]],\
|
||||
["has", [\
|
||||
["npm:1.0.3", {\
|
||||
"packageLocation": "./.yarn/cache/has-npm-1.0.3-b7f00631c1-b9ad53d53b.zip/node_modules/has/",\
|
||||
@ -9889,6 +9931,15 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
"linkType": "HARD"\
|
||||
}]\
|
||||
]],\
|
||||
["natural-compare-lite", [\
|
||||
["npm:1.4.0", {\
|
||||
"packageLocation": "./.yarn/cache/natural-compare-lite-npm-1.4.0-12b6b308ed-5222ac3986.zip/node_modules/natural-compare-lite/",\
|
||||
"packageDependencies": [\
|
||||
["natural-compare-lite", "npm:1.4.0"]\
|
||||
],\
|
||||
"linkType": "HARD"\
|
||||
}]\
|
||||
]],\
|
||||
["negotiator", [\
|
||||
["npm:0.6.2", {\
|
||||
"packageLocation": "./.yarn/cache/negotiator-npm-0.6.2-ba538e167a-dfddaff6c0.zip/node_modules/negotiator/",\
|
||||
@ -9947,7 +9998,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["nopt", "npm:5.0.0"],\
|
||||
["npmlog", "npm:4.1.2"],\
|
||||
["rimraf", "npm:3.0.2"],\
|
||||
["semver", "npm:7.3.5"],\
|
||||
["semver", "npm:7.3.8"],\
|
||||
["tar", "npm:6.1.11"],\
|
||||
["which", "npm:2.0.2"]\
|
||||
],\
|
||||
@ -11031,10 +11082,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
],\
|
||||
"linkType": "HARD"\
|
||||
}],\
|
||||
["npm:7.3.5", {\
|
||||
"packageLocation": "./.yarn/cache/semver-npm-7.3.5-618cf5db6a-5eafe6102b.zip/node_modules/semver/",\
|
||||
["npm:7.3.8", {\
|
||||
"packageLocation": "./.yarn/cache/semver-npm-7.3.8-25a996cb4f-ba9c7cbbf2.zip/node_modules/semver/",\
|
||||
"packageDependencies": [\
|
||||
["semver", "npm:7.3.5"],\
|
||||
["semver", "npm:7.3.8"],\
|
||||
["lru-cache", "npm:6.0.0"]\
|
||||
],\
|
||||
"linkType": "HARD"\
|
||||
@ -12059,10 +12110,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
],\
|
||||
"linkType": "SOFT"\
|
||||
}],\
|
||||
["virtual:b4de97c4a156db4d8e29701aac48a1ec01ee7ee0aae0cc63dda656abd24820e2f56cb0cf34080ac88836c406bb058aeb7b47cfba325eba74c318038cf559b781#npm:3.21.0", {\
|
||||
"packageLocation": "./.yarn/__virtual__/tsutils-virtual-c47cdd11c0/0/cache/tsutils-npm-3.21.0-347e6636c5-1843f4c1b2.zip/node_modules/tsutils/",\
|
||||
["virtual:2e8b63b9512ee302c1e69bb1e3512d620971815ee605065d20bed52f3459d2253d5150a129382f41fb46f2eed830a5b8af9f8e7a56e0fbdf246de03604209ab2#npm:3.21.0", {\
|
||||
"packageLocation": "./.yarn/__virtual__/tsutils-virtual-f70ca60929/0/cache/tsutils-npm-3.21.0-347e6636c5-1843f4c1b2.zip/node_modules/tsutils/",\
|
||||
"packageDependencies": [\
|
||||
["tsutils", "virtual:b4de97c4a156db4d8e29701aac48a1ec01ee7ee0aae0cc63dda656abd24820e2f56cb0cf34080ac88836c406bb058aeb7b47cfba325eba74c318038cf559b781#npm:3.21.0"],\
|
||||
["tsutils", "virtual:2e8b63b9512ee302c1e69bb1e3512d620971815ee605065d20bed52f3459d2253d5150a129382f41fb46f2eed830a5b8af9f8e7a56e0fbdf246de03604209ab2#npm:3.21.0"],\
|
||||
["@types/typescript", null],\
|
||||
["tslib", "npm:1.14.1"],\
|
||||
["typescript", "patch:typescript@npm%3A4.6.4#~builtin<compat/typescript>::version=4.6.4&hash=701156"]\
|
||||
@ -12073,10 +12124,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
],\
|
||||
"linkType": "HARD"\
|
||||
}],\
|
||||
["virtual:ebfad27583acab1e5e3ea50c2bb02d9fbfacb0892728635bb7acb1dca6fe2ed22bb7478ec77a2af2242e069fcffac70dbe28cdf58a9fa82f68fef84b9962411b#npm:3.21.0", {\
|
||||
"packageLocation": "./.yarn/__virtual__/tsutils-virtual-bbfb7aa495/0/cache/tsutils-npm-3.21.0-347e6636c5-1843f4c1b2.zip/node_modules/tsutils/",\
|
||||
["virtual:838a9315d444a54db96788d2b28a822ef21789df47f5a41ed7f7f2dd34e0a447899fa272d1407402ef6a6b310136ed11ec578f26931b2b84031cd2ba37dba0a0#npm:3.21.0", {\
|
||||
"packageLocation": "./.yarn/__virtual__/tsutils-virtual-f32dc97a02/0/cache/tsutils-npm-3.21.0-347e6636c5-1843f4c1b2.zip/node_modules/tsutils/",\
|
||||
"packageDependencies": [\
|
||||
["tsutils", "virtual:ebfad27583acab1e5e3ea50c2bb02d9fbfacb0892728635bb7acb1dca6fe2ed22bb7478ec77a2af2242e069fcffac70dbe28cdf58a9fa82f68fef84b9962411b#npm:3.21.0"],\
|
||||
["tsutils", "virtual:838a9315d444a54db96788d2b28a822ef21789df47f5a41ed7f7f2dd34e0a447899fa272d1407402ef6a6b310136ed11ec578f26931b2b84031cd2ba37dba0a0#npm:3.21.0"],\
|
||||
["@types/typescript", null],\
|
||||
["tslib", "npm:1.14.1"],\
|
||||
["typescript", null]\
|
||||
|
BIN
.yarn/cache/@types-semver-npm-7.3.13-56212b60da-00c0724d54.zip
(Stored with Git LFS)
vendored
Normal file
BIN
.yarn/cache/@types-semver-npm-7.3.13-56212b60da-00c0724d54.zip
(Stored with Git LFS)
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@types-semver-npm-7.3.6-4add0df8f9-933b115a59.zip
(Stored with Git LFS)
vendored
BIN
.yarn/cache/@types-semver-npm-7.3.6-4add0df8f9-933b115a59.zip
(Stored with Git LFS)
vendored
Binary file not shown.
BIN
.yarn/cache/@typescript-eslint-eslint-plugin-npm-5.13.0-f2805db654-ff8863b8c4.zip
(Stored with Git LFS)
vendored
BIN
.yarn/cache/@typescript-eslint-eslint-plugin-npm-5.13.0-f2805db654-ff8863b8c4.zip
(Stored with Git LFS)
vendored
Binary file not shown.
BIN
.yarn/cache/@typescript-eslint-eslint-plugin-npm-5.54.0-94219a47c9-4fdb520b8e.zip
(Stored with Git LFS)
vendored
Normal file
BIN
.yarn/cache/@typescript-eslint-eslint-plugin-npm-5.54.0-94219a47c9-4fdb520b8e.zip
(Stored with Git LFS)
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@typescript-eslint-parser-npm-5.13.0-fa8f328d7b-9ca74f891d.zip
(Stored with Git LFS)
vendored
BIN
.yarn/cache/@typescript-eslint-parser-npm-5.13.0-fa8f328d7b-9ca74f891d.zip
(Stored with Git LFS)
vendored
Binary file not shown.
BIN
.yarn/cache/@typescript-eslint-parser-npm-5.54.0-9e20db98b2-368d6dd85b.zip
(Stored with Git LFS)
vendored
Normal file
BIN
.yarn/cache/@typescript-eslint-parser-npm-5.54.0-9e20db98b2-368d6dd85b.zip
(Stored with Git LFS)
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@typescript-eslint-scope-manager-npm-5.13.0-b921e26bc8-43fade6759.zip
(Stored with Git LFS)
vendored
BIN
.yarn/cache/@typescript-eslint-scope-manager-npm-5.13.0-b921e26bc8-43fade6759.zip
(Stored with Git LFS)
vendored
Binary file not shown.
BIN
.yarn/cache/@typescript-eslint-scope-manager-npm-5.54.0-dfb33b8cef-e50f12396d.zip
(Stored with Git LFS)
vendored
Normal file
BIN
.yarn/cache/@typescript-eslint-scope-manager-npm-5.54.0-dfb33b8cef-e50f12396d.zip
(Stored with Git LFS)
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@typescript-eslint-type-utils-npm-5.13.0-c12a44d6b0-454a2fe6c5.zip
(Stored with Git LFS)
vendored
BIN
.yarn/cache/@typescript-eslint-type-utils-npm-5.13.0-c12a44d6b0-454a2fe6c5.zip
(Stored with Git LFS)
vendored
Binary file not shown.
BIN
.yarn/cache/@typescript-eslint-type-utils-npm-5.54.0-fe5db2eaae-9cb5b52c72.zip
(Stored with Git LFS)
vendored
Normal file
BIN
.yarn/cache/@typescript-eslint-type-utils-npm-5.54.0-fe5db2eaae-9cb5b52c72.zip
(Stored with Git LFS)
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@typescript-eslint-types-npm-5.13.0-091b492275-2228935a9f.zip
(Stored with Git LFS)
vendored
BIN
.yarn/cache/@typescript-eslint-types-npm-5.13.0-091b492275-2228935a9f.zip
(Stored with Git LFS)
vendored
Binary file not shown.
BIN
.yarn/cache/@typescript-eslint-types-npm-5.54.0-d7ab03d795-0f66b1b930.zip
(Stored with Git LFS)
vendored
Normal file
BIN
.yarn/cache/@typescript-eslint-types-npm-5.54.0-d7ab03d795-0f66b1b930.zip
(Stored with Git LFS)
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@typescript-eslint-typescript-estree-npm-5.13.0-04853644ce-bcf2f94eb4.zip
(Stored with Git LFS)
vendored
BIN
.yarn/cache/@typescript-eslint-typescript-estree-npm-5.13.0-04853644ce-bcf2f94eb4.zip
(Stored with Git LFS)
vendored
Binary file not shown.
BIN
.yarn/cache/@typescript-eslint-typescript-estree-npm-5.54.0-1b0f33d5db-377c75c34c.zip
(Stored with Git LFS)
vendored
Normal file
BIN
.yarn/cache/@typescript-eslint-typescript-estree-npm-5.54.0-1b0f33d5db-377c75c34c.zip
(Stored with Git LFS)
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@typescript-eslint-utils-npm-5.13.0-f52c60bc0e-cb93cddc83.zip
(Stored with Git LFS)
vendored
BIN
.yarn/cache/@typescript-eslint-utils-npm-5.13.0-f52c60bc0e-cb93cddc83.zip
(Stored with Git LFS)
vendored
Binary file not shown.
BIN
.yarn/cache/@typescript-eslint-utils-npm-5.54.0-2cc2b73c1a-b8f344fc29.zip
(Stored with Git LFS)
vendored
Normal file
BIN
.yarn/cache/@typescript-eslint-utils-npm-5.54.0-2cc2b73c1a-b8f344fc29.zip
(Stored with Git LFS)
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@typescript-eslint-visitor-keys-npm-5.13.0-e127ae48c4-3987217053.zip
(Stored with Git LFS)
vendored
BIN
.yarn/cache/@typescript-eslint-visitor-keys-npm-5.13.0-e127ae48c4-3987217053.zip
(Stored with Git LFS)
vendored
Binary file not shown.
BIN
.yarn/cache/@typescript-eslint-visitor-keys-npm-5.54.0-abbd7c507a-17fc323c09.zip
(Stored with Git LFS)
vendored
Normal file
BIN
.yarn/cache/@typescript-eslint-visitor-keys-npm-5.54.0-abbd7c507a-17fc323c09.zip
(Stored with Git LFS)
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/debug-npm-4.3.4-4513954577-3dbad3f94e.zip
(Stored with Git LFS)
vendored
Normal file
BIN
.yarn/cache/debug-npm-4.3.4-4513954577-3dbad3f94e.zip
(Stored with Git LFS)
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/grapheme-splitter-npm-1.0.4-648f2bf509-0c22ec54de.zip
(Stored with Git LFS)
vendored
Normal file
BIN
.yarn/cache/grapheme-splitter-npm-1.0.4-648f2bf509-0c22ec54de.zip
(Stored with Git LFS)
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/natural-compare-lite-npm-1.4.0-12b6b308ed-5222ac3986.zip
(Stored with Git LFS)
vendored
Normal file
BIN
.yarn/cache/natural-compare-lite-npm-1.4.0-12b6b308ed-5222ac3986.zip
(Stored with Git LFS)
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/semver-npm-7.3.5-618cf5db6a-5eafe6102b.zip
(Stored with Git LFS)
vendored
BIN
.yarn/cache/semver-npm-7.3.5-618cf5db6a-5eafe6102b.zip
(Stored with Git LFS)
vendored
Binary file not shown.
BIN
.yarn/cache/semver-npm-7.3.8-25a996cb4f-ba9c7cbbf2.zip
(Stored with Git LFS)
vendored
Normal file
BIN
.yarn/cache/semver-npm-7.3.8-25a996cb4f-ba9c7cbbf2.zip
(Stored with Git LFS)
vendored
Normal file
Binary file not shown.
@ -1,4 +1,12 @@
|
||||
// The master version of this file is in the repo root. Eslint seems to have
|
||||
// problems using symbolic links for the config file, so we copy it to the packages.
|
||||
// To update:
|
||||
// 1. Go to the repo root
|
||||
// 2. Make edits in .eslintrc.js
|
||||
// 3. Run `find ./packages -name ".eslintrc.js" -exec cp .eslintrc.js {} \;`
|
||||
|
||||
module.exports = {
|
||||
root: true,
|
||||
env: {
|
||||
es6: true,
|
||||
jasmine: true,
|
||||
@ -61,6 +69,12 @@ module.exports = {
|
||||
format: ["strictCamelCase"],
|
||||
leadingUnderscore: "allow",
|
||||
},
|
||||
{
|
||||
// For object literal keys we want to allow things like numbers (e.g. 35),
|
||||
// type URLs (e.g. "/cosmos.feegrant.v1beta1.MsgGrantAllowance") or test data (e.g. "0.14ucoin2")
|
||||
selector: "objectLiteralProperty",
|
||||
format: null,
|
||||
},
|
||||
],
|
||||
"@typescript-eslint/no-dynamic-delete": "warn",
|
||||
"@typescript-eslint/no-empty-function": "off",
|
||||
|
@ -52,8 +52,8 @@
|
||||
"@types/karma-firefox-launcher": "^2",
|
||||
"@types/karma-jasmine": "^4",
|
||||
"@types/karma-jasmine-html-reporter": "^1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.13.0",
|
||||
"@typescript-eslint/parser": "^5.13.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
||||
"@typescript-eslint/parser": "^5.54.0",
|
||||
"eslint": "^7.5",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-import-resolver-node": "^0.3.4",
|
||||
|
@ -1,4 +1,12 @@
|
||||
// The master version of this file is in the repo root. Eslint seems to have
|
||||
// problems using symbolic links for the config file, so we copy it to the packages.
|
||||
// To update:
|
||||
// 1. Go to the repo root
|
||||
// 2. Make edits in .eslintrc.js
|
||||
// 3. Run `find ./packages -name ".eslintrc.js" -exec cp .eslintrc.js {} \;`
|
||||
|
||||
module.exports = {
|
||||
root: true,
|
||||
env: {
|
||||
es6: true,
|
||||
jasmine: true,
|
||||
@ -61,6 +69,12 @@ module.exports = {
|
||||
format: ["strictCamelCase"],
|
||||
leadingUnderscore: "allow",
|
||||
},
|
||||
{
|
||||
// For object literal keys we want to allow things like numbers (e.g. 35),
|
||||
// type URLs (e.g. "/cosmos.feegrant.v1beta1.MsgGrantAllowance") or test data (e.g. "0.14ucoin2")
|
||||
selector: "objectLiteralProperty",
|
||||
format: null,
|
||||
},
|
||||
],
|
||||
"@typescript-eslint/no-dynamic-delete": "warn",
|
||||
"@typescript-eslint/no-empty-function": "off",
|
||||
|
@ -68,8 +68,8 @@
|
||||
"@types/jasmine": "^4",
|
||||
"@types/node": "^15.0.1",
|
||||
"@types/yargs": "^15.0.4",
|
||||
"@typescript-eslint/eslint-plugin": "^5.13.0",
|
||||
"@typescript-eslint/parser": "^5.13.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
||||
"@typescript-eslint/parser": "^5.54.0",
|
||||
"eslint": "^7.5",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-import-resolver-node": "^0.3.4",
|
||||
|
@ -1,4 +1,12 @@
|
||||
// The master version of this file is in the repo root. Eslint seems to have
|
||||
// problems using symbolic links for the config file, so we copy it to the packages.
|
||||
// To update:
|
||||
// 1. Go to the repo root
|
||||
// 2. Make edits in .eslintrc.js
|
||||
// 3. Run `find ./packages -name ".eslintrc.js" -exec cp .eslintrc.js {} \;`
|
||||
|
||||
module.exports = {
|
||||
root: true,
|
||||
env: {
|
||||
es6: true,
|
||||
jasmine: true,
|
||||
@ -61,6 +69,12 @@ module.exports = {
|
||||
format: ["strictCamelCase"],
|
||||
leadingUnderscore: "allow",
|
||||
},
|
||||
{
|
||||
// For object literal keys we want to allow things like numbers (e.g. 35),
|
||||
// type URLs (e.g. "/cosmos.feegrant.v1beta1.MsgGrantAllowance") or test data (e.g. "0.14ucoin2")
|
||||
selector: "objectLiteralProperty",
|
||||
format: null,
|
||||
},
|
||||
],
|
||||
"@typescript-eslint/no-dynamic-delete": "warn",
|
||||
"@typescript-eslint/no-empty-function": "off",
|
||||
|
@ -60,8 +60,8 @@
|
||||
"@types/long": "^4.0.1",
|
||||
"@types/node": "^15.0.1",
|
||||
"@types/pako": "^1.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.13.0",
|
||||
"@typescript-eslint/parser": "^5.13.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
||||
"@typescript-eslint/parser": "^5.54.0",
|
||||
"eslint": "^7.5",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-import-resolver-node": "^0.3.4",
|
||||
|
@ -1,4 +1,12 @@
|
||||
// The master version of this file is in the repo root. Eslint seems to have
|
||||
// problems using symbolic links for the config file, so we copy it to the packages.
|
||||
// To update:
|
||||
// 1. Go to the repo root
|
||||
// 2. Make edits in .eslintrc.js
|
||||
// 3. Run `find ./packages -name ".eslintrc.js" -exec cp .eslintrc.js {} \;`
|
||||
|
||||
module.exports = {
|
||||
root: true,
|
||||
env: {
|
||||
es6: true,
|
||||
jasmine: true,
|
||||
@ -61,6 +69,12 @@ module.exports = {
|
||||
format: ["strictCamelCase"],
|
||||
leadingUnderscore: "allow",
|
||||
},
|
||||
{
|
||||
// For object literal keys we want to allow things like numbers (e.g. 35),
|
||||
// type URLs (e.g. "/cosmos.feegrant.v1beta1.MsgGrantAllowance") or test data (e.g. "0.14ucoin2")
|
||||
selector: "objectLiteralProperty",
|
||||
format: null,
|
||||
},
|
||||
],
|
||||
"@typescript-eslint/no-dynamic-delete": "warn",
|
||||
"@typescript-eslint/no-empty-function": "off",
|
||||
|
@ -60,8 +60,8 @@
|
||||
"@types/karma-jasmine-html-reporter": "^1",
|
||||
"@types/libsodium-wrappers": "^0.7.7",
|
||||
"@types/node": "^15.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.13.0",
|
||||
"@typescript-eslint/parser": "^5.13.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
||||
"@typescript-eslint/parser": "^5.54.0",
|
||||
"buffer": "^6.0.3",
|
||||
"eslint": "^7.5",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
|
@ -1,4 +1,12 @@
|
||||
// The master version of this file is in the repo root. Eslint seems to have
|
||||
// problems using symbolic links for the config file, so we copy it to the packages.
|
||||
// To update:
|
||||
// 1. Go to the repo root
|
||||
// 2. Make edits in .eslintrc.js
|
||||
// 3. Run `find ./packages -name ".eslintrc.js" -exec cp .eslintrc.js {} \;`
|
||||
|
||||
module.exports = {
|
||||
root: true,
|
||||
env: {
|
||||
es6: true,
|
||||
jasmine: true,
|
||||
@ -61,6 +69,12 @@ module.exports = {
|
||||
format: ["strictCamelCase"],
|
||||
leadingUnderscore: "allow",
|
||||
},
|
||||
{
|
||||
// For object literal keys we want to allow things like numbers (e.g. 35),
|
||||
// type URLs (e.g. "/cosmos.feegrant.v1beta1.MsgGrantAllowance") or test data (e.g. "0.14ucoin2")
|
||||
selector: "objectLiteralProperty",
|
||||
format: null,
|
||||
},
|
||||
],
|
||||
"@typescript-eslint/no-dynamic-delete": "warn",
|
||||
"@typescript-eslint/no-empty-function": "off",
|
||||
|
@ -53,8 +53,8 @@
|
||||
"@types/karma-jasmine": "^4",
|
||||
"@types/karma-jasmine-html-reporter": "^1",
|
||||
"@types/node": "^15.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.13.0",
|
||||
"@typescript-eslint/parser": "^5.13.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
||||
"@typescript-eslint/parser": "^5.54.0",
|
||||
"eslint": "^7.5",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-import-resolver-node": "^0.3.4",
|
||||
|
@ -1,4 +1,12 @@
|
||||
// The master version of this file is in the repo root. Eslint seems to have
|
||||
// problems using symbolic links for the config file, so we copy it to the packages.
|
||||
// To update:
|
||||
// 1. Go to the repo root
|
||||
// 2. Make edits in .eslintrc.js
|
||||
// 3. Run `find ./packages -name ".eslintrc.js" -exec cp .eslintrc.js {} \;`
|
||||
|
||||
module.exports = {
|
||||
root: true,
|
||||
env: {
|
||||
es6: true,
|
||||
jasmine: true,
|
||||
@ -61,6 +69,12 @@ module.exports = {
|
||||
format: ["strictCamelCase"],
|
||||
leadingUnderscore: "allow",
|
||||
},
|
||||
{
|
||||
// For object literal keys we want to allow things like numbers (e.g. 35),
|
||||
// type URLs (e.g. "/cosmos.feegrant.v1beta1.MsgGrantAllowance") or test data (e.g. "0.14ucoin2")
|
||||
selector: "objectLiteralProperty",
|
||||
format: null,
|
||||
},
|
||||
],
|
||||
"@typescript-eslint/no-dynamic-delete": "warn",
|
||||
"@typescript-eslint/no-empty-function": "off",
|
||||
|
@ -50,8 +50,8 @@
|
||||
"@types/karma-jasmine": "^4",
|
||||
"@types/karma-jasmine-html-reporter": "^1",
|
||||
"@types/node": "^15.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.13.0",
|
||||
"@typescript-eslint/parser": "^5.13.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
||||
"@typescript-eslint/parser": "^5.54.0",
|
||||
"eslint": "^7.5",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-import-resolver-node": "^0.3.4",
|
||||
|
@ -1,4 +1,12 @@
|
||||
// The master version of this file is in the repo root. Eslint seems to have
|
||||
// problems using symbolic links for the config file, so we copy it to the packages.
|
||||
// To update:
|
||||
// 1. Go to the repo root
|
||||
// 2. Make edits in .eslintrc.js
|
||||
// 3. Run `find ./packages -name ".eslintrc.js" -exec cp .eslintrc.js {} \;`
|
||||
|
||||
module.exports = {
|
||||
root: true,
|
||||
env: {
|
||||
es6: true,
|
||||
jasmine: true,
|
||||
@ -61,6 +69,12 @@ module.exports = {
|
||||
format: ["strictCamelCase"],
|
||||
leadingUnderscore: "allow",
|
||||
},
|
||||
{
|
||||
// For object literal keys we want to allow things like numbers (e.g. 35),
|
||||
// type URLs (e.g. "/cosmos.feegrant.v1beta1.MsgGrantAllowance") or test data (e.g. "0.14ucoin2")
|
||||
selector: "objectLiteralProperty",
|
||||
format: null,
|
||||
},
|
||||
],
|
||||
"@typescript-eslint/no-dynamic-delete": "warn",
|
||||
"@typescript-eslint/no-empty-function": "off",
|
||||
|
@ -57,8 +57,8 @@
|
||||
"@types/koa": "^2.13",
|
||||
"@types/koa-bodyparser": "^4.3",
|
||||
"@types/koa__cors": "^3.3",
|
||||
"@typescript-eslint/eslint-plugin": "^5.13.0",
|
||||
"@typescript-eslint/parser": "^5.13.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
||||
"@typescript-eslint/parser": "^5.54.0",
|
||||
"eslint": "^7.5",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-import-resolver-node": "^0.3.4",
|
||||
|
@ -1,4 +1,12 @@
|
||||
// The master version of this file is in the repo root. Eslint seems to have
|
||||
// problems using symbolic links for the config file, so we copy it to the packages.
|
||||
// To update:
|
||||
// 1. Go to the repo root
|
||||
// 2. Make edits in .eslintrc.js
|
||||
// 3. Run `find ./packages -name ".eslintrc.js" -exec cp .eslintrc.js {} \;`
|
||||
|
||||
module.exports = {
|
||||
root: true,
|
||||
env: {
|
||||
es6: true,
|
||||
jasmine: true,
|
||||
@ -61,6 +69,12 @@ module.exports = {
|
||||
format: ["strictCamelCase"],
|
||||
leadingUnderscore: "allow",
|
||||
},
|
||||
{
|
||||
// For object literal keys we want to allow things like numbers (e.g. 35),
|
||||
// type URLs (e.g. "/cosmos.feegrant.v1beta1.MsgGrantAllowance") or test data (e.g. "0.14ucoin2")
|
||||
selector: "objectLiteralProperty",
|
||||
format: null,
|
||||
},
|
||||
],
|
||||
"@typescript-eslint/no-dynamic-delete": "warn",
|
||||
"@typescript-eslint/no-empty-function": "off",
|
||||
|
@ -52,8 +52,8 @@
|
||||
"@types/karma-firefox-launcher": "^2",
|
||||
"@types/karma-jasmine": "^4",
|
||||
"@types/karma-jasmine-html-reporter": "^1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.13.0",
|
||||
"@typescript-eslint/parser": "^5.13.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
||||
"@typescript-eslint/parser": "^5.54.0",
|
||||
"eslint": "^7.5",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-import-resolver-node": "^0.3.4",
|
||||
|
@ -1,4 +1,12 @@
|
||||
// The master version of this file is in the repo root. Eslint seems to have
|
||||
// problems using symbolic links for the config file, so we copy it to the packages.
|
||||
// To update:
|
||||
// 1. Go to the repo root
|
||||
// 2. Make edits in .eslintrc.js
|
||||
// 3. Run `find ./packages -name ".eslintrc.js" -exec cp .eslintrc.js {} \;`
|
||||
|
||||
module.exports = {
|
||||
root: true,
|
||||
env: {
|
||||
es6: true,
|
||||
jasmine: true,
|
||||
@ -61,6 +69,12 @@ module.exports = {
|
||||
format: ["strictCamelCase"],
|
||||
leadingUnderscore: "allow",
|
||||
},
|
||||
{
|
||||
// For object literal keys we want to allow things like numbers (e.g. 35),
|
||||
// type URLs (e.g. "/cosmos.feegrant.v1beta1.MsgGrantAllowance") or test data (e.g. "0.14ucoin2")
|
||||
selector: "objectLiteralProperty",
|
||||
format: null,
|
||||
},
|
||||
],
|
||||
"@typescript-eslint/no-dynamic-delete": "warn",
|
||||
"@typescript-eslint/no-empty-function": "off",
|
||||
|
@ -57,8 +57,8 @@
|
||||
"@types/ledgerhq__hw-transport-node-hid": "^4.22.2",
|
||||
"@types/ledgerhq__hw-transport-webusb": "^4.70.1",
|
||||
"@types/semver": "^7.3.4",
|
||||
"@typescript-eslint/eslint-plugin": "^5.13.0",
|
||||
"@typescript-eslint/parser": "^5.13.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
||||
"@typescript-eslint/parser": "^5.54.0",
|
||||
"eslint": "^7.5",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-import-resolver-node": "^0.3.4",
|
||||
|
@ -1,4 +1,12 @@
|
||||
// The master version of this file is in the repo root. Eslint seems to have
|
||||
// problems using symbolic links for the config file, so we copy it to the packages.
|
||||
// To update:
|
||||
// 1. Go to the repo root
|
||||
// 2. Make edits in .eslintrc.js
|
||||
// 3. Run `find ./packages -name ".eslintrc.js" -exec cp .eslintrc.js {} \;`
|
||||
|
||||
module.exports = {
|
||||
root: true,
|
||||
env: {
|
||||
es6: true,
|
||||
jasmine: true,
|
||||
@ -61,6 +69,12 @@ module.exports = {
|
||||
format: ["strictCamelCase"],
|
||||
leadingUnderscore: "allow",
|
||||
},
|
||||
{
|
||||
// For object literal keys we want to allow things like numbers (e.g. 35),
|
||||
// type URLs (e.g. "/cosmos.feegrant.v1beta1.MsgGrantAllowance") or test data (e.g. "0.14ucoin2")
|
||||
selector: "objectLiteralProperty",
|
||||
format: null,
|
||||
},
|
||||
],
|
||||
"@typescript-eslint/no-dynamic-delete": "warn",
|
||||
"@typescript-eslint/no-empty-function": "off",
|
||||
|
@ -50,8 +50,8 @@
|
||||
"@types/karma-firefox-launcher": "^2",
|
||||
"@types/karma-jasmine": "^4",
|
||||
"@types/karma-jasmine-html-reporter": "^1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.13.0",
|
||||
"@typescript-eslint/parser": "^5.13.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
||||
"@typescript-eslint/parser": "^5.54.0",
|
||||
"buffer": "^6.0.3",
|
||||
"eslint": "^7.5",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
|
@ -1,4 +1,12 @@
|
||||
// The master version of this file is in the repo root. Eslint seems to have
|
||||
// problems using symbolic links for the config file, so we copy it to the packages.
|
||||
// To update:
|
||||
// 1. Go to the repo root
|
||||
// 2. Make edits in .eslintrc.js
|
||||
// 3. Run `find ./packages -name ".eslintrc.js" -exec cp .eslintrc.js {} \;`
|
||||
|
||||
module.exports = {
|
||||
root: true,
|
||||
env: {
|
||||
es6: true,
|
||||
jasmine: true,
|
||||
@ -61,6 +69,12 @@ module.exports = {
|
||||
format: ["strictCamelCase"],
|
||||
leadingUnderscore: "allow",
|
||||
},
|
||||
{
|
||||
// For object literal keys we want to allow things like numbers (e.g. 35),
|
||||
// type URLs (e.g. "/cosmos.feegrant.v1beta1.MsgGrantAllowance") or test data (e.g. "0.14ucoin2")
|
||||
selector: "objectLiteralProperty",
|
||||
format: null,
|
||||
},
|
||||
],
|
||||
"@typescript-eslint/no-dynamic-delete": "warn",
|
||||
"@typescript-eslint/no-empty-function": "off",
|
||||
|
@ -56,8 +56,8 @@
|
||||
"@types/karma-jasmine-html-reporter": "^1",
|
||||
"@types/long": "^4.0.1",
|
||||
"@types/node": "^15.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.13.0",
|
||||
"@typescript-eslint/parser": "^5.13.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
||||
"@typescript-eslint/parser": "^5.54.0",
|
||||
"eslint": "^7.5",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-import-resolver-node": "^0.3.4",
|
||||
|
@ -1,4 +1,12 @@
|
||||
// The master version of this file is in the repo root. Eslint seems to have
|
||||
// problems using symbolic links for the config file, so we copy it to the packages.
|
||||
// To update:
|
||||
// 1. Go to the repo root
|
||||
// 2. Make edits in .eslintrc.js
|
||||
// 3. Run `find ./packages -name ".eslintrc.js" -exec cp .eslintrc.js {} \;`
|
||||
|
||||
module.exports = {
|
||||
root: true,
|
||||
env: {
|
||||
es6: true,
|
||||
jasmine: true,
|
||||
@ -61,6 +69,12 @@ module.exports = {
|
||||
format: ["strictCamelCase"],
|
||||
leadingUnderscore: "allow",
|
||||
},
|
||||
{
|
||||
// For object literal keys we want to allow things like numbers (e.g. 35),
|
||||
// type URLs (e.g. "/cosmos.feegrant.v1beta1.MsgGrantAllowance") or test data (e.g. "0.14ucoin2")
|
||||
selector: "objectLiteralProperty",
|
||||
format: null,
|
||||
},
|
||||
],
|
||||
"@typescript-eslint/no-dynamic-delete": "warn",
|
||||
"@typescript-eslint/no-empty-function": "off",
|
||||
|
@ -55,8 +55,8 @@
|
||||
"@types/karma-jasmine": "^4",
|
||||
"@types/karma-jasmine-html-reporter": "^1",
|
||||
"@types/ws": "^6.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.13.0",
|
||||
"@typescript-eslint/parser": "^5.13.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
||||
"@typescript-eslint/parser": "^5.54.0",
|
||||
"eslint": "^7.5",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-import-resolver-node": "^0.3.4",
|
||||
|
@ -1,4 +1,12 @@
|
||||
// The master version of this file is in the repo root. Eslint seems to have
|
||||
// problems using symbolic links for the config file, so we copy it to the packages.
|
||||
// To update:
|
||||
// 1. Go to the repo root
|
||||
// 2. Make edits in .eslintrc.js
|
||||
// 3. Run `find ./packages -name ".eslintrc.js" -exec cp .eslintrc.js {} \;`
|
||||
|
||||
module.exports = {
|
||||
root: true,
|
||||
env: {
|
||||
es6: true,
|
||||
jasmine: true,
|
||||
@ -61,6 +69,12 @@ module.exports = {
|
||||
format: ["strictCamelCase"],
|
||||
leadingUnderscore: "allow",
|
||||
},
|
||||
{
|
||||
// For object literal keys we want to allow things like numbers (e.g. 35),
|
||||
// type URLs (e.g. "/cosmos.feegrant.v1beta1.MsgGrantAllowance") or test data (e.g. "0.14ucoin2")
|
||||
selector: "objectLiteralProperty",
|
||||
format: null,
|
||||
},
|
||||
],
|
||||
"@typescript-eslint/no-dynamic-delete": "warn",
|
||||
"@typescript-eslint/no-empty-function": "off",
|
||||
|
@ -61,8 +61,8 @@
|
||||
"@types/karma-jasmine-html-reporter": "^1",
|
||||
"@types/long": "^4.0.1",
|
||||
"@types/node": "^15.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.13.0",
|
||||
"@typescript-eslint/parser": "^5.13.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
||||
"@typescript-eslint/parser": "^5.54.0",
|
||||
"eslint": "^7.5",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-import-resolver-node": "^0.3.4",
|
||||
|
@ -1,4 +1,12 @@
|
||||
// The master version of this file is in the repo root. Eslint seems to have
|
||||
// problems using symbolic links for the config file, so we copy it to the packages.
|
||||
// To update:
|
||||
// 1. Go to the repo root
|
||||
// 2. Make edits in .eslintrc.js
|
||||
// 3. Run `find ./packages -name ".eslintrc.js" -exec cp .eslintrc.js {} \;`
|
||||
|
||||
module.exports = {
|
||||
root: true,
|
||||
env: {
|
||||
es6: true,
|
||||
jasmine: true,
|
||||
@ -61,6 +69,12 @@ module.exports = {
|
||||
format: ["strictCamelCase"],
|
||||
leadingUnderscore: "allow",
|
||||
},
|
||||
{
|
||||
// For object literal keys we want to allow things like numbers (e.g. 35),
|
||||
// type URLs (e.g. "/cosmos.feegrant.v1beta1.MsgGrantAllowance") or test data (e.g. "0.14ucoin2")
|
||||
selector: "objectLiteralProperty",
|
||||
format: null,
|
||||
},
|
||||
],
|
||||
"@typescript-eslint/no-dynamic-delete": "warn",
|
||||
"@typescript-eslint/no-empty-function": "off",
|
||||
|
@ -52,8 +52,8 @@
|
||||
"@types/karma-jasmine": "^4",
|
||||
"@types/karma-jasmine-html-reporter": "^1",
|
||||
"@types/node": "^15.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.13.0",
|
||||
"@typescript-eslint/parser": "^5.13.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
||||
"@typescript-eslint/parser": "^5.54.0",
|
||||
"eslint": "^7.5",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-import-resolver-node": "^0.3.4",
|
||||
|
@ -1,4 +1,12 @@
|
||||
// The master version of this file is in the repo root. Eslint seems to have
|
||||
// problems using symbolic links for the config file, so we copy it to the packages.
|
||||
// To update:
|
||||
// 1. Go to the repo root
|
||||
// 2. Make edits in .eslintrc.js
|
||||
// 3. Run `find ./packages -name ".eslintrc.js" -exec cp .eslintrc.js {} \;`
|
||||
|
||||
module.exports = {
|
||||
root: true,
|
||||
env: {
|
||||
es6: true,
|
||||
jasmine: true,
|
||||
@ -61,6 +69,12 @@ module.exports = {
|
||||
format: ["strictCamelCase"],
|
||||
leadingUnderscore: "allow",
|
||||
},
|
||||
{
|
||||
// For object literal keys we want to allow things like numbers (e.g. 35),
|
||||
// type URLs (e.g. "/cosmos.feegrant.v1beta1.MsgGrantAllowance") or test data (e.g. "0.14ucoin2")
|
||||
selector: "objectLiteralProperty",
|
||||
format: null,
|
||||
},
|
||||
],
|
||||
"@typescript-eslint/no-dynamic-delete": "warn",
|
||||
"@typescript-eslint/no-empty-function": "off",
|
||||
|
@ -61,8 +61,8 @@
|
||||
"@types/karma-jasmine": "^4",
|
||||
"@types/karma-jasmine-html-reporter": "^1",
|
||||
"@types/node": "^15.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.13.0",
|
||||
"@typescript-eslint/parser": "^5.13.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
||||
"@typescript-eslint/parser": "^5.54.0",
|
||||
"eslint": "^7.5",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-import-resolver-node": "^0.3.4",
|
||||
|
@ -1,4 +1,12 @@
|
||||
// The master version of this file is in the repo root. Eslint seems to have
|
||||
// problems using symbolic links for the config file, so we copy it to the packages.
|
||||
// To update:
|
||||
// 1. Go to the repo root
|
||||
// 2. Make edits in .eslintrc.js
|
||||
// 3. Run `find ./packages -name ".eslintrc.js" -exec cp .eslintrc.js {} \;`
|
||||
|
||||
module.exports = {
|
||||
root: true,
|
||||
env: {
|
||||
es6: true,
|
||||
jasmine: true,
|
||||
@ -61,6 +69,12 @@ module.exports = {
|
||||
format: ["strictCamelCase"],
|
||||
leadingUnderscore: "allow",
|
||||
},
|
||||
{
|
||||
// For object literal keys we want to allow things like numbers (e.g. 35),
|
||||
// type URLs (e.g. "/cosmos.feegrant.v1beta1.MsgGrantAllowance") or test data (e.g. "0.14ucoin2")
|
||||
selector: "objectLiteralProperty",
|
||||
format: null,
|
||||
},
|
||||
],
|
||||
"@typescript-eslint/no-dynamic-delete": "warn",
|
||||
"@typescript-eslint/no-empty-function": "off",
|
||||
|
@ -47,8 +47,8 @@
|
||||
"@types/karma-jasmine": "^4",
|
||||
"@types/karma-jasmine-html-reporter": "^1",
|
||||
"@types/node": "^15.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.13.0",
|
||||
"@typescript-eslint/parser": "^5.13.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
||||
"@typescript-eslint/parser": "^5.54.0",
|
||||
"buffer": "^6.0.3",
|
||||
"eslint": "^7.5",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
|
230
yarn.lock
230
yarn.lock
@ -307,8 +307,8 @@ __metadata:
|
||||
"@types/karma-firefox-launcher": ^2
|
||||
"@types/karma-jasmine": ^4
|
||||
"@types/karma-jasmine-html-reporter": ^1
|
||||
"@typescript-eslint/eslint-plugin": ^5.13.0
|
||||
"@typescript-eslint/parser": ^5.13.0
|
||||
"@typescript-eslint/eslint-plugin": ^5.54.0
|
||||
"@typescript-eslint/parser": ^5.54.0
|
||||
eslint: ^7.5
|
||||
eslint-config-prettier: ^8.3.0
|
||||
eslint-import-resolver-node: ^0.3.4
|
||||
@ -357,8 +357,8 @@ __metadata:
|
||||
"@types/jasmine": ^4
|
||||
"@types/node": ^15.0.1
|
||||
"@types/yargs": ^15.0.4
|
||||
"@typescript-eslint/eslint-plugin": ^5.13.0
|
||||
"@typescript-eslint/parser": ^5.13.0
|
||||
"@typescript-eslint/eslint-plugin": ^5.54.0
|
||||
"@typescript-eslint/parser": ^5.54.0
|
||||
axios: ^0.21.2
|
||||
babylon: ^6.18.0
|
||||
chalk: ^4
|
||||
@ -406,8 +406,8 @@ __metadata:
|
||||
"@types/long": ^4.0.1
|
||||
"@types/node": ^15.0.1
|
||||
"@types/pako": ^1.0.1
|
||||
"@typescript-eslint/eslint-plugin": ^5.13.0
|
||||
"@typescript-eslint/parser": ^5.13.0
|
||||
"@typescript-eslint/eslint-plugin": ^5.54.0
|
||||
"@typescript-eslint/parser": ^5.54.0
|
||||
cosmjs-types: ^0.6.0
|
||||
eslint: ^7.5
|
||||
eslint-config-prettier: ^8.3.0
|
||||
@ -458,8 +458,8 @@ __metadata:
|
||||
"@types/karma-jasmine-html-reporter": ^1
|
||||
"@types/libsodium-wrappers": ^0.7.7
|
||||
"@types/node": ^15.0.1
|
||||
"@typescript-eslint/eslint-plugin": ^5.13.0
|
||||
"@typescript-eslint/parser": ^5.13.0
|
||||
"@typescript-eslint/eslint-plugin": ^5.54.0
|
||||
"@typescript-eslint/parser": ^5.54.0
|
||||
bn.js: ^5.2.0
|
||||
buffer: ^6.0.3
|
||||
elliptic: ^6.5.4
|
||||
@ -503,8 +503,8 @@ __metadata:
|
||||
"@types/karma-jasmine": ^4
|
||||
"@types/karma-jasmine-html-reporter": ^1
|
||||
"@types/node": ^15.0.1
|
||||
"@typescript-eslint/eslint-plugin": ^5.13.0
|
||||
"@typescript-eslint/parser": ^5.13.0
|
||||
"@typescript-eslint/eslint-plugin": ^5.54.0
|
||||
"@typescript-eslint/parser": ^5.54.0
|
||||
base64-js: ^1.3.0
|
||||
bech32: ^1.1.4
|
||||
eslint: ^7.5
|
||||
@ -546,8 +546,8 @@ __metadata:
|
||||
"@types/karma-jasmine": ^4
|
||||
"@types/karma-jasmine-html-reporter": ^1
|
||||
"@types/node": ^15.0.1
|
||||
"@typescript-eslint/eslint-plugin": ^5.13.0
|
||||
"@typescript-eslint/parser": ^5.13.0
|
||||
"@typescript-eslint/eslint-plugin": ^5.54.0
|
||||
"@typescript-eslint/parser": ^5.54.0
|
||||
axios: ^0.21.2
|
||||
eslint: ^7.5
|
||||
eslint-config-prettier: ^8.3.0
|
||||
@ -593,8 +593,8 @@ __metadata:
|
||||
"@types/koa": ^2.13
|
||||
"@types/koa-bodyparser": ^4.3
|
||||
"@types/koa__cors": ^3.3
|
||||
"@typescript-eslint/eslint-plugin": ^5.13.0
|
||||
"@typescript-eslint/parser": ^5.13.0
|
||||
"@typescript-eslint/eslint-plugin": ^5.54.0
|
||||
"@typescript-eslint/parser": ^5.54.0
|
||||
eslint: ^7.5
|
||||
eslint-config-prettier: ^8.3.0
|
||||
eslint-import-resolver-node: ^0.3.4
|
||||
@ -630,8 +630,8 @@ __metadata:
|
||||
"@types/karma-firefox-launcher": ^2
|
||||
"@types/karma-jasmine": ^4
|
||||
"@types/karma-jasmine-html-reporter": ^1
|
||||
"@typescript-eslint/eslint-plugin": ^5.13.0
|
||||
"@typescript-eslint/parser": ^5.13.0
|
||||
"@typescript-eslint/eslint-plugin": ^5.54.0
|
||||
"@typescript-eslint/parser": ^5.54.0
|
||||
eslint: ^7.5
|
||||
eslint-config-prettier: ^8.3.0
|
||||
eslint-import-resolver-node: ^0.3.4
|
||||
@ -680,8 +680,8 @@ __metadata:
|
||||
"@types/ledgerhq__hw-transport-node-hid": ^4.22.2
|
||||
"@types/ledgerhq__hw-transport-webusb": ^4.70.1
|
||||
"@types/semver": ^7.3.4
|
||||
"@typescript-eslint/eslint-plugin": ^5.13.0
|
||||
"@typescript-eslint/parser": ^5.13.0
|
||||
"@typescript-eslint/eslint-plugin": ^5.54.0
|
||||
"@typescript-eslint/parser": ^5.54.0
|
||||
eslint: ^7.5
|
||||
eslint-config-prettier: ^8.3.0
|
||||
eslint-import-resolver-node: ^0.3.4
|
||||
@ -717,8 +717,8 @@ __metadata:
|
||||
"@types/karma-firefox-launcher": ^2
|
||||
"@types/karma-jasmine": ^4
|
||||
"@types/karma-jasmine-html-reporter": ^1
|
||||
"@typescript-eslint/eslint-plugin": ^5.13.0
|
||||
"@typescript-eslint/parser": ^5.13.0
|
||||
"@typescript-eslint/eslint-plugin": ^5.54.0
|
||||
"@typescript-eslint/parser": ^5.54.0
|
||||
bn.js: ^5.2.0
|
||||
buffer: ^6.0.3
|
||||
eslint: ^7.5
|
||||
@ -765,8 +765,8 @@ __metadata:
|
||||
"@types/karma-jasmine-html-reporter": ^1
|
||||
"@types/long": ^4.0.1
|
||||
"@types/node": ^15.0.1
|
||||
"@typescript-eslint/eslint-plugin": ^5.13.0
|
||||
"@typescript-eslint/parser": ^5.13.0
|
||||
"@typescript-eslint/eslint-plugin": ^5.54.0
|
||||
"@typescript-eslint/parser": ^5.54.0
|
||||
cosmjs-types: ^0.6.0
|
||||
eslint: ^7.5
|
||||
eslint-config-prettier: ^8.3.0
|
||||
@ -809,8 +809,8 @@ __metadata:
|
||||
"@types/karma-jasmine": ^4
|
||||
"@types/karma-jasmine-html-reporter": ^1
|
||||
"@types/ws": ^6.0.1
|
||||
"@typescript-eslint/eslint-plugin": ^5.13.0
|
||||
"@typescript-eslint/parser": ^5.13.0
|
||||
"@typescript-eslint/eslint-plugin": ^5.54.0
|
||||
"@typescript-eslint/parser": ^5.54.0
|
||||
eslint: ^7.5
|
||||
eslint-config-prettier: ^8.3.0
|
||||
eslint-import-resolver-node: ^0.3.4
|
||||
@ -862,8 +862,8 @@ __metadata:
|
||||
"@types/karma-jasmine-html-reporter": ^1
|
||||
"@types/long": ^4.0.1
|
||||
"@types/node": ^15.0.1
|
||||
"@typescript-eslint/eslint-plugin": ^5.13.0
|
||||
"@typescript-eslint/parser": ^5.13.0
|
||||
"@typescript-eslint/eslint-plugin": ^5.54.0
|
||||
"@typescript-eslint/parser": ^5.54.0
|
||||
cosmjs-types: ^0.6.0
|
||||
eslint: ^7.5
|
||||
eslint-config-prettier: ^8.3.0
|
||||
@ -907,8 +907,8 @@ __metadata:
|
||||
"@types/karma-jasmine": ^4
|
||||
"@types/karma-jasmine-html-reporter": ^1
|
||||
"@types/node": ^15.0.1
|
||||
"@typescript-eslint/eslint-plugin": ^5.13.0
|
||||
"@typescript-eslint/parser": ^5.13.0
|
||||
"@typescript-eslint/eslint-plugin": ^5.54.0
|
||||
"@typescript-eslint/parser": ^5.54.0
|
||||
eslint: ^7.5
|
||||
eslint-config-prettier: ^8.3.0
|
||||
eslint-import-resolver-node: ^0.3.4
|
||||
@ -955,8 +955,8 @@ __metadata:
|
||||
"@types/karma-jasmine": ^4
|
||||
"@types/karma-jasmine-html-reporter": ^1
|
||||
"@types/node": ^15.0.1
|
||||
"@typescript-eslint/eslint-plugin": ^5.13.0
|
||||
"@typescript-eslint/parser": ^5.13.0
|
||||
"@typescript-eslint/eslint-plugin": ^5.54.0
|
||||
"@typescript-eslint/parser": ^5.54.0
|
||||
axios: ^0.21.2
|
||||
eslint: ^7.5
|
||||
eslint-config-prettier: ^8.3.0
|
||||
@ -998,8 +998,8 @@ __metadata:
|
||||
"@types/karma-jasmine": ^4
|
||||
"@types/karma-jasmine-html-reporter": ^1
|
||||
"@types/node": ^15.0.1
|
||||
"@typescript-eslint/eslint-plugin": ^5.13.0
|
||||
"@typescript-eslint/parser": ^5.13.0
|
||||
"@typescript-eslint/eslint-plugin": ^5.54.0
|
||||
"@typescript-eslint/parser": ^5.54.0
|
||||
buffer: ^6.0.3
|
||||
eslint: ^7.5
|
||||
eslint-config-prettier: ^8.3.0
|
||||
@ -1734,10 +1734,10 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/semver@npm:^7.3.4":
|
||||
version: 7.3.6
|
||||
resolution: "@types/semver@npm:7.3.6"
|
||||
checksum: 933b115a59b1665b4418f48264cc8e497fa8c72425554e97dad07a4fbad09ba3744a726a58fb11c739a944ac868ba4aef926697ad1facedf7858be3410c10d6f
|
||||
"@types/semver@npm:^7.3.12, @types/semver@npm:^7.3.4":
|
||||
version: 7.3.13
|
||||
resolution: "@types/semver@npm:7.3.13"
|
||||
checksum: 00c0724d54757c2f4bc60b5032fe91cda6410e48689633d5f35ece8a0a66445e3e57fa1d6e07eb780f792e82ac542948ec4d0b76eb3484297b79bd18b8cf1cb0
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -1776,18 +1776,19 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/eslint-plugin@npm:^5.13.0":
|
||||
version: 5.13.0
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:5.13.0"
|
||||
"@typescript-eslint/eslint-plugin@npm:^5.54.0":
|
||||
version: 5.54.0
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:5.54.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager": 5.13.0
|
||||
"@typescript-eslint/type-utils": 5.13.0
|
||||
"@typescript-eslint/utils": 5.13.0
|
||||
debug: ^4.3.2
|
||||
functional-red-black-tree: ^1.0.1
|
||||
ignore: ^5.1.8
|
||||
"@typescript-eslint/scope-manager": 5.54.0
|
||||
"@typescript-eslint/type-utils": 5.54.0
|
||||
"@typescript-eslint/utils": 5.54.0
|
||||
debug: ^4.3.4
|
||||
grapheme-splitter: ^1.0.4
|
||||
ignore: ^5.2.0
|
||||
natural-compare-lite: ^1.4.0
|
||||
regexpp: ^3.2.0
|
||||
semver: ^7.3.5
|
||||
semver: ^7.3.7
|
||||
tsutils: ^3.21.0
|
||||
peerDependencies:
|
||||
"@typescript-eslint/parser": ^5.0.0
|
||||
@ -1795,101 +1796,104 @@ __metadata:
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: ff8863b8c414eeed874c7ef4e5d540c918f9ee9be2e44fe30c6c22f2f59529a61e71afb3d7a90bff9a8f894098f11373989df91b11ef67a424c12f703021c174
|
||||
checksum: 4fdb520b8e0f6b9eb878206ddfa4212522f170d1507d7aba8a975159a198efa37af6d2d17982dd560317452d0748f2e2da5dd7347b172bc4446d1c5562ce2e94
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/parser@npm:^5.13.0":
|
||||
version: 5.13.0
|
||||
resolution: "@typescript-eslint/parser@npm:5.13.0"
|
||||
"@typescript-eslint/parser@npm:^5.54.0":
|
||||
version: 5.54.0
|
||||
resolution: "@typescript-eslint/parser@npm:5.54.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager": 5.13.0
|
||||
"@typescript-eslint/types": 5.13.0
|
||||
"@typescript-eslint/typescript-estree": 5.13.0
|
||||
debug: ^4.3.2
|
||||
"@typescript-eslint/scope-manager": 5.54.0
|
||||
"@typescript-eslint/types": 5.54.0
|
||||
"@typescript-eslint/typescript-estree": 5.54.0
|
||||
debug: ^4.3.4
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 9ca74f891df82f4f93150f0b69fcd2d9fb138c75a4629a154256108fbaa1248a96f69627cb472423890ff291e7cec30c20da25a87a21ef53fc1149ac9c18bfac
|
||||
checksum: 368d6dd85be42c3f518f0ddeed23ecd1d3c9484a77ae291ee4e08e2703ed379bed613bde014cd8ab2a3e06e85dd8aef201112ae5e3d2a07deba29ae80bb1fe06
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/scope-manager@npm:5.13.0":
|
||||
version: 5.13.0
|
||||
resolution: "@typescript-eslint/scope-manager@npm:5.13.0"
|
||||
"@typescript-eslint/scope-manager@npm:5.54.0":
|
||||
version: 5.54.0
|
||||
resolution: "@typescript-eslint/scope-manager@npm:5.54.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 5.13.0
|
||||
"@typescript-eslint/visitor-keys": 5.13.0
|
||||
checksum: 43fade6759e751387ee91f85033c036f122b5051f7ad7baf35fe5db68e2129afc1cc1c12c2b0b8a25eb206092ad1073d8e640b21f6b04824413f40751d8e0d42
|
||||
"@typescript-eslint/types": 5.54.0
|
||||
"@typescript-eslint/visitor-keys": 5.54.0
|
||||
checksum: e50f12396de0ddb94aab119bdd5f4769b80dd2c273e137fd25e5811e25114d7a3d3668cdb3c454aca9537e940744881d62a1fed2ec86f07f60533dc7382ae15c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/type-utils@npm:5.13.0":
|
||||
version: 5.13.0
|
||||
resolution: "@typescript-eslint/type-utils@npm:5.13.0"
|
||||
"@typescript-eslint/type-utils@npm:5.54.0":
|
||||
version: 5.54.0
|
||||
resolution: "@typescript-eslint/type-utils@npm:5.54.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/utils": 5.13.0
|
||||
debug: ^4.3.2
|
||||
"@typescript-eslint/typescript-estree": 5.54.0
|
||||
"@typescript-eslint/utils": 5.54.0
|
||||
debug: ^4.3.4
|
||||
tsutils: ^3.21.0
|
||||
peerDependencies:
|
||||
eslint: "*"
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 454a2fe6c5faa211fec9d7992b44f377b9d492c3a18b8ce6d6da0077f0ea92320c7ee430cc33dcce8f0ec7afab7f8db59f39f9433be5358715754e64d7fbdef2
|
||||
checksum: 9cb5b52c7277bdf74b9ea3282fc40f41fda90ea4b1d33039044476e43cf05a766b1294e7d45f429594f2776828f7d17729cfa4ea027315f3df883e748ba57514
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/types@npm:5.13.0":
|
||||
version: 5.13.0
|
||||
resolution: "@typescript-eslint/types@npm:5.13.0"
|
||||
checksum: 2228935a9f7e80264a554ffadc458ee184259b56cd987bf10f12754183e032953fb93b7b31f8261dd0a40dbac4f341d4904ae7aa1f1aba9f2a92b1062f05c8dc
|
||||
"@typescript-eslint/types@npm:5.54.0":
|
||||
version: 5.54.0
|
||||
resolution: "@typescript-eslint/types@npm:5.54.0"
|
||||
checksum: 0f66b1b93078f3afea6dfcd3d4e2f0abea4f60cd0c613c2cf13f85098e5bf786185484c9846ed80b6c4272de2c31a70c5a8aacb91314cf1b6da7dcb8855cb7ac
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/typescript-estree@npm:5.13.0":
|
||||
version: 5.13.0
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:5.13.0"
|
||||
"@typescript-eslint/typescript-estree@npm:5.54.0":
|
||||
version: 5.54.0
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:5.54.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 5.13.0
|
||||
"@typescript-eslint/visitor-keys": 5.13.0
|
||||
debug: ^4.3.2
|
||||
globby: ^11.0.4
|
||||
"@typescript-eslint/types": 5.54.0
|
||||
"@typescript-eslint/visitor-keys": 5.54.0
|
||||
debug: ^4.3.4
|
||||
globby: ^11.1.0
|
||||
is-glob: ^4.0.3
|
||||
semver: ^7.3.5
|
||||
semver: ^7.3.7
|
||||
tsutils: ^3.21.0
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: bcf2f94eb4b8e0a5f47fa1e04478aa3f36c8d2b629300bf3d3a375f87e8046cd7f2364cd7df8fceb97855e7789721de5c66dafcf17cfd93552a93a7d7733dfdb
|
||||
checksum: 377c75c34c4f95b7ab6218c1d96a6db3ea6ed6727711b6a09354582fe0157861dc1b6fb9e3f7113cd09741f713735d59d5ab5845457f5733a4ebad7470bf600a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:5.13.0":
|
||||
version: 5.13.0
|
||||
resolution: "@typescript-eslint/utils@npm:5.13.0"
|
||||
"@typescript-eslint/utils@npm:5.54.0":
|
||||
version: 5.54.0
|
||||
resolution: "@typescript-eslint/utils@npm:5.54.0"
|
||||
dependencies:
|
||||
"@types/json-schema": ^7.0.9
|
||||
"@typescript-eslint/scope-manager": 5.13.0
|
||||
"@typescript-eslint/types": 5.13.0
|
||||
"@typescript-eslint/typescript-estree": 5.13.0
|
||||
"@types/semver": ^7.3.12
|
||||
"@typescript-eslint/scope-manager": 5.54.0
|
||||
"@typescript-eslint/types": 5.54.0
|
||||
"@typescript-eslint/typescript-estree": 5.54.0
|
||||
eslint-scope: ^5.1.1
|
||||
eslint-utils: ^3.0.0
|
||||
semver: ^7.3.7
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
checksum: cb93cddc83bd5f9cee7fc72ab64c509b285392a005fb1315522374991f18a1cb8f233ee0d1e828cc18570c3fe27e81cc28471c36142284bd39351b8a3f8a83bd
|
||||
checksum: b8f344fc2961c7af530b93e53d5a17b5084cdf550b381082e3fb7f349ef16e718d9eebde1b9fc2d8fc4ecf8d60d334b004359977247554265c1afc87323bed37
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/visitor-keys@npm:5.13.0":
|
||||
version: 5.13.0
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:5.13.0"
|
||||
"@typescript-eslint/visitor-keys@npm:5.54.0":
|
||||
version: 5.54.0
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:5.54.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 5.13.0
|
||||
eslint-visitor-keys: ^3.0.0
|
||||
checksum: 3987217053e22a86f9105efe6250ca028ef437483b79d0dad45850edacfc273835b82178e77e5012a3c045df18561fef3eb4417cc26c328c901fbaa0da09e922
|
||||
"@typescript-eslint/types": 5.54.0
|
||||
eslint-visitor-keys: ^3.3.0
|
||||
checksum: 17fc323c09e6272b603cdaec30a99916600fbbb737e1fbc8c1727a487753b4363cea112277fa43e0562bff34bdd1de9ad73ff9433118b1fd469b112fad0313ca
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -2994,6 +2998,18 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"debug@npm:^4.3.4":
|
||||
version: 4.3.4
|
||||
resolution: "debug@npm:4.3.4"
|
||||
dependencies:
|
||||
ms: 2.1.2
|
||||
peerDependenciesMeta:
|
||||
supports-color:
|
||||
optional: true
|
||||
checksum: 3dbad3f94ea64f34431a9cbf0bafb61853eda57bff2880036153438f50fb5a84f27683ba0d8e5426bf41a8c6ff03879488120cf5b3a761e77953169c0600a708
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"decamelize@npm:^1.2.0":
|
||||
version: 1.2.0
|
||||
resolution: "decamelize@npm:1.2.0"
|
||||
@ -3478,7 +3494,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-visitor-keys@npm:^3.0.0":
|
||||
"eslint-visitor-keys@npm:^3.3.0":
|
||||
version: 3.3.0
|
||||
resolution: "eslint-visitor-keys@npm:3.3.0"
|
||||
checksum: d59e68a7c5a6d0146526b0eec16ce87fbf97fe46b8281e0d41384224375c4e52f5ffb9e16d48f4ea50785cde93f766b0c898e31ab89978d88b0e1720fbfb7808
|
||||
@ -4028,7 +4044,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"globby@npm:^11.0.4":
|
||||
"globby@npm:^11.1.0":
|
||||
version: 11.1.0
|
||||
resolution: "globby@npm:11.1.0"
|
||||
dependencies:
|
||||
@ -4049,6 +4065,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"grapheme-splitter@npm:^1.0.4":
|
||||
version: 1.0.4
|
||||
resolution: "grapheme-splitter@npm:1.0.4"
|
||||
checksum: 0c22ec54dee1b05cd480f78cf14f732cb5b108edc073572c4ec205df4cd63f30f8db8025afc5debc8835a8ddeacf648a1c7992fe3dcd6ad38f9a476d84906620
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"has-bigints@npm:^1.0.1":
|
||||
version: 1.0.1
|
||||
resolution: "has-bigints@npm:1.0.1"
|
||||
@ -4285,7 +4308,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"ignore@npm:^5.1.8, ignore@npm:^5.2.0":
|
||||
"ignore@npm:^5.2.0":
|
||||
version: 5.2.0
|
||||
resolution: "ignore@npm:5.2.0"
|
||||
checksum: 6b1f926792d614f64c6c83da3a1f9c83f6196c2839aa41e1e32dd7b8d174cef2e329d75caabb62cb61ce9dc432f75e67d07d122a037312db7caa73166a1bdb77
|
||||
@ -5410,6 +5433,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"natural-compare-lite@npm:^1.4.0":
|
||||
version: 1.4.0
|
||||
resolution: "natural-compare-lite@npm:1.4.0"
|
||||
checksum: 5222ac3986a2b78dd6069ac62cbb52a7bf8ffc90d972ab76dfe7b01892485d229530ed20d0c62e79a6b363a663b273db3bde195a1358ce9e5f779d4453887225
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"natural-compare@npm:^1.4.0":
|
||||
version: 1.4.0
|
||||
resolution: "natural-compare@npm:1.4.0"
|
||||
@ -6455,14 +6485,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"semver@npm:^7.2.1, semver@npm:^7.3.2, semver@npm:^7.3.5":
|
||||
version: 7.3.5
|
||||
resolution: "semver@npm:7.3.5"
|
||||
"semver@npm:^7.2.1, semver@npm:^7.3.2, semver@npm:^7.3.5, semver@npm:^7.3.7":
|
||||
version: 7.3.8
|
||||
resolution: "semver@npm:7.3.8"
|
||||
dependencies:
|
||||
lru-cache: ^6.0.0
|
||||
bin:
|
||||
semver: bin/semver.js
|
||||
checksum: 5eafe6102bea2a7439897c1856362e31cc348ccf96efd455c8b5bc2c61e6f7e7b8250dc26b8828c1d76a56f818a7ee907a36ae9fb37a599d3d24609207001d60
|
||||
checksum: ba9c7cbbf2b7884696523450a61fee1a09930d888b7a8d7579025ad93d459b2d1949ee5bbfeb188b2be5f4ac163544c5e98491ad6152df34154feebc2cc337c1
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user