Skip to content

Commit

Permalink
Merge pull request #300 from Polkadex-Substrate/upgrade-dep
Browse files Browse the repository at this point in the history
  • Loading branch information
nuel77 committed Jul 3, 2024
2 parents f827e3d + c889dd4 commit 5dfdba4
Show file tree
Hide file tree
Showing 3 changed files with 212 additions and 39 deletions.
5 changes: 5 additions & 0 deletions .changeset/unlucky-pants-vanish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@polkadex/thea": patch
---

Version changes
8 changes: 4 additions & 4 deletions packages/thea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
"dist/**"
],
"scripts": {
"build": "tsup src/index.ts --format esm,cjs --dts",
"build": "tsup src/index.ts --format esm,cjs --dts --external lru-cache",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"dev": "tsup src/index.ts --format esm,cjs --watch --dts",
"lint": "TIMING=1 eslint \"src/**/*.ts*\"",
"test": "vitest"
},
"dependencies": {
"@moonbeam-network/xcm-sdk": "^2.1.2",
"@moonbeam-network/xcm-sdk": "^2.4.3",
"@polkadex/numericals": "*",
"@polkadex/polkadex-api": "*",
"@polkadex/utils": "^1.1.46",
"@polkadot/api": "^10.13.1",
"@polkadot/api": "^11.2.1",
"@polkadot/apps-config": "^0.136.1",
"@polkadot/types": "^11.0.1",
"@polkadot/types": "^11.2.1",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"bignumber": "^1.1.0",
Expand Down
238 changes: 203 additions & 35 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2383,49 +2383,49 @@
dependencies:
lodash.merge "^4.6.2"

"@moonbeam-network/xcm-builder@2.1.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@moonbeam-network/xcm-builder/-/xcm-builder-2.1.1.tgz#f8a8d79e746d1f9c7fd72dbaa7d8a1660f57be34"
integrity sha512-7TQ6Z5ZdfbFJm0UA+0CJy2/HIbwG6Edzq2XYg/pqcgPD81S041u8+PGjppORLPDyQY5oe43g+fMNf+M4rmtJJw==
"@moonbeam-network/xcm-builder@2.3.2":
version "2.3.2"
resolved "https://registry.yarnpkg.com/@moonbeam-network/xcm-builder/-/xcm-builder-2.3.2.tgz#2a9e7b8e1529e1ddadb7e46d3a95524ce33ea419"
integrity sha512-t/YQ/O2DdHL0ciaXUzXVg+ItWVzsjAGhcPzJ1Ny/reqDx4VotCOIUPUi713C1CDJuGhlACj1qjgIKUKlC0QObg==
dependencies:
"@moonbeam-network/xcm-types" "2.1.1"
"@moonbeam-network/xcm-utils" "2.0.6"
"@moonbeam-network/xcm-types" "2.2.3"
"@moonbeam-network/xcm-utils" "2.1.1"
big.js "^6.2.1"

"@moonbeam-network/xcm-config@2.1.2":
version "2.1.2"
resolved "https://registry.yarnpkg.com/@moonbeam-network/xcm-config/-/xcm-config-2.1.2.tgz#a87c1070f728bc908706e57c9c606e88ebbebaac"
integrity sha512-pBY9d40jq9+4CbIn6iQbpOLr85RLp8hc5vqkhzaXaWxR/Bndtpsfs+LYj7xLUXYX6lb13DSkX1fEchUVyEHdLQ==
"@moonbeam-network/xcm-config@2.4.3":
version "2.4.3"
resolved "https://registry.yarnpkg.com/@moonbeam-network/xcm-config/-/xcm-config-2.4.3.tgz#5286b12311132a517ec66fa40f62a1f0feace8a4"
integrity sha512-ctwNaGAv7MiwJFc5zokbluF6YR3qvv3NfeOzqTT8q5A0tQy9JXGTWSI/z71ygIvDvxPfTIFrouTuN83d7pu0cQ==
dependencies:
"@moonbeam-network/xcm-builder" "2.1.1"
"@moonbeam-network/xcm-types" "2.1.1"
"@moonbeam-network/xcm-builder" "2.3.2"
"@moonbeam-network/xcm-types" "2.2.3"

"@moonbeam-network/xcm-sdk@^2.1.2":
version "2.1.2"
resolved "https://registry.yarnpkg.com/@moonbeam-network/xcm-sdk/-/xcm-sdk-2.1.2.tgz#a864024155199421536211367f5c663b6e1aec3d"
integrity sha512-Z62zbP+Yf9dWI0r0ya2UrTAprTygkczY29IjMuDd78015kK9lpkQcd03CY5Zh3f4pPk+HEJQgXATN1zUPC1cCA==
"@moonbeam-network/xcm-sdk@^2.4.3":
version "2.4.3"
resolved "https://registry.yarnpkg.com/@moonbeam-network/xcm-sdk/-/xcm-sdk-2.4.3.tgz#d3a238834bc67947d86f51faedf3f81cde055a28"
integrity sha512-oYcgkYtjtfThV4ZCNY2PAaTmw/W9QagpJwFfCahWb2qaWumUgN19lscyjADI6xIKFgp399sV3vBdGCpIYWggyg==
dependencies:
"@moonbeam-network/xcm-builder" "2.1.1"
"@moonbeam-network/xcm-config" "2.1.2"
"@moonbeam-network/xcm-types" "2.1.1"
"@moonbeam-network/xcm-utils" "2.0.6"
"@moonbeam-network/xcm-builder" "2.3.2"
"@moonbeam-network/xcm-config" "2.4.3"
"@moonbeam-network/xcm-types" "2.2.3"
"@moonbeam-network/xcm-utils" "2.1.1"
big.js "^6.2.1"

"@moonbeam-network/xcm-types@2.1.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@moonbeam-network/xcm-types/-/xcm-types-2.1.1.tgz#767bc6df2b7fc7d87099dcfd78eb41f259957078"
integrity sha512-zN/I3wI6yItJABGb92HPSEg/0cy4u41T691whtPoGkF7jW8Fe3jDbraCg/YzRsW9KqO3+lIuB4mbxE+r3OMDJQ==
"@moonbeam-network/xcm-types@2.2.3":
version "2.2.3"
resolved "https://registry.yarnpkg.com/@moonbeam-network/xcm-types/-/xcm-types-2.2.3.tgz#497952a94f58ea88d58508b383adb266a6d3c353"
integrity sha512-2OSp2VXF6al6KrcAYpQLdOuttn/rFu8XPq1/dHy7rtKarL7/S3W3pJL8qO7elcTMaSSTVFXFiDse0gNU+jSNIA==
dependencies:
"@moonbeam-network/xcm-utils" "2.0.6"
"@moonbeam-network/xcm-utils" "2.1.1"
big.js "^6.2.1"

"@moonbeam-network/xcm-utils@2.0.6":
version "2.0.6"
resolved "https://registry.yarnpkg.com/@moonbeam-network/xcm-utils/-/xcm-utils-2.0.6.tgz#13f483dabd120d26e78da03f95c128d01bb08d49"
integrity sha512-So3M9Rw2yG2arsFa+97iK82ymop/QOU4K/yiVA08NYKhI8fuD3SxHYlKhM4leLACAelO3+pL+cE7MXWHnLHEOA==
"@moonbeam-network/xcm-utils@2.1.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@moonbeam-network/xcm-utils/-/xcm-utils-2.1.1.tgz#9b3b73af2a08166e98890913a8cc165ce18bfe5e"
integrity sha512-KZpa806nuijneacyScOPKL51+SNEMRrcSFAP8bLOWmDPvgMtn/lLwzGsMNqwTlhi5hDwtoDJPizK0Y4DMCRoUg==
dependencies:
big.js "^6.2.1"
lru-cache "^7.17.0"
lru-cache "^10.2.2"

"@ndelangen/get-tarball@^3.0.7":
version "3.0.9"
Expand Down Expand Up @@ -2968,6 +2968,19 @@
"@polkadot/util" "^12.6.2"
tslib "^2.6.2"

"@polkadot/api-augment@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-11.3.1.tgz#c7deeac438b017613e244c25505216a9d4c3977e"
integrity sha512-Yj+6rb6h0WwY3yJ+UGhjGW+tyMRFUMsKQuGw+eFsXdjiNU9UoXsAqA2dG7Q1F+oeX/g+y2gLGBezNoCwbl6HfA==
dependencies:
"@polkadot/api-base" "11.3.1"
"@polkadot/rpc-augment" "11.3.1"
"@polkadot/types" "11.3.1"
"@polkadot/types-augment" "11.3.1"
"@polkadot/types-codec" "11.3.1"
"@polkadot/util" "^12.6.2"
tslib "^2.6.2"

"@polkadot/api-augment@7.15.1":
version "7.15.1"
resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-7.15.1.tgz#120b766feeaa96996f1c6717a5261c2e0845c1e0"
Expand Down Expand Up @@ -3016,6 +3029,17 @@
rxjs "^7.8.1"
tslib "^2.6.2"

"@polkadot/api-base@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-11.3.1.tgz#6c74c88d4a4b3d22344bb8715a135493f5a3dd33"
integrity sha512-b8UkNL00NN7+3QaLCwL5cKg+7YchHoKCAhwKusWHNBZkkO6Oo2BWilu0dZkPJOyqV9P389Kbd9+oH+SKs9u2VQ==
dependencies:
"@polkadot/rpc-core" "11.3.1"
"@polkadot/types" "11.3.1"
"@polkadot/util" "^12.6.2"
rxjs "^7.8.1"
tslib "^2.6.2"

"@polkadot/api-base@7.15.1":
version "7.15.1"
resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-7.15.1.tgz#7567595be68431cc4085c48b18ba66933ff7b4d9"
Expand Down Expand Up @@ -3070,6 +3094,22 @@
rxjs "^7.8.1"
tslib "^2.6.2"

"@polkadot/api-derive@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-11.3.1.tgz#3617655b6dab56d5beb8efbf7383ab457370df35"
integrity sha512-9dopzrh4cRuft1nANmBvMY/hEhFDu0VICMTOGxQLOl8NMfcOFPTLAN0JhSBUoicGZhV+c4vpv01NBx/7/IL1HA==
dependencies:
"@polkadot/api" "11.3.1"
"@polkadot/api-augment" "11.3.1"
"@polkadot/api-base" "11.3.1"
"@polkadot/rpc-core" "11.3.1"
"@polkadot/types" "11.3.1"
"@polkadot/types-codec" "11.3.1"
"@polkadot/util" "^12.6.2"
"@polkadot/util-crypto" "^12.6.2"
rxjs "^7.8.1"
tslib "^2.6.2"

"@polkadot/api-derive@7.15.1":
version "7.15.1"
resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-7.15.1.tgz#450542bb7d848013225d6c8480648340e5ee6a61"
Expand Down Expand Up @@ -3148,6 +3188,29 @@
rxjs "^7.8.1"
tslib "^2.6.2"

"@polkadot/api@11.3.1", "@polkadot/api@^11.2.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-11.3.1.tgz#6092aea8147ea03873b3f383cceae0390a67f71d"
integrity sha512-q4kFIIHTLvKxM24b0Eo8hJevsPMme+aITJGrDML9BgdZYTRN14+cu5nXiCsQvaEamdyYj+uCXWe2OV9X7pPxsA==
dependencies:
"@polkadot/api-augment" "11.3.1"
"@polkadot/api-base" "11.3.1"
"@polkadot/api-derive" "11.3.1"
"@polkadot/keyring" "^12.6.2"
"@polkadot/rpc-augment" "11.3.1"
"@polkadot/rpc-core" "11.3.1"
"@polkadot/rpc-provider" "11.3.1"
"@polkadot/types" "11.3.1"
"@polkadot/types-augment" "11.3.1"
"@polkadot/types-codec" "11.3.1"
"@polkadot/types-create" "11.3.1"
"@polkadot/types-known" "11.3.1"
"@polkadot/util" "^12.6.2"
"@polkadot/util-crypto" "^12.6.2"
eventemitter3 "^5.0.1"
rxjs "^7.8.1"
tslib "^2.6.2"

"@polkadot/api@7.15.1", "@polkadot/api@^7.2.1":
version "7.15.1"
resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-7.15.1.tgz#24eaeaa8ffbc6f30ff3d9846a816a18a688ceb8b"
Expand Down Expand Up @@ -3416,6 +3479,17 @@
"@polkadot/util" "^12.6.2"
tslib "^2.6.2"

"@polkadot/rpc-augment@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-11.3.1.tgz#b589ef5b7ab578cf274077604543071ce9889301"
integrity sha512-2PaDcKNju4QYQpxwVkWbRU3M0t340nMX9cMo+8awgvgL1LliV/fUDZueMKLuSS910JJMTPQ7y2pK4eQgMt08gQ==
dependencies:
"@polkadot/rpc-core" "11.3.1"
"@polkadot/types" "11.3.1"
"@polkadot/types-codec" "11.3.1"
"@polkadot/util" "^12.6.2"
tslib "^2.6.2"

"@polkadot/rpc-augment@7.15.1":
version "7.15.1"
resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-7.15.1.tgz#391a42a9c3e553335a2a544598a717b47654ad6e"
Expand Down Expand Up @@ -3462,6 +3536,18 @@
rxjs "^7.8.1"
tslib "^2.6.2"

"@polkadot/rpc-core@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-11.3.1.tgz#c23e23ee5c403c4edb207d603ae4dc16e69bc710"
integrity sha512-KKNepsDd/mpmXcA6v/h14eFFPEzLGd7nrvx2UUXUxoZ0Fq2MH1hplP3s93k1oduNY/vOXJR2K9S4dKManA6GVQ==
dependencies:
"@polkadot/rpc-augment" "11.3.1"
"@polkadot/rpc-provider" "11.3.1"
"@polkadot/types" "11.3.1"
"@polkadot/util" "^12.6.2"
rxjs "^7.8.1"
tslib "^2.6.2"

"@polkadot/rpc-core@7.15.1":
version "7.15.1"
resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-7.15.1.tgz#47855cf05bd2f8dbf87d9f1f77343114e61c664a"
Expand Down Expand Up @@ -3526,6 +3612,26 @@
optionalDependencies:
"@substrate/connect" "0.8.10"

"@polkadot/rpc-provider@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-11.3.1.tgz#1d1289bf42d065b5f04f9baa46ef90d96940819e"
integrity sha512-pqERChoHo45hd3WAgW8UuzarRF+G/o/eXEbl0PXLubiayw4X4qCmIzmtntUcKYgxGNcYGZaG87ZU8OjN97m6UA==
dependencies:
"@polkadot/keyring" "^12.6.2"
"@polkadot/types" "11.3.1"
"@polkadot/types-support" "11.3.1"
"@polkadot/util" "^12.6.2"
"@polkadot/util-crypto" "^12.6.2"
"@polkadot/x-fetch" "^12.6.2"
"@polkadot/x-global" "^12.6.2"
"@polkadot/x-ws" "^12.6.2"
eventemitter3 "^5.0.1"
mock-socket "^9.3.1"
nock "^13.5.0"
tslib "^2.6.2"
optionalDependencies:
"@substrate/connect" "0.8.10"

"@polkadot/rpc-provider@7.15.1":
version "7.15.1"
resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-7.15.1.tgz#a213de907a6f4f480c3c819aa95e4e60d4247f84"
Expand Down Expand Up @@ -3585,6 +3691,16 @@
"@polkadot/util" "^12.6.2"
tslib "^2.6.2"

"@polkadot/types-augment@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-11.3.1.tgz#1f7f553f0ca6eb8fbc0306901edc045fe18729e1"
integrity sha512-eR3HVpvUmB3v7q2jTWVmVfAVfb1/kuNn7ij94Zqadg/fuUq0pKqIOKwkUj3OxRM3A/5BnW3MbgparjKD3r+fyw==
dependencies:
"@polkadot/types" "11.3.1"
"@polkadot/types-codec" "11.3.1"
"@polkadot/util" "^12.6.2"
tslib "^2.6.2"

"@polkadot/types-augment@7.15.1":
version "7.15.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-7.15.1.tgz#437047f961b8d29e5ffd4fd59cd35f0e6374750b"
Expand Down Expand Up @@ -3623,6 +3739,15 @@
"@polkadot/x-bigint" "^12.6.2"
tslib "^2.6.2"

"@polkadot/types-codec@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-11.3.1.tgz#2767cf482cd49afdd5dce9701615f68ec59cec5e"
integrity sha512-i7IiiuuL+Z/jFoKTA9xeh4wGQnhnNNjMT0+1ohvlOvnFsoKZKFQQOaDPPntGJVL1JDCV+KjkN2uQKZSeW8tguQ==
dependencies:
"@polkadot/util" "^12.6.2"
"@polkadot/x-bigint" "^12.6.2"
tslib "^2.6.2"

"@polkadot/types-codec@7.15.1":
version "7.15.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-7.15.1.tgz#c0155867efd3ae35e15fea6a8aab49c2c63988fa"
Expand Down Expand Up @@ -3658,6 +3783,15 @@
"@polkadot/util" "^12.6.2"
tslib "^2.6.2"

"@polkadot/types-create@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-11.3.1.tgz#3ac2c8283f61555f9e572ca30e3485b95a0a54e2"
integrity sha512-pBXtpz5FehcRJ6j5MzFUIUN8ZWM7z6HbqK1GxBmYbJVRElcGcOg7a/rL2pQVphU0Rx1E8bSO4thzGf4wUxSX7w==
dependencies:
"@polkadot/types-codec" "11.3.1"
"@polkadot/util" "^12.6.2"
tslib "^2.6.2"

"@polkadot/types-create@7.15.1":
version "7.15.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-7.15.1.tgz#ec4cafa314a82a25a109f0f52207e9169fc9b003"
Expand Down Expand Up @@ -3700,6 +3834,18 @@
"@polkadot/util" "^12.6.2"
tslib "^2.6.2"

"@polkadot/types-known@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-11.3.1.tgz#fc34ed29ac2474db6b66805a15d12008226346bb"
integrity sha512-3BIof7u6tn9bk3ZCIxA07iNoQ3uj4+vn3DTOjCKECozkRlt6V+kWRvqh16Hc0SHMg/QjcMb2fIu/WZhka1McUQ==
dependencies:
"@polkadot/networks" "^12.6.2"
"@polkadot/types" "11.3.1"
"@polkadot/types-codec" "11.3.1"
"@polkadot/types-create" "11.3.1"
"@polkadot/util" "^12.6.2"
tslib "^2.6.2"

"@polkadot/types-known@4.17.1":
version "4.17.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-4.17.1.tgz#71c18dda4967a13ec34fbbf0c4ef264e882c2688"
Expand Down Expand Up @@ -3760,6 +3906,14 @@
"@polkadot/util" "^12.6.2"
tslib "^2.6.2"

"@polkadot/types-support@11.3.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-11.3.1.tgz#dee02a67784baa13177fe9957f5d8d62e8a7e570"
integrity sha512-jTFz1GKyF7nI29yIOq4v0NiWTOf5yX4HahJNeFD8TcxoLhF+6tH/XXqrUXJEfbaTlSrRWiW1LZYlb+snctqKHA==
dependencies:
"@polkadot/util" "^12.6.2"
tslib "^2.6.2"

"@polkadot/types-support@7.15.1":
version "7.15.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-7.15.1.tgz#9c274759647dd89d46ea9cf74d593bcedcd85527"
Expand Down Expand Up @@ -3804,6 +3958,20 @@
rxjs "^7.8.1"
tslib "^2.6.2"

"@polkadot/types@11.3.1", "@polkadot/types@^11.2.1":
version "11.3.1"
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-11.3.1.tgz#bab61b701218158099e3f548d20efc27cbf1287f"
integrity sha512-5c7uRFXQTT11Awi6T0yFIdAfD6xGDAOz06Kp7M5S9OGNZY28wSPk5x6BYfNphWPaIBmHHewYJB5qmnrdYQAWKQ==
dependencies:
"@polkadot/keyring" "^12.6.2"
"@polkadot/types-augment" "11.3.1"
"@polkadot/types-codec" "11.3.1"
"@polkadot/types-create" "11.3.1"
"@polkadot/util" "^12.6.2"
"@polkadot/util-crypto" "^12.6.2"
rxjs "^7.8.1"
tslib "^2.6.2"

"@polkadot/types@4.17.1", "@polkadot/types@^4.13.1":
version "4.17.1"
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-4.17.1.tgz#41d43621d53820ee930ba4036bfa8b16cf98ca6f"
Expand Down Expand Up @@ -12206,6 +12374,11 @@ lru-cache@^10.2.0:
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==

lru-cache@^10.2.2:
version "10.3.0"
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.3.0.tgz#4a4aaf10c84658ab70f79a85a9a3f1e1fb11196b"
integrity sha512-CQl19J/g+Hbjbv4Y3mFNNXFEL/5t/KCg8POCuUqd4rMKjGG+j1ybER83hxV58zL+dFI1PTkt3GNFSHRt+d8qEQ==

lru-cache@^4.0.1:
version "4.1.5"
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
Expand All @@ -12228,11 +12401,6 @@ lru-cache@^6.0.0:
dependencies:
yallist "^4.0.0"

lru-cache@^7.17.0:
version "7.18.3"
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.3.tgz#f793896e0fd0e954a59dfdd82f0773808df6aa89"
integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==

lz-string@^1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/lz-string/-/lz-string-1.5.0.tgz#c1ab50f77887b712621201ba9fd4e3a6ed099941"
Expand Down

0 comments on commit 5dfdba4

Please sign in to comment.