mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-21 08:15:23 -04:00
chore(frontend): upgrade graphql-codegen toolchain
Bumps the codegen stack: cli 6→7, client-preset 5→6, typescript 5→6, typescript-operations 5→6 (typescript-react-apollo and near-operation-file-preset only moved within their minor range). Configures typescript-react-apollo to emit Apollo v4-compatible imports via apolloReactCommonImportFrom / apolloReactHooksImportFrom set to @apollo/client/react, so re-running pnpm run graphql:generate now produces ApolloReactCommon / ApolloReactHooks namespaces from the v4 subpath instead of the v3 single-entry import. src/graphql/types.ts is fully regenerated under the new config. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -7,6 +7,8 @@ const config: CodegenConfig = {
|
||||
config: {
|
||||
dedupeFragments: true,
|
||||
exportFragmentSpreadSubTypes: true,
|
||||
apolloReactCommonImportFrom: '@apollo/client/react',
|
||||
apolloReactHooksImportFrom: '@apollo/client/react',
|
||||
inlineFragmentTypes: 'combine',
|
||||
preResolveTypes: true,
|
||||
skipTypename: true,
|
||||
|
||||
@@ -97,12 +97,12 @@
|
||||
"@commitlint/config-conventional": "^20.0.0",
|
||||
"@eslint/eslintrc": "^3.3.1",
|
||||
"@eslint/js": "^9.39.4",
|
||||
"@graphql-codegen/cli": "^6.3.1",
|
||||
"@graphql-codegen/client-preset": "^5.3.0",
|
||||
"@graphql-codegen/near-operation-file-preset": "^5.0.0",
|
||||
"@graphql-codegen/typescript": "^5.0.10",
|
||||
"@graphql-codegen/typescript-operations": "^5.1.0",
|
||||
"@graphql-codegen/typescript-react-apollo": "^4.4.1",
|
||||
"@graphql-codegen/cli": "^7.0.0",
|
||||
"@graphql-codegen/client-preset": "^6.0.0",
|
||||
"@graphql-codegen/near-operation-file-preset": "^5.2.1",
|
||||
"@graphql-codegen/typescript": "^6.0.1",
|
||||
"@graphql-codegen/typescript-operations": "^6.0.2",
|
||||
"@graphql-codegen/typescript-react-apollo": "^4.4.2",
|
||||
"@prettier/plugin-xml": "^3.3.1",
|
||||
"@tailwindcss/postcss": "^4.1.18",
|
||||
"@tailwindcss/typography": "^0.5.15",
|
||||
|
||||
Generated
+270
-234
@@ -241,22 +241,22 @@ importers:
|
||||
specifier: ^9.39.4
|
||||
version: 9.39.4
|
||||
'@graphql-codegen/cli':
|
||||
specifier: ^6.3.1
|
||||
version: 6.3.1(@types/node@22.19.19)(graphql@16.14.0)(typescript@5.9.3)
|
||||
specifier: ^7.0.0
|
||||
version: 7.0.0(@types/node@22.19.19)(graphql@16.14.0)(typescript@5.9.3)
|
||||
'@graphql-codegen/client-preset':
|
||||
specifier: ^5.3.0
|
||||
version: 5.3.0(graphql@16.14.0)
|
||||
specifier: ^6.0.0
|
||||
version: 6.0.0(graphql@16.14.0)
|
||||
'@graphql-codegen/near-operation-file-preset':
|
||||
specifier: ^5.0.0
|
||||
specifier: ^5.2.1
|
||||
version: 5.2.1(graphql@16.14.0)
|
||||
'@graphql-codegen/typescript':
|
||||
specifier: ^5.0.10
|
||||
version: 5.0.10(graphql@16.14.0)
|
||||
specifier: ^6.0.1
|
||||
version: 6.0.1(graphql@16.14.0)
|
||||
'@graphql-codegen/typescript-operations':
|
||||
specifier: ^5.1.0
|
||||
version: 5.1.0(graphql@16.14.0)
|
||||
specifier: ^6.0.2
|
||||
version: 6.0.2(graphql@16.14.0)
|
||||
'@graphql-codegen/typescript-react-apollo':
|
||||
specifier: ^4.4.1
|
||||
specifier: ^4.4.2
|
||||
version: 4.4.2(graphql@16.14.0)
|
||||
'@prettier/plugin-xml':
|
||||
specifier: ^3.3.1
|
||||
@@ -1048,20 +1048,14 @@ packages:
|
||||
'@floating-ui/utils@0.2.11':
|
||||
resolution: {integrity: sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==}
|
||||
|
||||
'@graphql-codegen/add@6.0.1':
|
||||
resolution: {integrity: sha512-MSylSekjpVWbOBw2A/2ssk1fPY54sYb6Qk2C4AX5u7s2R+2pMQ9ws7DTXo8VU9qwTgWwVp6vGfdQ0AMpAn4Iug==}
|
||||
engines: {node: '>=16'}
|
||||
peerDependencies:
|
||||
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
||||
|
||||
'@graphql-codegen/add@7.0.0':
|
||||
resolution: {integrity: sha512-fQGlUQd0BpoevCTOKi3b7M+kuXCI13udXmJrIh1QMtTCLXUTYGgsubNVcPLr0cVjVwyBK/ZRgwtxdCmkVXqTwQ==}
|
||||
engines: {node: '>=16'}
|
||||
peerDependencies:
|
||||
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
||||
|
||||
'@graphql-codegen/cli@6.3.1':
|
||||
resolution: {integrity: sha512-I5KkyX1SgQZPojMeQTRydB6fml4cysZq/mIdhNW4rmqdoOcTgdMPq1Tl+wtRp1VpBAOrBazJUJh1nAqJMMSPIQ==}
|
||||
'@graphql-codegen/cli@7.0.0':
|
||||
resolution: {integrity: sha512-SNgTiFU/jB3VJLr8koJjmXAwl60wG/9r5iQBiOmlf0m9KRaiCNmfDG6+VbeejJPkDIGJKQd0SwqV5i+fxdnjqA==}
|
||||
engines: {node: '>=16'}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
@@ -1071,8 +1065,8 @@ packages:
|
||||
'@parcel/watcher':
|
||||
optional: true
|
||||
|
||||
'@graphql-codegen/client-preset@5.3.0':
|
||||
resolution: {integrity: sha512-K9FON+j7qyxAUDuSGqI3ofb7lWTBs16oPTYpu14lhdL4DKZQSHLyc8EMYU9e3KcyQ/13gU/d6culOppzAuexLA==}
|
||||
'@graphql-codegen/client-preset@6.0.0':
|
||||
resolution: {integrity: sha512-nqidNH4rrulv0E2ZVkYcIWz5Jon+hLBKkx/Xp8KyRJ8WnNRD0kJO1ra8ECLU/JS8LuZehSJyCfoQh555TT5TEw==}
|
||||
engines: {node: '>=16'}
|
||||
peerDependencies:
|
||||
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
||||
@@ -1081,14 +1075,14 @@ packages:
|
||||
graphql-sock:
|
||||
optional: true
|
||||
|
||||
'@graphql-codegen/core@5.0.2':
|
||||
resolution: {integrity: sha512-7RX0wwjoWPlLG/tUmpaTK91ZZqHcACNWpRL0nGnnJaJrORie9pgmX8JPrcwBgYiHSC+3ERo9xY91RFPem/VrpQ==}
|
||||
'@graphql-codegen/core@6.0.0':
|
||||
resolution: {integrity: sha512-/UDolbUC6q6MTHNvEUDq+vC3ugycxAQ71S62WB3RDXzbBVIG5MG5Kw89WFOh+dt/s+mRuX+tx+Vz/si81sZ0aw==}
|
||||
engines: {node: '>=16'}
|
||||
peerDependencies:
|
||||
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
||||
|
||||
'@graphql-codegen/gql-tag-operations@5.2.0':
|
||||
resolution: {integrity: sha512-B9gtJ4ziqpIv+7mHqwjtpYLFOuv0GmmRGpNDoWKM2VIx4OQqgI84d6OHKYCVeO7yu3mUr0QPvUgkSyuLVrdukA==}
|
||||
'@graphql-codegen/gql-tag-operations@6.0.0':
|
||||
resolution: {integrity: sha512-IBwQ/jYx5Z4yMV78oVGU3hhNu/I7xFiQpFXavZujwCvoyH611M/JAoZ/RTExjr9stzcKMmNxJV/1Pknv+5M9Fg==}
|
||||
engines: {node: '>=16'}
|
||||
peerDependencies:
|
||||
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
||||
@@ -1111,20 +1105,20 @@ packages:
|
||||
peerDependencies:
|
||||
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
||||
|
||||
'@graphql-codegen/schema-ast@5.0.2':
|
||||
resolution: {integrity: sha512-jl1F/9IjRkJisEb9B0ayG4QGqYlPldLRy8ojDdmL9NE1NsdB5ROfxQnSqyC3g+wuvBhWX7kZgMRQYn3RU1I5bA==}
|
||||
'@graphql-codegen/schema-ast@6.0.0':
|
||||
resolution: {integrity: sha512-ww6lfCZYBZk8SbnOKp76FLvBrMD6oqFhAGj8Ov8f+bsrNh0SG1M6mxLWh4nl9hWIu/iwsZgrJcuIrTfyBeF6jQ==}
|
||||
engines: {node: '>=16'}
|
||||
peerDependencies:
|
||||
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
||||
|
||||
'@graphql-codegen/typed-document-node@6.1.8':
|
||||
resolution: {integrity: sha512-+qDdiJSQ7Ol+vpLMAH8ZJok50CvlYxA6seQ7cwEa3emXt8MmH5hh3zdc9unQlPc7bynoJHRCgoKk7E0B7hry0w==}
|
||||
'@graphql-codegen/typed-document-node@7.0.0':
|
||||
resolution: {integrity: sha512-gSsMEKe1QV5QmF+TsijSyhLYGYRYGD2fe7rGIJwca4s1gZK+aD3qjNFq3C0yFUsb92bsCxiOJTWeiPPfdPSMTg==}
|
||||
engines: {node: '>=16'}
|
||||
peerDependencies:
|
||||
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
||||
|
||||
'@graphql-codegen/typescript-operations@5.1.0':
|
||||
resolution: {integrity: sha512-JlmjbFl0EnsfMDIYvTE1Q0kAOrntVEZ+ZfBqWTP91g4e0F/TzuwJ/V4tiFmeDf5dx/rf9AK4VkPehIdxu7TYhw==}
|
||||
'@graphql-codegen/typescript-operations@6.0.2':
|
||||
resolution: {integrity: sha512-QYs8eQIOXsGKiWBlx4ZtIwYALa5RlLwznJELcnKayGubuEbglOsapJBswERXoogf3SMDrU21L58c1CYkYlyKIA==}
|
||||
engines: {node: '>=16'}
|
||||
peerDependencies:
|
||||
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
||||
@@ -1139,8 +1133,8 @@ packages:
|
||||
peerDependencies:
|
||||
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
||||
|
||||
'@graphql-codegen/typescript@5.0.10':
|
||||
resolution: {integrity: sha512-Pa8OFmL9TdhEYnLYJLYA9EhP8eEeivP/YDYq4Nb8LQaL7GXm4TGX8zELYaCM9Fu8M3iZb7iQGMt7qc+1lXz8XQ==}
|
||||
'@graphql-codegen/typescript@6.0.1':
|
||||
resolution: {integrity: sha512-UmHKlOBqnmGs0ioZsfi7INIb6+YCXVMi3KSp/INO359fT3RJxWPLPiE7T30UaWXtLeO6fBNZcvhy3EGBI9UCvw==}
|
||||
engines: {node: '>=16'}
|
||||
peerDependencies:
|
||||
graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
||||
@@ -1335,134 +1329,134 @@ packages:
|
||||
resolution: {integrity: sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==}
|
||||
engines: {node: '>=18.18'}
|
||||
|
||||
'@inquirer/ansi@1.0.2':
|
||||
resolution: {integrity: sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ==}
|
||||
engines: {node: '>=18'}
|
||||
'@inquirer/ansi@2.0.5':
|
||||
resolution: {integrity: sha512-doc2sWgJpbFQ64UflSVd17ibMGDuxO1yKgOgLMwavzESnXjFWJqUeG8saYosqKpHp4kWiM5x1nXvEjbpx90gzw==}
|
||||
engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'}
|
||||
|
||||
'@inquirer/checkbox@4.3.2':
|
||||
resolution: {integrity: sha512-VXukHf0RR1doGe6Sm4F0Em7SWYLTHSsbGfJdS9Ja2bX5/D5uwVOEjr07cncLROdBvmnvCATYEWlHqYmXv2IlQA==}
|
||||
engines: {node: '>=18'}
|
||||
'@inquirer/checkbox@5.1.5':
|
||||
resolution: {integrity: sha512-Jmf9tgBHIEK5SAOB7swYfStqmtkZb00xOTpSQmkoGEpdxOTpJi9RS0A8bkfDPHTTItZRJrRdZrEMu25wyj0VfQ==}
|
||||
engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'}
|
||||
peerDependencies:
|
||||
'@types/node': '>=18'
|
||||
peerDependenciesMeta:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/confirm@5.1.21':
|
||||
resolution: {integrity: sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==}
|
||||
engines: {node: '>=18'}
|
||||
'@inquirer/confirm@6.0.13':
|
||||
resolution: {integrity: sha512-wkGPC7yJ5WJk1DJ5SX7fzk+gfj4BM8cf5dDDi71B/551xHrdsZVRJOC0WyikXd0pEsb/9cLniuE4atbsMqmFkw==}
|
||||
engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'}
|
||||
peerDependencies:
|
||||
'@types/node': '>=18'
|
||||
peerDependenciesMeta:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/core@10.3.2':
|
||||
resolution: {integrity: sha512-43RTuEbfP8MbKzedNqBrlhhNKVwoK//vUFNW3Q3vZ88BLcrs4kYpGg+B2mm5p2K/HfygoCxuKwJJiv8PbGmE0A==}
|
||||
engines: {node: '>=18'}
|
||||
'@inquirer/core@11.1.10':
|
||||
resolution: {integrity: sha512-a4Q5BXHQAHa9eO202sTaFCHFYVB3x5fauDuThEAdZ9gfn76pSxiKU7wWcEH0N1O0XmQvNfQNU6QXpiRxmYQx+A==}
|
||||
engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'}
|
||||
peerDependencies:
|
||||
'@types/node': '>=18'
|
||||
peerDependenciesMeta:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/editor@4.2.23':
|
||||
resolution: {integrity: sha512-aLSROkEwirotxZ1pBaP8tugXRFCxW94gwrQLxXfrZsKkfjOYC1aRvAZuhpJOb5cu4IBTJdsCigUlf2iCOu4ZDQ==}
|
||||
engines: {node: '>=18'}
|
||||
'@inquirer/editor@5.1.2':
|
||||
resolution: {integrity: sha512-Y3Nor7S/DhIPo+8Ym/dSY4efwKI4BsflKDwXh0jNeXJsSF3dteS/3Yf+z4wkibVZDvYMyCgknSTQlNahfunGHg==}
|
||||
engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'}
|
||||
peerDependencies:
|
||||
'@types/node': '>=18'
|
||||
peerDependenciesMeta:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/expand@4.0.23':
|
||||
resolution: {integrity: sha512-nRzdOyFYnpeYTTR2qFwEVmIWypzdAx/sIkCMeTNTcflFOovfqUk+HcFhQQVBftAh9gmGrpFj6QcGEqrDMDOiew==}
|
||||
engines: {node: '>=18'}
|
||||
'@inquirer/expand@5.0.14':
|
||||
resolution: {integrity: sha512-qyY9zcIX2eKYwaAUiQo9zORd61Lc3sXeM72fVbeHkYnDkqfr8/armcRbmVAIrExeJhI2puk+uomeKtWrpUVUmQ==}
|
||||
engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'}
|
||||
peerDependencies:
|
||||
'@types/node': '>=18'
|
||||
peerDependenciesMeta:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/external-editor@1.0.3':
|
||||
resolution: {integrity: sha512-RWbSrDiYmO4LbejWY7ttpxczuwQyZLBUyygsA9Nsv95hpzUWwnNTVQmAq3xuh7vNwCp07UTmE5i11XAEExx4RA==}
|
||||
engines: {node: '>=18'}
|
||||
'@inquirer/external-editor@3.0.0':
|
||||
resolution: {integrity: sha512-lDSwMgg+M5rq6JKBYaJwSX6T9e/HK2qqZ1oxmOwn4AQoJE5D+7TumsxLGC02PWS//rkIVqbZv3XA3ejsc9FYvg==}
|
||||
engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'}
|
||||
peerDependencies:
|
||||
'@types/node': '>=18'
|
||||
peerDependenciesMeta:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/figures@1.0.15':
|
||||
resolution: {integrity: sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==}
|
||||
engines: {node: '>=18'}
|
||||
'@inquirer/figures@2.0.5':
|
||||
resolution: {integrity: sha512-NsSs4kzfm12lNetHwAn3GEuH317IzpwrMCbOuMIVytpjnJ90YYHNwdRgYGuKmVxwuIqSgqk3M5qqQt1cDk0tGQ==}
|
||||
engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'}
|
||||
|
||||
'@inquirer/input@4.3.1':
|
||||
resolution: {integrity: sha512-kN0pAM4yPrLjJ1XJBjDxyfDduXOuQHrBB8aLDMueuwUGn+vNpF7Gq7TvyVxx8u4SHlFFj4trmj+a2cbpG4Jn1g==}
|
||||
engines: {node: '>=18'}
|
||||
'@inquirer/input@5.0.13':
|
||||
resolution: {integrity: sha512-0l0jCHlJnXIV8CTxwQC0C+5Ziq8WP22edWgmciW2xYvoeoSck4v5FvCS1ctKdqLLR0dUo93uAHgWHywgBSoRyw==}
|
||||
engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'}
|
||||
peerDependencies:
|
||||
'@types/node': '>=18'
|
||||
peerDependenciesMeta:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/number@3.0.23':
|
||||
resolution: {integrity: sha512-5Smv0OK7K0KUzUfYUXDXQc9jrf8OHo4ktlEayFlelCjwMXz0299Y8OrI+lj7i4gCBY15UObk76q0QtxjzFcFcg==}
|
||||
engines: {node: '>=18'}
|
||||
'@inquirer/number@4.0.13':
|
||||
resolution: {integrity: sha512-WHmkYnnJAou5gx7RgcvAfUggnHNM1zWfoh0dFPl3dxVssuqt+dK5rIbaOYQXNyOegvFnopbKupjnhw2O8gANNg==}
|
||||
engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'}
|
||||
peerDependencies:
|
||||
'@types/node': '>=18'
|
||||
peerDependenciesMeta:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/password@4.0.23':
|
||||
resolution: {integrity: sha512-zREJHjhT5vJBMZX/IUbyI9zVtVfOLiTO66MrF/3GFZYZ7T4YILW5MSkEYHceSii/KtRk+4i3RE7E1CUXA2jHcA==}
|
||||
engines: {node: '>=18'}
|
||||
'@inquirer/password@5.0.13':
|
||||
resolution: {integrity: sha512-XDGu64ROHZjOOXLAANvJN7iIxWKhOSCG5VakrZ5kaScVR+snVJCFglD/hL3/677awtWcu4pXoWa280CDIYcBeg==}
|
||||
engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'}
|
||||
peerDependencies:
|
||||
'@types/node': '>=18'
|
||||
peerDependenciesMeta:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/prompts@7.10.1':
|
||||
resolution: {integrity: sha512-Dx/y9bCQcXLI5ooQ5KyvA4FTgeo2jYj/7plWfV5Ak5wDPKQZgudKez2ixyfz7tKXzcJciTxqLeK7R9HItwiByg==}
|
||||
engines: {node: '>=18'}
|
||||
'@inquirer/prompts@8.4.3':
|
||||
resolution: {integrity: sha512-ai5LseTw9HhegupIgmo4cn7RpnCGznjjXu4OI+7jMR8vu7T1ZCCNMzFFAovUCjL1fl0cceksIN1++yQE59SmZw==}
|
||||
engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'}
|
||||
peerDependencies:
|
||||
'@types/node': '>=18'
|
||||
peerDependenciesMeta:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/rawlist@4.1.11':
|
||||
resolution: {integrity: sha512-+LLQB8XGr3I5LZN/GuAHo+GpDJegQwuPARLChlMICNdwW7OwV2izlCSCxN6cqpL0sMXmbKbFcItJgdQq5EBXTw==}
|
||||
engines: {node: '>=18'}
|
||||
'@inquirer/rawlist@5.2.9':
|
||||
resolution: {integrity: sha512-a1ErXEfgjfPYpyQ89dp+7n2IISjH9oQg3ygvF5adz8B7aHn4n2PjEgu1wpVTp69K3bj3lVLxP0qJ2b1clk1Whw==}
|
||||
engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'}
|
||||
peerDependencies:
|
||||
'@types/node': '>=18'
|
||||
peerDependenciesMeta:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/search@3.2.2':
|
||||
resolution: {integrity: sha512-p2bvRfENXCZdWF/U2BXvnSI9h+tuA8iNqtUKb9UWbmLYCRQxd8WkvwWvYn+3NgYaNwdUkHytJMGG4MMLucI1kA==}
|
||||
engines: {node: '>=18'}
|
||||
'@inquirer/search@4.1.9':
|
||||
resolution: {integrity: sha512-ZlbM28Q9lmLkFPNAIv+ZuY530n5Km8U1WW48oYEvDhe9yc2uL3m3t+JSdRUkQlk5fuIuskgiIVjcb7czFzQpuA==}
|
||||
engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'}
|
||||
peerDependencies:
|
||||
'@types/node': '>=18'
|
||||
peerDependenciesMeta:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/select@4.4.2':
|
||||
resolution: {integrity: sha512-l4xMuJo55MAe+N7Qr4rX90vypFwCajSakx59qe/tMaC1aEHWLyw68wF4o0A4SLAY4E0nd+Vt+EyskeDIqu1M6w==}
|
||||
engines: {node: '>=18'}
|
||||
'@inquirer/select@5.1.5':
|
||||
resolution: {integrity: sha512-6SRg6kHfK/sjLXOsuqNebuir+sjwrf/iWuRUnXgB2slzEewppI1WfzeS16XxDcOQmXBruMmmB9Cgrz7wsAxqMg==}
|
||||
engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'}
|
||||
peerDependencies:
|
||||
'@types/node': '>=18'
|
||||
peerDependenciesMeta:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/type@3.0.10':
|
||||
resolution: {integrity: sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==}
|
||||
engines: {node: '>=18'}
|
||||
'@inquirer/type@4.0.5':
|
||||
resolution: {integrity: sha512-aetVUNeKNc/VriqXlw1NRSW0zhMBB0W4bNbWRJgzRl/3d0QNDQFfk0GO5SDdtjMZVg6o8ZKEiadd7SCCzoOn5Q==}
|
||||
engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'}
|
||||
peerDependencies:
|
||||
'@types/node': '>=18'
|
||||
peerDependenciesMeta:
|
||||
@@ -3188,6 +3182,10 @@ packages:
|
||||
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
||||
engines: {node: '>=10'}
|
||||
|
||||
chalk@5.6.2:
|
||||
resolution: {integrity: sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==}
|
||||
engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
|
||||
|
||||
change-case-all@1.0.15:
|
||||
resolution: {integrity: sha512-3+GIFhk3sNuvFAJKU46o26OdzudQlPNBCu1ZQi3cMeMHhty1bhDxu2WrEilVNYaGvqUtR1VSigFcJOiS13dRhQ==}
|
||||
|
||||
@@ -3244,6 +3242,10 @@ packages:
|
||||
resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==}
|
||||
engines: {node: '>=12'}
|
||||
|
||||
cliui@9.0.1:
|
||||
resolution: {integrity: sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==}
|
||||
engines: {node: '>=20'}
|
||||
|
||||
clone@2.1.2:
|
||||
resolution: {integrity: sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==}
|
||||
engines: {node: '>=0.8'}
|
||||
@@ -3466,9 +3468,9 @@ packages:
|
||||
date-fns@4.1.0:
|
||||
resolution: {integrity: sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==}
|
||||
|
||||
debounce@2.2.0:
|
||||
resolution: {integrity: sha512-Xks6RUDLZFdz8LIdR6q0MTH44k7FikOmnh5xkSjMig6ch45afc8sjTjRQf3P6ax8dMgcQrYO/AR2RGWURrruqw==}
|
||||
engines: {node: '>=18'}
|
||||
debounce@3.0.0:
|
||||
resolution: {integrity: sha512-64byRbF0/AirwbuHqB3/ZpMG9/nckDa6ZA0yd6UnaQNwbbemCOwvz2sL5sjXLHhZHADyiwLm0M5qMhltUUx+TA==}
|
||||
engines: {node: '>=20'}
|
||||
|
||||
debug@4.4.3:
|
||||
resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
|
||||
@@ -3511,9 +3513,9 @@ packages:
|
||||
resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==}
|
||||
engines: {node: '>=6'}
|
||||
|
||||
detect-indent@6.1.0:
|
||||
resolution: {integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==}
|
||||
engines: {node: '>=8'}
|
||||
detect-indent@7.0.2:
|
||||
resolution: {integrity: sha512-y+8xyqdGLL+6sh0tVeHcfP/QDd8gUgbasolJJpY7NgeQGSZ739bDtSiaiDgtoicy+mtYB81dKLxO9xRhCyIB3A==}
|
||||
engines: {node: '>=12.20'}
|
||||
|
||||
detect-libc@2.1.2:
|
||||
resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
|
||||
@@ -3807,9 +3809,18 @@ packages:
|
||||
fast-levenshtein@2.0.6:
|
||||
resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
|
||||
|
||||
fast-string-truncated-width@3.0.3:
|
||||
resolution: {integrity: sha512-0jjjIEL6+0jag3l2XWWizO64/aZVtpiGE3t0Zgqxv0DPuxiMjvB3M24fCyhZUO4KomJQPj3LTSUnDP3GpdwC0g==}
|
||||
|
||||
fast-string-width@3.0.2:
|
||||
resolution: {integrity: sha512-gX8LrtNEI5hq8DVUfRQMbr5lpaS4nMIWV+7XEbXk2b8kiQIizgnlr12B4dA3ZEx3308ze0O4Q1R+cHts8kyUJg==}
|
||||
|
||||
fast-uri@3.1.2:
|
||||
resolution: {integrity: sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==}
|
||||
|
||||
fast-wrap-ansi@0.2.0:
|
||||
resolution: {integrity: sha512-rLV8JHxTyhVmFYhBJuMujcrHqOT2cnO5Zxj37qROj23CP39GXubJRBUFF0z8KFK77Uc0SukZUf7JZhsVEQ6n8w==}
|
||||
|
||||
fastq@1.20.1:
|
||||
resolution: {integrity: sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==}
|
||||
|
||||
@@ -4316,9 +4327,9 @@ packages:
|
||||
resolution: {integrity: sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
||||
is-unicode-supported@0.1.0:
|
||||
resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==}
|
||||
engines: {node: '>=10'}
|
||||
is-unicode-supported@2.1.0:
|
||||
resolution: {integrity: sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
is-upper-case@2.0.2:
|
||||
resolution: {integrity: sha512-44pxmxAvnnAOwBg4tHPnkfvgjPwbc5QIsSstNU+YcJ1ovxVzCWpSGosPJOZh/a1tdl81fbgnLc9LLv+x2ywbPQ==}
|
||||
@@ -4552,9 +4563,9 @@ packages:
|
||||
linkifyjs@4.3.3:
|
||||
resolution: {integrity: sha512-P8aEP5U/D1/IlTY2OeYsErdwh9bGuLE30NcXtKEjgdHcahveQoQwM2yZNsioQHsWFz0P7KKudisbrzCgR0sDHg==}
|
||||
|
||||
listr2@9.0.5:
|
||||
resolution: {integrity: sha512-ME4Fb83LgEgwNw96RKNvKV4VTLuXfoKudAmm2lP8Kk87KaMK0/Xrx/aAkMWmT8mDb+3MlFDspfbCs7adjRxA2g==}
|
||||
engines: {node: '>=20.0.0'}
|
||||
listr2@10.2.1:
|
||||
resolution: {integrity: sha512-7I5knELsJKTUjXG+A6BkKAiGkW1i25fNa/xlUl9hFtk15WbE9jndA89xu5FzQKrY5llajE1hfZZFMILXkDHk/Q==}
|
||||
engines: {node: '>=22.13.0'}
|
||||
|
||||
locate-path@6.0.0:
|
||||
resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
|
||||
@@ -4569,9 +4580,9 @@ packages:
|
||||
lodash@4.18.1:
|
||||
resolution: {integrity: sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==}
|
||||
|
||||
log-symbols@4.1.0:
|
||||
resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==}
|
||||
engines: {node: '>=10'}
|
||||
log-symbols@7.0.1:
|
||||
resolution: {integrity: sha512-ja1E3yCr9i/0hmBVaM0bfwDjnGy8I/s6PP4DFp+yP+a+mrHO4Rm7DtmnqROTUkHIkqffC84YY7AeqX6oFk0WFg==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
log-update@6.1.0:
|
||||
resolution: {integrity: sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==}
|
||||
@@ -4845,9 +4856,9 @@ packages:
|
||||
ms@2.1.3:
|
||||
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
||||
|
||||
mute-stream@2.0.0:
|
||||
resolution: {integrity: sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==}
|
||||
engines: {node: ^18.17.0 || >=20.5.0}
|
||||
mute-stream@3.0.0:
|
||||
resolution: {integrity: sha512-dkEJPVvun4FryqBmZ5KhDo0K9iDXAwn08tMLDinNdRBNPcYEDiWYysLcc6k3mjTMlbP9KyylvRpd4wFtwrT9rw==}
|
||||
engines: {node: ^20.17.0 || >=22.9.0}
|
||||
|
||||
nanoid@3.3.12:
|
||||
resolution: {integrity: sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==}
|
||||
@@ -5735,8 +5746,9 @@ packages:
|
||||
peerDependencies:
|
||||
typescript: '>=4.8.4'
|
||||
|
||||
ts-log@2.2.7:
|
||||
resolution: {integrity: sha512-320x5Ggei84AxzlXp91QkIGSw5wgaLT6GeAH0KsqDmRZdVWW2OiSeVvElVoatk3f7nicwXlElXsoFkARiGE2yg==}
|
||||
ts-log@3.0.2:
|
||||
resolution: {integrity: sha512-esq6hx2lM66sQV1YcFkIYTqrWWabmqBqobKHyn1CswdI5FgfQhkmiKiRWVGBNlIbdjBxEIkNvMIwLKKPgRYZLQ==}
|
||||
engines: {node: '>=20', npm: '>=10'}
|
||||
|
||||
tsconfck@3.1.6:
|
||||
resolution: {integrity: sha512-ks6Vjr/jEw0P1gmOVwutM3B7fWxoWBL2KRDb1JfqGVawBmO5UsvmWOQFGHBPl5yxYz4eERr19E6L7NMv+Fej4w==}
|
||||
@@ -6086,9 +6098,9 @@ packages:
|
||||
resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
||||
wrap-ansi@6.2.0:
|
||||
resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==}
|
||||
engines: {node: '>=8'}
|
||||
wrap-ansi@10.0.0:
|
||||
resolution: {integrity: sha512-SGcvg80f0wUy2/fXES19feHMz8E0JoXv2uNgHOu4Dgi2OrCy1lqwFYEJz1BLbDI0exjPMe/ZdzZ/YpGECBG/aQ==}
|
||||
engines: {node: '>=20'}
|
||||
|
||||
wrap-ansi@7.0.0:
|
||||
resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==}
|
||||
@@ -6137,16 +6149,24 @@ packages:
|
||||
resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==}
|
||||
engines: {node: '>=12'}
|
||||
|
||||
yargs-parser@22.0.0:
|
||||
resolution: {integrity: sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==}
|
||||
engines: {node: ^20.19.0 || ^22.12.0 || >=23}
|
||||
|
||||
yargs@17.7.2:
|
||||
resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==}
|
||||
engines: {node: '>=12'}
|
||||
|
||||
yargs@18.0.0:
|
||||
resolution: {integrity: sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==}
|
||||
engines: {node: ^20.19.0 || ^22.12.0 || >=23}
|
||||
|
||||
yocto-queue@0.1.0:
|
||||
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
|
||||
engines: {node: '>=10'}
|
||||
|
||||
yoctocolors-cjs@2.1.3:
|
||||
resolution: {integrity: sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==}
|
||||
yoctocolors@2.1.2:
|
||||
resolution: {integrity: sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
yoga-layout@3.2.1:
|
||||
@@ -6788,26 +6808,20 @@ snapshots:
|
||||
|
||||
'@floating-ui/utils@0.2.11': {}
|
||||
|
||||
'@graphql-codegen/add@6.0.1(graphql@16.14.0)':
|
||||
dependencies:
|
||||
'@graphql-codegen/plugin-helpers': 6.3.0(graphql@16.14.0)
|
||||
graphql: 16.14.0
|
||||
tslib: 2.8.1
|
||||
|
||||
'@graphql-codegen/add@7.0.0(graphql@16.14.0)':
|
||||
dependencies:
|
||||
'@graphql-codegen/plugin-helpers': 7.0.1(graphql@16.14.0)
|
||||
graphql: 16.14.0
|
||||
tslib: 2.8.1
|
||||
|
||||
'@graphql-codegen/cli@6.3.1(@types/node@22.19.19)(graphql@16.14.0)(typescript@5.9.3)':
|
||||
'@graphql-codegen/cli@7.0.0(@types/node@22.19.19)(graphql@16.14.0)(typescript@5.9.3)':
|
||||
dependencies:
|
||||
'@babel/generator': 7.29.1
|
||||
'@babel/template': 7.28.6
|
||||
'@babel/types': 7.29.0
|
||||
'@graphql-codegen/client-preset': 5.3.0(graphql@16.14.0)
|
||||
'@graphql-codegen/core': 5.0.2(graphql@16.14.0)
|
||||
'@graphql-codegen/plugin-helpers': 6.3.0(graphql@16.14.0)
|
||||
'@graphql-codegen/client-preset': 6.0.0(graphql@16.14.0)
|
||||
'@graphql-codegen/core': 6.0.0(graphql@16.14.0)
|
||||
'@graphql-codegen/plugin-helpers': 7.0.1(graphql@16.14.0)
|
||||
'@graphql-tools/apollo-engine-loader': 8.0.30(graphql@16.14.0)
|
||||
'@graphql-tools/code-file-loader': 8.1.32(graphql@16.14.0)
|
||||
'@graphql-tools/git-loader': 8.0.36(graphql@16.14.0)
|
||||
@@ -6818,26 +6832,26 @@ snapshots:
|
||||
'@graphql-tools/merge': 9.1.9(graphql@16.14.0)
|
||||
'@graphql-tools/url-loader': 9.1.2(@types/node@22.19.19)(graphql@16.14.0)
|
||||
'@graphql-tools/utils': 11.1.0(graphql@16.14.0)
|
||||
'@inquirer/prompts': 7.10.1(@types/node@22.19.19)
|
||||
'@inquirer/prompts': 8.4.3(@types/node@22.19.19)
|
||||
'@whatwg-node/fetch': 0.10.13
|
||||
chalk: 4.1.2
|
||||
chalk: 5.6.2
|
||||
cosmiconfig: 9.0.1(typescript@5.9.3)
|
||||
debounce: 2.2.0
|
||||
detect-indent: 6.1.0
|
||||
debounce: 3.0.0
|
||||
detect-indent: 7.0.2
|
||||
graphql: 16.14.0
|
||||
graphql-config: 5.1.6(@types/node@22.19.19)(graphql@16.14.0)(typescript@5.9.3)
|
||||
is-glob: 4.0.3
|
||||
jiti: 2.7.0
|
||||
json-to-pretty-yaml: 1.2.2
|
||||
listr2: 9.0.5
|
||||
log-symbols: 4.1.0
|
||||
listr2: 10.2.1
|
||||
log-symbols: 7.0.1
|
||||
micromatch: 4.0.8
|
||||
shell-quote: 1.8.3
|
||||
string-env-interpolation: 1.0.1
|
||||
ts-log: 2.2.7
|
||||
ts-log: 3.0.2
|
||||
tslib: 2.8.1
|
||||
yaml: 2.9.0
|
||||
yargs: 17.7.2
|
||||
yargs: 18.0.0
|
||||
transitivePeerDependencies:
|
||||
- '@fastify/websocket'
|
||||
- '@types/node'
|
||||
@@ -6849,37 +6863,37 @@ snapshots:
|
||||
- typescript
|
||||
- utf-8-validate
|
||||
|
||||
'@graphql-codegen/client-preset@5.3.0(graphql@16.14.0)':
|
||||
'@graphql-codegen/client-preset@6.0.0(graphql@16.14.0)':
|
||||
dependencies:
|
||||
'@babel/helper-plugin-utils': 7.28.6
|
||||
'@babel/template': 7.28.6
|
||||
'@graphql-codegen/add': 6.0.1(graphql@16.14.0)
|
||||
'@graphql-codegen/gql-tag-operations': 5.2.0(graphql@16.14.0)
|
||||
'@graphql-codegen/plugin-helpers': 6.3.0(graphql@16.14.0)
|
||||
'@graphql-codegen/typed-document-node': 6.1.8(graphql@16.14.0)
|
||||
'@graphql-codegen/typescript': 5.0.10(graphql@16.14.0)
|
||||
'@graphql-codegen/typescript-operations': 5.1.0(graphql@16.14.0)
|
||||
'@graphql-codegen/visitor-plugin-common': 6.3.0(graphql@16.14.0)
|
||||
'@graphql-codegen/add': 7.0.0(graphql@16.14.0)
|
||||
'@graphql-codegen/gql-tag-operations': 6.0.0(graphql@16.14.0)
|
||||
'@graphql-codegen/plugin-helpers': 7.0.1(graphql@16.14.0)
|
||||
'@graphql-codegen/typed-document-node': 7.0.0(graphql@16.14.0)
|
||||
'@graphql-codegen/typescript': 6.0.1(graphql@16.14.0)
|
||||
'@graphql-codegen/typescript-operations': 6.0.2(graphql@16.14.0)
|
||||
'@graphql-codegen/visitor-plugin-common': 7.0.2(graphql@16.14.0)
|
||||
'@graphql-tools/documents': 1.0.1(graphql@16.14.0)
|
||||
'@graphql-tools/utils': 11.1.0(graphql@16.14.0)
|
||||
'@graphql-typed-document-node/core': 3.2.0(graphql@16.14.0)
|
||||
graphql: 16.14.0
|
||||
tslib: 2.8.1
|
||||
|
||||
'@graphql-codegen/core@5.0.2(graphql@16.14.0)':
|
||||
'@graphql-codegen/core@6.0.0(graphql@16.14.0)':
|
||||
dependencies:
|
||||
'@graphql-codegen/plugin-helpers': 6.3.0(graphql@16.14.0)
|
||||
'@graphql-codegen/plugin-helpers': 7.0.1(graphql@16.14.0)
|
||||
'@graphql-tools/schema': 10.0.33(graphql@16.14.0)
|
||||
'@graphql-tools/utils': 11.1.0(graphql@16.14.0)
|
||||
graphql: 16.14.0
|
||||
tslib: 2.8.1
|
||||
|
||||
'@graphql-codegen/gql-tag-operations@5.2.0(graphql@16.14.0)':
|
||||
'@graphql-codegen/gql-tag-operations@6.0.0(graphql@16.14.0)':
|
||||
dependencies:
|
||||
'@graphql-codegen/plugin-helpers': 6.3.0(graphql@16.14.0)
|
||||
'@graphql-codegen/visitor-plugin-common': 6.3.0(graphql@16.14.0)
|
||||
'@graphql-codegen/plugin-helpers': 7.0.1(graphql@16.14.0)
|
||||
'@graphql-codegen/visitor-plugin-common': 7.0.2(graphql@16.14.0)
|
||||
'@graphql-tools/utils': 11.1.0(graphql@16.14.0)
|
||||
auto-bind: 4.0.0
|
||||
auto-bind: 5.0.1
|
||||
graphql: 16.14.0
|
||||
tslib: 2.8.1
|
||||
|
||||
@@ -6911,28 +6925,28 @@ snapshots:
|
||||
import-from: 4.0.0
|
||||
tslib: 2.8.1
|
||||
|
||||
'@graphql-codegen/schema-ast@5.0.2(graphql@16.14.0)':
|
||||
'@graphql-codegen/schema-ast@6.0.0(graphql@16.14.0)':
|
||||
dependencies:
|
||||
'@graphql-codegen/plugin-helpers': 6.3.0(graphql@16.14.0)
|
||||
'@graphql-codegen/plugin-helpers': 7.0.1(graphql@16.14.0)
|
||||
'@graphql-tools/utils': 11.1.0(graphql@16.14.0)
|
||||
graphql: 16.14.0
|
||||
tslib: 2.8.1
|
||||
|
||||
'@graphql-codegen/typed-document-node@6.1.8(graphql@16.14.0)':
|
||||
'@graphql-codegen/typed-document-node@7.0.0(graphql@16.14.0)':
|
||||
dependencies:
|
||||
'@graphql-codegen/plugin-helpers': 6.3.0(graphql@16.14.0)
|
||||
'@graphql-codegen/visitor-plugin-common': 6.3.0(graphql@16.14.0)
|
||||
auto-bind: 4.0.0
|
||||
change-case-all: 1.0.15
|
||||
'@graphql-codegen/plugin-helpers': 7.0.1(graphql@16.14.0)
|
||||
'@graphql-codegen/visitor-plugin-common': 7.0.2(graphql@16.14.0)
|
||||
auto-bind: 5.0.1
|
||||
change-case-all: 2.1.0
|
||||
graphql: 16.14.0
|
||||
tslib: 2.8.1
|
||||
|
||||
'@graphql-codegen/typescript-operations@5.1.0(graphql@16.14.0)':
|
||||
'@graphql-codegen/typescript-operations@6.0.2(graphql@16.14.0)':
|
||||
dependencies:
|
||||
'@graphql-codegen/plugin-helpers': 6.3.0(graphql@16.14.0)
|
||||
'@graphql-codegen/typescript': 5.0.10(graphql@16.14.0)
|
||||
'@graphql-codegen/visitor-plugin-common': 6.3.0(graphql@16.14.0)
|
||||
auto-bind: 4.0.0
|
||||
'@graphql-codegen/plugin-helpers': 7.0.1(graphql@16.14.0)
|
||||
'@graphql-codegen/schema-ast': 6.0.0(graphql@16.14.0)
|
||||
'@graphql-codegen/visitor-plugin-common': 7.0.2(graphql@16.14.0)
|
||||
auto-bind: 5.0.1
|
||||
graphql: 16.14.0
|
||||
tslib: 2.8.1
|
||||
|
||||
@@ -6945,12 +6959,12 @@ snapshots:
|
||||
graphql: 16.14.0
|
||||
tslib: 2.8.1
|
||||
|
||||
'@graphql-codegen/typescript@5.0.10(graphql@16.14.0)':
|
||||
'@graphql-codegen/typescript@6.0.1(graphql@16.14.0)':
|
||||
dependencies:
|
||||
'@graphql-codegen/plugin-helpers': 6.3.0(graphql@16.14.0)
|
||||
'@graphql-codegen/schema-ast': 5.0.2(graphql@16.14.0)
|
||||
'@graphql-codegen/visitor-plugin-common': 6.3.0(graphql@16.14.0)
|
||||
auto-bind: 4.0.0
|
||||
'@graphql-codegen/plugin-helpers': 7.0.1(graphql@16.14.0)
|
||||
'@graphql-codegen/schema-ast': 6.0.0(graphql@16.14.0)
|
||||
'@graphql-codegen/visitor-plugin-common': 7.0.2(graphql@16.14.0)
|
||||
auto-bind: 5.0.1
|
||||
graphql: 16.14.0
|
||||
tslib: 2.8.1
|
||||
|
||||
@@ -7248,128 +7262,122 @@ snapshots:
|
||||
|
||||
'@humanwhocodes/retry@0.4.3': {}
|
||||
|
||||
'@inquirer/ansi@1.0.2': {}
|
||||
'@inquirer/ansi@2.0.5': {}
|
||||
|
||||
'@inquirer/checkbox@4.3.2(@types/node@22.19.19)':
|
||||
'@inquirer/checkbox@5.1.5(@types/node@22.19.19)':
|
||||
dependencies:
|
||||
'@inquirer/ansi': 1.0.2
|
||||
'@inquirer/core': 10.3.2(@types/node@22.19.19)
|
||||
'@inquirer/figures': 1.0.15
|
||||
'@inquirer/type': 3.0.10(@types/node@22.19.19)
|
||||
yoctocolors-cjs: 2.1.3
|
||||
'@inquirer/ansi': 2.0.5
|
||||
'@inquirer/core': 11.1.10(@types/node@22.19.19)
|
||||
'@inquirer/figures': 2.0.5
|
||||
'@inquirer/type': 4.0.5(@types/node@22.19.19)
|
||||
optionalDependencies:
|
||||
'@types/node': 22.19.19
|
||||
|
||||
'@inquirer/confirm@5.1.21(@types/node@22.19.19)':
|
||||
'@inquirer/confirm@6.0.13(@types/node@22.19.19)':
|
||||
dependencies:
|
||||
'@inquirer/core': 10.3.2(@types/node@22.19.19)
|
||||
'@inquirer/type': 3.0.10(@types/node@22.19.19)
|
||||
'@inquirer/core': 11.1.10(@types/node@22.19.19)
|
||||
'@inquirer/type': 4.0.5(@types/node@22.19.19)
|
||||
optionalDependencies:
|
||||
'@types/node': 22.19.19
|
||||
|
||||
'@inquirer/core@10.3.2(@types/node@22.19.19)':
|
||||
'@inquirer/core@11.1.10(@types/node@22.19.19)':
|
||||
dependencies:
|
||||
'@inquirer/ansi': 1.0.2
|
||||
'@inquirer/figures': 1.0.15
|
||||
'@inquirer/type': 3.0.10(@types/node@22.19.19)
|
||||
'@inquirer/ansi': 2.0.5
|
||||
'@inquirer/figures': 2.0.5
|
||||
'@inquirer/type': 4.0.5(@types/node@22.19.19)
|
||||
cli-width: 4.1.0
|
||||
mute-stream: 2.0.0
|
||||
fast-wrap-ansi: 0.2.0
|
||||
mute-stream: 3.0.0
|
||||
signal-exit: 4.1.0
|
||||
wrap-ansi: 6.2.0
|
||||
yoctocolors-cjs: 2.1.3
|
||||
optionalDependencies:
|
||||
'@types/node': 22.19.19
|
||||
|
||||
'@inquirer/editor@4.2.23(@types/node@22.19.19)':
|
||||
'@inquirer/editor@5.1.2(@types/node@22.19.19)':
|
||||
dependencies:
|
||||
'@inquirer/core': 10.3.2(@types/node@22.19.19)
|
||||
'@inquirer/external-editor': 1.0.3(@types/node@22.19.19)
|
||||
'@inquirer/type': 3.0.10(@types/node@22.19.19)
|
||||
'@inquirer/core': 11.1.10(@types/node@22.19.19)
|
||||
'@inquirer/external-editor': 3.0.0(@types/node@22.19.19)
|
||||
'@inquirer/type': 4.0.5(@types/node@22.19.19)
|
||||
optionalDependencies:
|
||||
'@types/node': 22.19.19
|
||||
|
||||
'@inquirer/expand@4.0.23(@types/node@22.19.19)':
|
||||
'@inquirer/expand@5.0.14(@types/node@22.19.19)':
|
||||
dependencies:
|
||||
'@inquirer/core': 10.3.2(@types/node@22.19.19)
|
||||
'@inquirer/type': 3.0.10(@types/node@22.19.19)
|
||||
yoctocolors-cjs: 2.1.3
|
||||
'@inquirer/core': 11.1.10(@types/node@22.19.19)
|
||||
'@inquirer/type': 4.0.5(@types/node@22.19.19)
|
||||
optionalDependencies:
|
||||
'@types/node': 22.19.19
|
||||
|
||||
'@inquirer/external-editor@1.0.3(@types/node@22.19.19)':
|
||||
'@inquirer/external-editor@3.0.0(@types/node@22.19.19)':
|
||||
dependencies:
|
||||
chardet: 2.1.1
|
||||
iconv-lite: 0.7.2
|
||||
optionalDependencies:
|
||||
'@types/node': 22.19.19
|
||||
|
||||
'@inquirer/figures@1.0.15': {}
|
||||
'@inquirer/figures@2.0.5': {}
|
||||
|
||||
'@inquirer/input@4.3.1(@types/node@22.19.19)':
|
||||
'@inquirer/input@5.0.13(@types/node@22.19.19)':
|
||||
dependencies:
|
||||
'@inquirer/core': 10.3.2(@types/node@22.19.19)
|
||||
'@inquirer/type': 3.0.10(@types/node@22.19.19)
|
||||
'@inquirer/core': 11.1.10(@types/node@22.19.19)
|
||||
'@inquirer/type': 4.0.5(@types/node@22.19.19)
|
||||
optionalDependencies:
|
||||
'@types/node': 22.19.19
|
||||
|
||||
'@inquirer/number@3.0.23(@types/node@22.19.19)':
|
||||
'@inquirer/number@4.0.13(@types/node@22.19.19)':
|
||||
dependencies:
|
||||
'@inquirer/core': 10.3.2(@types/node@22.19.19)
|
||||
'@inquirer/type': 3.0.10(@types/node@22.19.19)
|
||||
'@inquirer/core': 11.1.10(@types/node@22.19.19)
|
||||
'@inquirer/type': 4.0.5(@types/node@22.19.19)
|
||||
optionalDependencies:
|
||||
'@types/node': 22.19.19
|
||||
|
||||
'@inquirer/password@4.0.23(@types/node@22.19.19)':
|
||||
'@inquirer/password@5.0.13(@types/node@22.19.19)':
|
||||
dependencies:
|
||||
'@inquirer/ansi': 1.0.2
|
||||
'@inquirer/core': 10.3.2(@types/node@22.19.19)
|
||||
'@inquirer/type': 3.0.10(@types/node@22.19.19)
|
||||
'@inquirer/ansi': 2.0.5
|
||||
'@inquirer/core': 11.1.10(@types/node@22.19.19)
|
||||
'@inquirer/type': 4.0.5(@types/node@22.19.19)
|
||||
optionalDependencies:
|
||||
'@types/node': 22.19.19
|
||||
|
||||
'@inquirer/prompts@7.10.1(@types/node@22.19.19)':
|
||||
'@inquirer/prompts@8.4.3(@types/node@22.19.19)':
|
||||
dependencies:
|
||||
'@inquirer/checkbox': 4.3.2(@types/node@22.19.19)
|
||||
'@inquirer/confirm': 5.1.21(@types/node@22.19.19)
|
||||
'@inquirer/editor': 4.2.23(@types/node@22.19.19)
|
||||
'@inquirer/expand': 4.0.23(@types/node@22.19.19)
|
||||
'@inquirer/input': 4.3.1(@types/node@22.19.19)
|
||||
'@inquirer/number': 3.0.23(@types/node@22.19.19)
|
||||
'@inquirer/password': 4.0.23(@types/node@22.19.19)
|
||||
'@inquirer/rawlist': 4.1.11(@types/node@22.19.19)
|
||||
'@inquirer/search': 3.2.2(@types/node@22.19.19)
|
||||
'@inquirer/select': 4.4.2(@types/node@22.19.19)
|
||||
'@inquirer/checkbox': 5.1.5(@types/node@22.19.19)
|
||||
'@inquirer/confirm': 6.0.13(@types/node@22.19.19)
|
||||
'@inquirer/editor': 5.1.2(@types/node@22.19.19)
|
||||
'@inquirer/expand': 5.0.14(@types/node@22.19.19)
|
||||
'@inquirer/input': 5.0.13(@types/node@22.19.19)
|
||||
'@inquirer/number': 4.0.13(@types/node@22.19.19)
|
||||
'@inquirer/password': 5.0.13(@types/node@22.19.19)
|
||||
'@inquirer/rawlist': 5.2.9(@types/node@22.19.19)
|
||||
'@inquirer/search': 4.1.9(@types/node@22.19.19)
|
||||
'@inquirer/select': 5.1.5(@types/node@22.19.19)
|
||||
optionalDependencies:
|
||||
'@types/node': 22.19.19
|
||||
|
||||
'@inquirer/rawlist@4.1.11(@types/node@22.19.19)':
|
||||
'@inquirer/rawlist@5.2.9(@types/node@22.19.19)':
|
||||
dependencies:
|
||||
'@inquirer/core': 10.3.2(@types/node@22.19.19)
|
||||
'@inquirer/type': 3.0.10(@types/node@22.19.19)
|
||||
yoctocolors-cjs: 2.1.3
|
||||
'@inquirer/core': 11.1.10(@types/node@22.19.19)
|
||||
'@inquirer/type': 4.0.5(@types/node@22.19.19)
|
||||
optionalDependencies:
|
||||
'@types/node': 22.19.19
|
||||
|
||||
'@inquirer/search@3.2.2(@types/node@22.19.19)':
|
||||
'@inquirer/search@4.1.9(@types/node@22.19.19)':
|
||||
dependencies:
|
||||
'@inquirer/core': 10.3.2(@types/node@22.19.19)
|
||||
'@inquirer/figures': 1.0.15
|
||||
'@inquirer/type': 3.0.10(@types/node@22.19.19)
|
||||
yoctocolors-cjs: 2.1.3
|
||||
'@inquirer/core': 11.1.10(@types/node@22.19.19)
|
||||
'@inquirer/figures': 2.0.5
|
||||
'@inquirer/type': 4.0.5(@types/node@22.19.19)
|
||||
optionalDependencies:
|
||||
'@types/node': 22.19.19
|
||||
|
||||
'@inquirer/select@4.4.2(@types/node@22.19.19)':
|
||||
'@inquirer/select@5.1.5(@types/node@22.19.19)':
|
||||
dependencies:
|
||||
'@inquirer/ansi': 1.0.2
|
||||
'@inquirer/core': 10.3.2(@types/node@22.19.19)
|
||||
'@inquirer/figures': 1.0.15
|
||||
'@inquirer/type': 3.0.10(@types/node@22.19.19)
|
||||
yoctocolors-cjs: 2.1.3
|
||||
'@inquirer/ansi': 2.0.5
|
||||
'@inquirer/core': 11.1.10(@types/node@22.19.19)
|
||||
'@inquirer/figures': 2.0.5
|
||||
'@inquirer/type': 4.0.5(@types/node@22.19.19)
|
||||
optionalDependencies:
|
||||
'@types/node': 22.19.19
|
||||
|
||||
'@inquirer/type@3.0.10(@types/node@22.19.19)':
|
||||
'@inquirer/type@4.0.5(@types/node@22.19.19)':
|
||||
optionalDependencies:
|
||||
'@types/node': 22.19.19
|
||||
|
||||
@@ -9125,6 +9133,8 @@ snapshots:
|
||||
ansi-styles: 4.3.0
|
||||
supports-color: 7.2.0
|
||||
|
||||
chalk@5.6.2: {}
|
||||
|
||||
change-case-all@1.0.15:
|
||||
dependencies:
|
||||
change-case: 4.1.2
|
||||
@@ -9203,6 +9213,12 @@ snapshots:
|
||||
strip-ansi: 6.0.1
|
||||
wrap-ansi: 7.0.0
|
||||
|
||||
cliui@9.0.1:
|
||||
dependencies:
|
||||
string-width: 7.2.0
|
||||
strip-ansi: 7.2.0
|
||||
wrap-ansi: 9.0.2
|
||||
|
||||
clone@2.1.2: {}
|
||||
|
||||
clsx@2.1.1: {}
|
||||
@@ -9416,7 +9432,7 @@ snapshots:
|
||||
|
||||
date-fns@4.1.0: {}
|
||||
|
||||
debounce@2.2.0: {}
|
||||
debounce@3.0.0: {}
|
||||
|
||||
debug@4.4.3:
|
||||
dependencies:
|
||||
@@ -9450,7 +9466,7 @@ snapshots:
|
||||
|
||||
dequal@2.0.3: {}
|
||||
|
||||
detect-indent@6.1.0: {}
|
||||
detect-indent@7.0.2: {}
|
||||
|
||||
detect-libc@2.1.2: {}
|
||||
|
||||
@@ -9889,8 +9905,18 @@ snapshots:
|
||||
|
||||
fast-levenshtein@2.0.6: {}
|
||||
|
||||
fast-string-truncated-width@3.0.3: {}
|
||||
|
||||
fast-string-width@3.0.2:
|
||||
dependencies:
|
||||
fast-string-truncated-width: 3.0.3
|
||||
|
||||
fast-uri@3.1.2: {}
|
||||
|
||||
fast-wrap-ansi@0.2.0:
|
||||
dependencies:
|
||||
fast-string-width: 3.0.2
|
||||
|
||||
fastq@1.20.1:
|
||||
dependencies:
|
||||
reusify: 1.1.0
|
||||
@@ -10451,7 +10477,7 @@ snapshots:
|
||||
dependencies:
|
||||
unc-path-regex: 0.1.2
|
||||
|
||||
is-unicode-supported@0.1.0: {}
|
||||
is-unicode-supported@2.1.0: {}
|
||||
|
||||
is-upper-case@2.0.2:
|
||||
dependencies:
|
||||
@@ -10667,14 +10693,13 @@ snapshots:
|
||||
|
||||
linkifyjs@4.3.3: {}
|
||||
|
||||
listr2@9.0.5:
|
||||
listr2@10.2.1:
|
||||
dependencies:
|
||||
cli-truncate: 5.2.0
|
||||
colorette: 2.0.20
|
||||
eventemitter3: 5.0.4
|
||||
log-update: 6.1.0
|
||||
rfdc: 1.4.1
|
||||
wrap-ansi: 9.0.2
|
||||
wrap-ansi: 10.0.0
|
||||
|
||||
locate-path@6.0.0:
|
||||
dependencies:
|
||||
@@ -10686,10 +10711,10 @@ snapshots:
|
||||
|
||||
lodash@4.18.1: {}
|
||||
|
||||
log-symbols@4.1.0:
|
||||
log-symbols@7.0.1:
|
||||
dependencies:
|
||||
chalk: 4.1.2
|
||||
is-unicode-supported: 0.1.0
|
||||
is-unicode-supported: 2.1.0
|
||||
yoctocolors: 2.1.2
|
||||
|
||||
log-update@6.1.0:
|
||||
dependencies:
|
||||
@@ -11162,7 +11187,7 @@ snapshots:
|
||||
|
||||
ms@2.1.3: {}
|
||||
|
||||
mute-stream@2.0.0: {}
|
||||
mute-stream@3.0.0: {}
|
||||
|
||||
nanoid@3.3.12: {}
|
||||
|
||||
@@ -12154,7 +12179,7 @@ snapshots:
|
||||
dependencies:
|
||||
typescript: 5.9.3
|
||||
|
||||
ts-log@2.2.7: {}
|
||||
ts-log@3.0.2: {}
|
||||
|
||||
tsconfck@3.1.6(typescript@5.9.3):
|
||||
optionalDependencies:
|
||||
@@ -12534,11 +12559,11 @@ snapshots:
|
||||
|
||||
word-wrap@1.2.5: {}
|
||||
|
||||
wrap-ansi@6.2.0:
|
||||
wrap-ansi@10.0.0:
|
||||
dependencies:
|
||||
ansi-styles: 4.3.0
|
||||
string-width: 4.2.3
|
||||
strip-ansi: 6.0.1
|
||||
ansi-styles: 6.2.3
|
||||
string-width: 8.2.1
|
||||
strip-ansi: 7.2.0
|
||||
|
||||
wrap-ansi@7.0.0:
|
||||
dependencies:
|
||||
@@ -12568,6 +12593,8 @@ snapshots:
|
||||
|
||||
yargs-parser@21.1.1: {}
|
||||
|
||||
yargs-parser@22.0.0: {}
|
||||
|
||||
yargs@17.7.2:
|
||||
dependencies:
|
||||
cliui: 8.0.1
|
||||
@@ -12578,9 +12605,18 @@ snapshots:
|
||||
y18n: 5.0.8
|
||||
yargs-parser: 21.1.1
|
||||
|
||||
yargs@18.0.0:
|
||||
dependencies:
|
||||
cliui: 9.0.1
|
||||
escalade: 3.2.0
|
||||
get-caller-file: 2.0.5
|
||||
string-width: 7.2.0
|
||||
y18n: 5.0.8
|
||||
yargs-parser: 22.0.0
|
||||
|
||||
yocto-queue@0.1.0: {}
|
||||
|
||||
yoctocolors-cjs@2.1.3: {}
|
||||
yoctocolors@2.1.2: {}
|
||||
|
||||
yoga-layout@3.2.1: {}
|
||||
|
||||
|
||||
+1616
-989
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user