diff --git a/package.json b/package.json index f9453b1b..3626cec9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "1.20.4", + "version": "2.0.0", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": { @@ -28,7 +28,6 @@ "legacy-build": "rimraf ./config && mkdir config && run-func dist/apeswap-lists.cjs.development.js buildLegacyConfig && yarn run format:write" }, "dependencies": { - "@ape.swap/sdk": "4.4.7", "bignumber.js": "^9.0.2", "ethers": "^5.6.9", "path": "^0.12.7" diff --git a/src/constants/bills.ts b/src/constants/bills.ts index a733bb3d..eb1f5013 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -1,6 +1,5 @@ -import { ChainId } from '@ape.swap/sdk' import tokens from './tokens' -import { BillArtCollection, BillsConfig, BillVersion, MigrationVestingTerms } from '../types' +import { BillArtCollection, BillsConfig, BillVersion, ChainId, MigrationVestingTerms } from '../types' // BNB Largest ID: 1073 // Polygon Largest ID: 152 diff --git a/src/constants/dexFactories.ts b/src/constants/dexFactories.ts index 5150e694..2cfca83b 100644 --- a/src/constants/dexFactories.ts +++ b/src/constants/dexFactories.ts @@ -1,5 +1,4 @@ -import { ChainId } from '@ape.swap/sdk' -import { LiquidityDex, Protocols } from '../types' +import { ChainId, LiquidityDex, Protocols } from '../types' export const dexFactories: Partial< Record>> diff --git a/src/constants/dexToZapMapping.ts b/src/constants/dexToZapMapping.ts index c5cc8d49..53b8f4f5 100644 --- a/src/constants/dexToZapMapping.ts +++ b/src/constants/dexToZapMapping.ts @@ -1,5 +1,4 @@ -import { ChainId } from '@ape.swap/sdk' -import { LiquidityDex, ZapVersion } from '../types' +import { ChainId, LiquidityDex, ZapVersion } from '../types' export const dexToZapMapping: Record>> = { [LiquidityDex.ApeSwapV2]: { diff --git a/src/constants/dualFarms.ts b/src/constants/dualFarms.ts index 05210ed7..d3b2ecd1 100644 --- a/src/constants/dualFarms.ts +++ b/src/constants/dualFarms.ts @@ -1,6 +1,5 @@ -import { ChainId } from '@ape.swap/sdk' import tokens from './tokens' -import { DualFarmConfig } from '../types' +import { ChainId, DualFarmConfig } from '../types' // Max PID is 13 diff --git a/src/constants/farms.ts b/src/constants/farms.ts index 15060bde..70e2bb96 100644 --- a/src/constants/farms.ts +++ b/src/constants/farms.ts @@ -1,6 +1,5 @@ -import { ChainId } from '@ape.swap/sdk' import tokens from './tokens' -import { FarmConfig, QuoteToken } from '../types' +import { ChainId, FarmConfig, QuoteToken } from '../types' // Current PID is 218 diff --git a/src/constants/farmsV2.ts b/src/constants/farmsV2.ts index b0d52c70..31648329 100644 --- a/src/constants/farmsV2.ts +++ b/src/constants/farmsV2.ts @@ -1,5 +1,4 @@ -import { ChainId } from '@ape.swap/sdk' -import { FarmConfig, QuoteToken } from '../types' +import { ChainId, FarmConfig, QuoteToken } from '../types' import tokens from './tokens' // Highest Farm ID: 67 diff --git a/src/constants/flashBonds.ts b/src/constants/flashBonds.ts index 6a4f6b9e..b2baab55 100644 --- a/src/constants/flashBonds.ts +++ b/src/constants/flashBonds.ts @@ -1,5 +1,9 @@ -import { BillArtCollection, BillVersion, FlashBondConfig /* BillArtCollection, BillVersion, */ } from '../types' -import { ChainId } from '@ape.swap/sdk' +import { + BillArtCollection, + BillVersion, + ChainId, + FlashBondConfig /* BillArtCollection, BillVersion, */, +} from '../types' import tokens from './tokens' const flashBonds: FlashBondConfig[] = [ diff --git a/src/constants/jungleFarms.ts b/src/constants/jungleFarms.ts index 0d0d92ba..a1113aad 100644 --- a/src/constants/jungleFarms.ts +++ b/src/constants/jungleFarms.ts @@ -1,6 +1,5 @@ -import { JungleFarmConfig } from '../types' +import { ChainId, JungleFarmConfig } from '../types' import tokens from './tokens' -import { ChainId } from '@ape.swap/sdk' const jungleFarms: JungleFarmConfig[] = [ /* diff --git a/src/constants/jungleFarmsV2.ts b/src/constants/jungleFarmsV2.ts index 32d0e1b1..b70b4a3a 100644 --- a/src/constants/jungleFarmsV2.ts +++ b/src/constants/jungleFarmsV2.ts @@ -1,5 +1,4 @@ -import { JungleFarmConfig } from 'types' -import { ChainId } from '@ape.swap/sdk' +import { ChainId, JungleFarmConfig } from '../types' import tokens from './tokens' const jungleFarmsV2: JungleFarmConfig[] = [ diff --git a/src/constants/launchProjects.ts b/src/constants/launchProjects.ts index ce0279df..a6100488 100644 --- a/src/constants/launchProjects.ts +++ b/src/constants/launchProjects.ts @@ -1,5 +1,4 @@ -import { BillArtCollection, BillVersion, LaunchProjectConfig } from '../types' -import { ChainId } from '@ape.swap/sdk' +import { BillArtCollection, BillVersion, ChainId, LaunchProjectConfig } from '../types' import tokens from './tokens' const launchProjects: LaunchProjectConfig[] = [ diff --git a/src/constants/pools.ts b/src/constants/pools.ts index cf11cf3e..1799d3c5 100644 --- a/src/constants/pools.ts +++ b/src/constants/pools.ts @@ -1,6 +1,5 @@ import BigNumber from 'bignumber.js' -import { ChainId } from '@ape.swap/sdk' -import { PoolConfig, PoolCategory } from '../types' +import { PoolConfig, PoolCategory, ChainId } from '../types' import tokens from './tokens' const BANANA_PER_BLOCK = new BigNumber(10) diff --git a/src/constants/poolsV2.ts b/src/constants/poolsV2.ts index b7bdb408..94870d6f 100644 --- a/src/constants/poolsV2.ts +++ b/src/constants/poolsV2.ts @@ -1,5 +1,4 @@ -import { ChainId } from '@ape.swap/sdk' -import { PoolConfig, PoolCategory } from '../types' +import { PoolConfig, PoolCategory, ChainId } from '../types' import tokens from './tokens' // Current BNB Sous ID is 2 diff --git a/src/constants/tokens.ts b/src/constants/tokens.ts index f513bcf0..fb220baf 100644 --- a/src/constants/tokens.ts +++ b/src/constants/tokens.ts @@ -1,5 +1,4 @@ -import { ChainId } from '@ape.swap/sdk' -import { IchiSupportedDex, LiquidityDex, Token } from '../types' +import { ChainId, IchiSupportedDex, LiquidityDex, Token } from '../types' const tokens: Record = { // BANANA should always be first token for GNANA calculation diff --git a/src/constants/vaults.ts b/src/constants/vaults.ts index 2d0cd536..d8a837d4 100644 --- a/src/constants/vaults.ts +++ b/src/constants/vaults.ts @@ -1,6 +1,5 @@ -import { ChainId } from '@ape.swap/sdk' import tokens from './tokens' -import { VaultConfig, VaultVersion } from '../types' +import { ChainId, VaultConfig, VaultVersion } from '../types' const vaults: VaultConfig[] = [ { diff --git a/src/constants/vaultsV3.ts b/src/constants/vaultsV3.ts index ce0655e3..eeb702aa 100644 --- a/src/constants/vaultsV3.ts +++ b/src/constants/vaultsV3.ts @@ -1,6 +1,5 @@ -import { ChainId } from '@ape.swap/sdk' import tokens from './tokens' -import { VaultConfig, VaultVersion } from '../types' +import { ChainId, VaultConfig, VaultVersion } from '../types' const vaults: VaultConfig[] = [ // SPECIAL V1 AUTO COMPOUND VAULT -> V2 MASTER APE diff --git a/src/constants/zapInputTokens.ts b/src/constants/zapInputTokens.ts index c7565b55..127d148f 100644 --- a/src/constants/zapInputTokens.ts +++ b/src/constants/zapInputTokens.ts @@ -1,6 +1,5 @@ -import { Token } from '../types' +import { ChainId, Token } from '../types' import tokens from './tokens' -import { ChainId } from '@ape.swap/sdk' const zapInputTokens: Partial>> = { [ChainId.BSC]: { diff --git a/src/types/index.ts b/src/types/index.ts index b73bf1ac..97b4eb23 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -1,5 +1,3 @@ -import { ChainId } from '@ape.swap/sdk' - export enum QuoteToken { 'BNB' = 'BNB', 'BANANA' = 'BANANA', @@ -18,6 +16,24 @@ export enum PoolCategory { 'JUNGLE' = 'Jungle', } +export enum ChainId { + MAINNET = 1, + MATIC = 137, + MATIC_TESTNET = 80001, + BSC = 56, + BSC_TESTNET = 97, + TLOS = 40, + ARBITRUM = 42161, + INEVM_TESTNET = 2424, + INEVM = 2525, + SEPOLIA = 11155111, + LINEA = 59144, + LIGHTLINK = 1890, + IOTA_TESTNET = 1075, + IOTA = 8822, + BASE = 8453, +} + export enum LiquidityDex { ApeSwapV2 = 'ApeSwapV2', ApeSwapV3 = 'ApeSwapV3', diff --git a/yarn.lock b/yarn.lock index 63c5722e..0359b166 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10,20 +10,6 @@ "@jridgewell/gen-mapping" "^0.1.0" "@jridgewell/trace-mapping" "^0.3.9" -"@ape.swap/sdk@4.4.7": - version "4.4.7" - resolved "https://registry.yarnpkg.com/@ape.swap/sdk/-/sdk-4.4.7.tgz#e1322a2c4190aba35fe97292083f3de4237cb476" - integrity sha512-G+X+gvxV5Rvv7/Ei+KJp8OtwvhfZjWguv1/TFqvdJee10BxRaGgogWkVATTTiUMKU92wW6+p4EriZY/L3hlBGw== - dependencies: - "@uniswap/v2-core" "^1.0.0" - big.js "^5.2.2" - decimal.js-light "^2.5.0" - jsbi "^3.1.1" - tiny-invariant "^1.1.0" - tiny-warning "^1.0.3" - toformat "^2.0.0" - yalc "^1.0.0-pre.53" - "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.18.6", "@babel/code-frame@^7.5.5": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a" @@ -2224,11 +2210,6 @@ "@typescript-eslint/types" "5.30.7" eslint-visitor-keys "^3.3.0" -"@uniswap/v2-core@^1.0.0": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@uniswap/v2-core/-/v2-core-1.0.1.tgz#af8f508bf183204779938969e2e54043e147d425" - integrity sha512-MtybtkUPSyysqLY2U210NBDeCHX+ltHt3oADGdjqoThZaFRDKwM6k1Nb3F0A3hk5hwuQvytFWhrWHOEq6nVJ8Q== - abab@^2.0.0: version "2.0.6" resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.6.tgz#41b80f2c871d19686216b82309231cfd3cb3d291" @@ -2723,11 +2704,6 @@ bech32@1.1.4: resolved "https://registry.yarnpkg.com/bech32/-/bech32-1.1.4.tgz#e38c9f37bf179b8eb16ae3a772b40c356d4832e9" integrity sha512-s0IrSOzLlbvX7yp4WBfPITzpAU8sqQcpsmwXDiKwrG4r491vwCO/XpejasRNl0piBMe/DvP4Tz0mIS/X1DPJBQ== -big.js@^5.2.2: - version "5.2.2" - resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328" - integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ== - bignumber.js@^9.0.2: version "9.0.2" resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-9.0.2.tgz#71c6c6bed38de64e24a65ebe16cfcf23ae693673" @@ -3188,11 +3164,6 @@ decamelize@^1.2.0: resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" integrity sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA== -decimal.js-light@^2.5.0: - version "2.5.1" - resolved "https://registry.yarnpkg.com/decimal.js-light/-/decimal.js-light-2.5.1.tgz#134fd32508f19e208f4fb2f8dac0d2626a867934" - integrity sha512-qIMFpTMZmny+MMIitAB6D7iVPEorVw6YQRWkvarTkT4tBeSLLiHzcwj6q0MmYSFCiVpiqPJTJEYIrpcPzVEIvg== - decode-uri-component@^0.2.0: version "0.2.2" resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.2.tgz#e69dbe25d37941171dd540e024c444cd5188e1e9" @@ -3255,11 +3226,6 @@ delayed-stream@~1.0.0: resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ== -detect-indent@^6.0.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.1.0.tgz#592485ebbbf6b3b1ab2be175c8393d04ca0d57e6" - integrity sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA== - detect-newline@^3.0.0: version "3.1.0" resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651" @@ -4101,7 +4067,7 @@ fragment-cache@^0.2.1: dependencies: map-cache "^0.2.2" -fs-extra@8.1.0, fs-extra@^8.0.1: +fs-extra@8.1.0: version "8.1.0" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0" integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g== @@ -4462,19 +4428,12 @@ iconv-lite@0.4.24, iconv-lite@^0.4.24: dependencies: safer-buffer ">= 2.1.2 < 3" -ignore-walk@^3.0.3: - version "3.0.4" - resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.4.tgz#c9a09f69b7c7b479a5d74ac1a3c0d4236d2a6335" - integrity sha512-PY6Ii8o1jMRA1z4F2hRkH/xN59ox43DavKvD3oDpfurRlOJyAHpifIwpbdv1n4jt4ov0jSpw3kQ4GhJnpBL6WQ== - dependencies: - minimatch "^3.0.4" - ignore@^4.0.6: version "4.0.6" resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc" integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg== -ignore@^5.0.4, ignore@^5.1.4, ignore@^5.2.0: +ignore@^5.1.4, ignore@^5.2.0: version "5.2.0" resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a" integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ== @@ -4518,11 +4477,6 @@ inherits@2.0.3: resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" integrity sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw== -ini@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ini/-/ini-2.0.0.tgz#e5fd556ecdd5726be978fa1001862eacb0a94bc5" - integrity sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA== - inquirer@^7.0.0: version "7.3.3" resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.3.3.tgz#04d176b2af04afc157a83fd7c100e98ee0aad003" @@ -5676,11 +5630,6 @@ js-yaml@^4.1.0: dependencies: argparse "^2.0.1" -jsbi@^3.1.1: - version "3.2.5" - resolved "https://registry.yarnpkg.com/jsbi/-/jsbi-3.2.5.tgz#b37bb90e0e5c2814c1c2a1bcd8c729888a2e37d6" - integrity sha512-aBE4n43IPvjaddScbvWRA2YlTzKEynHzu7MqOyTipdHucf/VxS63ViCjxYRg86M8Rxwbt/GfzHl1kKERkt45fQ== - jsbn@~0.1.0: version "0.1.1" resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" @@ -6197,28 +6146,6 @@ normalize-path@^3.0.0: resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== -npm-bundled@^1.1.1: - version "1.1.2" - resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.1.2.tgz#944c78789bd739035b70baa2ca5cc32b8d860bc1" - integrity sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ== - dependencies: - npm-normalize-package-bin "^1.0.1" - -npm-normalize-package-bin@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz#6e79a41f23fd235c0623218228da7d9c23b8f6e2" - integrity sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA== - -npm-packlist@^2.1.5: - version "2.2.2" - resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-2.2.2.tgz#076b97293fa620f632833186a7a8f65aaa6148c8" - integrity sha512-Jt01acDvJRhJGthnUJVF/w6gumWOZxO7IkpY/lsX9//zqQgnF7OJaxgQXcerd4uQOLu7W5bkb4mChL9mdfm+Zg== - dependencies: - glob "^7.1.6" - ignore-walk "^3.0.3" - npm-bundled "^1.1.1" - npm-normalize-package-bin "^1.0.1" - npm-run-path@^2.0.0: version "2.0.2" resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f" @@ -7599,16 +7526,6 @@ tiny-glob@^0.2.6: globalyzer "0.1.0" globrex "^0.1.2" -tiny-invariant@^1.1.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.2.0.tgz#a1141f86b672a9148c72e978a19a73b9b94a15a9" - integrity sha512-1Uhn/aqw5C6RI4KejVeTg6mIS7IqxnLJ8Mv2tV5rTc0qWobay7pDUz6Wi392Cnc8ak1H0F2cjoRzb2/AW4+Fvg== - -tiny-warning@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754" - integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA== - tmp@^0.0.33: version "0.0.33" resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9" @@ -7658,11 +7575,6 @@ to-regex@^3.0.1, to-regex@^3.0.2: regex-not "^1.0.2" safe-regex "^1.1.0" -toformat@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/toformat/-/toformat-2.0.0.tgz#7a043fd2dfbe9021a4e36e508835ba32056739d8" - integrity sha512-03SWBVop6nU8bpyZCx7SodpYznbZF5R4ljwNLBcTQzKOD9xuihRo/psX58llS1BMFhhAI08H3luot5GoXJz2pQ== - tough-cookie@^2.3.3, tough-cookie@~2.5.0: version "2.5.0" resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2" @@ -8199,20 +8111,6 @@ y18n@^5.0.5: resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55" integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== -yalc@^1.0.0-pre.53: - version "1.0.0-pre.53" - resolved "https://registry.yarnpkg.com/yalc/-/yalc-1.0.0-pre.53.tgz#c51db2bb924a6908f4cb7e82af78f7e5606810bc" - integrity sha512-tpNqBCpTXplnduzw5XC+FF8zNJ9L/UXmvQyyQj7NKrDNavbJtHvzmZplL5ES/RCnjX7JR7W9wz5GVDXVP3dHUQ== - dependencies: - chalk "^4.1.0" - detect-indent "^6.0.0" - fs-extra "^8.0.1" - glob "^7.1.4" - ignore "^5.0.4" - ini "^2.0.0" - npm-packlist "^2.1.5" - yargs "^16.1.1" - yallist@^3.0.2: version "3.1.1" resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" @@ -8236,11 +8134,6 @@ yargs-parser@18.x, yargs-parser@^18.1.2: camelcase "^5.0.0" decamelize "^1.2.0" -yargs-parser@^20.2.2: - version "20.2.9" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee" - integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w== - yargs-parser@^21.0.0, yargs-parser@^21.0.1: version "21.0.1" resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.0.1.tgz#0267f286c877a4f0f728fceb6f8a3e4cb95c6e35" @@ -8263,19 +8156,6 @@ yargs@^15.3.1: y18n "^4.0.0" yargs-parser "^18.1.2" -yargs@^16.1.1: - version "16.2.0" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66" - integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw== - dependencies: - cliui "^7.0.2" - escalade "^3.1.1" - get-caller-file "^2.0.5" - require-directory "^2.1.1" - string-width "^4.2.0" - y18n "^5.0.5" - yargs-parser "^20.2.2" - yargs@^17.3.1: version "17.5.1" resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.5.1.tgz#e109900cab6fcb7fd44b1d8249166feb0b36e58e"