From cc3172ac79af44e53fd0dd3dab99f27933d011c8 Mon Sep 17 00:00:00 2001 From: Yash Jagtap Date: Fri, 24 May 2024 11:25:21 +0530 Subject: [PATCH 1/3] add Timestamp scalar --- website/pages/en/developing/creating-a-subgraph.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/pages/en/developing/creating-a-subgraph.mdx b/website/pages/en/developing/creating-a-subgraph.mdx index 89e2a09e7102..388e8d79855f 100644 --- a/website/pages/en/developing/creating-a-subgraph.mdx +++ b/website/pages/en/developing/creating-a-subgraph.mdx @@ -281,6 +281,7 @@ We support the following scalars in our GraphQL API: | `Int8` | An 8-byte signed integer, also known as a 64-bit signed integer, can store values in the range from -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807. Prefer using this to represent `i64` from ethereum. | | `BigInt` | Large integers. Used for Ethereum's `uint32`, `int64`, `uint64`, ..., `uint256` types. Note: Everything below `uint32`, such as `int32`, `uint24` or `int8` is represented as `i32`. | | `BigDecimal` | `BigDecimal` High precision decimals represented as a significand and an exponent. The exponent range is from −6143 to +6144. Rounded to 34 significant digits. | +| `Timestamp` | Scalar for `timestamp` fields for timeseries and aggregations. | #### Enums From 648c5ed338104e5403189e6859db3f53e642f664 Mon Sep 17 00:00:00 2001 From: Yash Jagtap Date: Sat, 25 May 2024 11:29:28 +0530 Subject: [PATCH 2/3] update Timestamp scalar desc --- pnpm-lock.yaml | 158 ++++++++++-------- .../en/developing/creating-a-subgraph.mdx | 2 +- 2 files changed, 85 insertions(+), 75 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b975fdc71b03..5a6073d682d4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -74,10 +74,10 @@ importers: devDependencies: '@edgeandnode/gds': specifier: ^5.8.1 - version: 5.8.1(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(@xstate/fsm@1.6.5)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1)) + version: 5.8.1(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(@xstate/fsm@1.6.5)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1)) '@edgeandnode/go': specifier: ^6.10.0 - version: 6.10.0(@edgeandnode/common@6.3.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5)))(@edgeandnode/gds@5.8.1(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(@xstate/fsm@1.6.5)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1)))(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(next@14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1)) + version: 6.10.0(@edgeandnode/common@6.3.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5)))(@edgeandnode/gds@5.8.1(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(@xstate/fsm@1.6.5)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1)))(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(next@14.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1)) '@emotion/react': specifier: ^11.11.4 version: 11.11.4(@types/react@18.3.1)(react@18.3.1) @@ -95,10 +95,10 @@ importers: version: 14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) next-seo: specifier: ^6.5.0 - version: 6.5.0(next@14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 6.5.0(next@14.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) nextra: specifier: ^2.13.4 - version: 2.13.4(next@14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 2.13.4(next@14.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: specifier: ^18.3.1 version: 18.3.1 @@ -110,7 +110,7 @@ importers: version: 0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1) tsup: specifier: ^8.0.2 - version: 8.0.2(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5) + version: 8.0.2(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5) packages/og-image: dependencies: @@ -162,19 +162,19 @@ importers: dependencies: '@edgeandnode/common': specifier: ^6.3.0 - version: 6.3.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5)) + version: 6.3.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5)) '@edgeandnode/gds': specifier: ^5.8.1 - version: 5.8.1(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(@xstate/fsm@1.6.5)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1)) + version: 5.8.1(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(@xstate/fsm@1.6.5)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1)) '@edgeandnode/go': specifier: ^6.10.0 - version: 6.10.0(@edgeandnode/common@6.3.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5)))(@edgeandnode/gds@5.8.1(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(@xstate/fsm@1.6.5)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1)))(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(next@14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1)) + version: 6.10.0(@edgeandnode/common@6.3.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5)))(@edgeandnode/gds@5.8.1(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(@xstate/fsm@1.6.5)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1)))(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(next@14.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1)) '@emotion/react': specifier: ^11.11.4 version: 11.11.4(@types/react@18.3.1)(react@18.3.1) '@graphprotocol/contracts': specifier: ^6.2.1 - version: 6.2.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5) + version: 6.2.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5) '@graphprotocol/nextra-theme': specifier: workspace:* version: link:../packages/nextra-theme @@ -186,13 +186,13 @@ importers: version: 14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) next-seo: specifier: ^6.5.0 - version: 6.5.0(next@14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 6.5.0(next@14.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) next-sitemap: specifier: ^4.2.3 version: 4.2.3(next@14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) nextra: specifier: ^2.13.4 - version: 2.13.4(next@14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 2.13.4(next@14.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: specifier: ^18.3.1 version: 18.3.1 @@ -211,13 +211,16 @@ importers: devDependencies: '@graphprotocol/client-cli': specifier: ^3.0.1 - version: 3.0.1(@envelop/core@5.0.0)(@graphql-mesh/cross-helpers@0.4.2(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1))(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.2(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-mesh/utils@0.97.5(@graphql-mesh/cross-helpers@0.4.2(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-tools/delegate@10.0.9(graphql@16.8.1))(@graphql-tools/merge@9.0.4(graphql@16.8.1))(@graphql-tools/utils@10.2.0(graphql@16.8.1))(@graphql-tools/wrap@10.0.5(graphql@16.8.1))(@types/node@20.12.8)(graphql-tag@2.12.6(graphql@16.8.1))(graphql-yoga@5.3.0(graphql@16.8.1))(graphql@16.8.1) + version: 3.0.1(@envelop/core@5.0.0)(@graphql-mesh/cross-helpers@0.4.2(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1))(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.2(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-mesh/utils@0.97.5(@graphql-mesh/cross-helpers@0.4.2(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-tools/delegate@10.0.9(graphql@16.8.1))(@graphql-tools/merge@9.0.4(graphql@16.8.1))(@graphql-tools/utils@10.2.0(graphql@16.8.1))(@graphql-tools/wrap@10.0.5(graphql@16.8.1))(@types/node@20.12.12)(graphql-tag@2.12.6(graphql@16.8.1))(graphql-yoga@5.3.0(graphql@16.8.1))(graphql@16.8.1) '@types/mdast': specifier: ^4.0.3 version: 4.0.3 '@types/mixpanel-browser': specifier: ^2.49.0 version: 2.49.0 + '@types/node': + specifier: 20.12.12 + version: 20.12.12 '@types/react': specifier: ^18.3.1 version: 18.3.1 @@ -238,7 +241,7 @@ importers: version: 8.4.38 tailwindcss: specifier: ^3.4.3 - version: 3.4.3(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5)) + version: 3.4.3(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5)) tsx: specifier: ^4.8.2 version: 4.8.2 @@ -3613,6 +3616,9 @@ packages: '@types/node@18.19.31': resolution: {integrity: sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==} + '@types/node@20.12.12': + resolution: {integrity: sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==} + '@types/node@20.12.8': resolution: {integrity: sha512-NU0rJLJnshZWdE/097cdCBbyW1h4hEg0xpovcoAQYHl8dnEyp/NAOiE45pvc+Bd1Dt+2r94v2eGFpQJ4R7g+2w==} @@ -9694,12 +9700,12 @@ snapshots: transitivePeerDependencies: - '@algolia/client-search' - '@edgeandnode/common@6.3.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5))': + '@edgeandnode/common@6.3.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5))': dependencies: '@ethersproject/providers': 5.7.2 '@uniswap/sdk-core': 3.2.3 '@uniswap/v3-core': 1.0.1 - '@uniswap/v3-sdk': 3.11.1(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5)) + '@uniswap/v3-sdk': 3.11.1(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5)) dataloader: 2.2.2 dayjs: 1.11.11 decimal.js: 10.4.3 @@ -9735,9 +9741,9 @@ snapshots: - eslint-import-resolver-webpack - supports-color - '@edgeandnode/gds@5.8.1(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(@xstate/fsm@1.6.5)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))': + '@edgeandnode/gds@5.8.1(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(@xstate/fsm@1.6.5)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))': dependencies: - '@edgeandnode/common': 6.3.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5)) + '@edgeandnode/common': 6.3.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5)) '@emotion/react': 11.11.4(@types/react@18.3.1)(react@18.3.1) '@floating-ui/react-dom': 2.0.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@headlessui/react': 0.0.0-insiders.afc9cb6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -9793,10 +9799,10 @@ snapshots: - hardhat - utf-8-validate - ? '@edgeandnode/go@6.10.0(@edgeandnode/common@6.3.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5)))(@edgeandnode/gds@5.8.1(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(@xstate/fsm@1.6.5)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1)))(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(next@14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))' + ? '@edgeandnode/go@6.10.0(@edgeandnode/common@6.3.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5)))(@edgeandnode/gds@5.8.1(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(@xstate/fsm@1.6.5)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1)))(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(next@14.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))' : dependencies: - '@edgeandnode/common': 6.3.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5)) - '@edgeandnode/gds': 5.8.1(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(@xstate/fsm@1.6.5)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1)) + '@edgeandnode/common': 6.3.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5)) + '@edgeandnode/gds': 5.8.1(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(@xstate/fsm@1.6.5)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1)) '@emotion/react': 11.11.4(@types/react@18.3.1)(react@18.3.1) '@phosphor-icons/react': 2.1.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-collapsible': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -10562,15 +10568,15 @@ snapshots: - bufferutil - utf-8-validate - ? '@graphprotocol/client-cli@3.0.1(@envelop/core@5.0.0)(@graphql-mesh/cross-helpers@0.4.2(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1))(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.2(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-mesh/utils@0.97.5(@graphql-mesh/cross-helpers@0.4.2(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-tools/delegate@10.0.9(graphql@16.8.1))(@graphql-tools/merge@9.0.4(graphql@16.8.1))(@graphql-tools/utils@10.2.0(graphql@16.8.1))(@graphql-tools/wrap@10.0.5(graphql@16.8.1))(@types/node@20.12.8)(graphql-tag@2.12.6(graphql@16.8.1))(graphql-yoga@5.3.0(graphql@16.8.1))(graphql@16.8.1)' + ? '@graphprotocol/client-cli@3.0.1(@envelop/core@5.0.0)(@graphql-mesh/cross-helpers@0.4.2(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1))(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.2(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-mesh/utils@0.97.5(@graphql-mesh/cross-helpers@0.4.2(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-tools/delegate@10.0.9(graphql@16.8.1))(@graphql-tools/merge@9.0.4(graphql@16.8.1))(@graphql-tools/utils@10.2.0(graphql@16.8.1))(@graphql-tools/wrap@10.0.5(graphql@16.8.1))(@types/node@20.12.12)(graphql-tag@2.12.6(graphql@16.8.1))(graphql-yoga@5.3.0(graphql@16.8.1))(graphql@16.8.1)' : dependencies: '@graphprotocol/client-add-source-name': 2.0.1(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-tools/delegate@10.0.9(graphql@16.8.1))(@graphql-tools/utils@10.2.0(graphql@16.8.1))(@graphql-tools/wrap@10.0.5(graphql@16.8.1))(graphql@16.8.1) '@graphprotocol/client-auto-pagination': 2.0.1(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-tools/delegate@10.0.9(graphql@16.8.1))(@graphql-tools/utils@10.2.0(graphql@16.8.1))(@graphql-tools/wrap@10.0.5(graphql@16.8.1))(graphql@16.8.1) '@graphprotocol/client-auto-type-merging': 2.0.1(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-mesh/utils@0.97.5(@graphql-mesh/cross-helpers@0.4.2(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-tools/delegate@10.0.9(graphql@16.8.1))(graphql@16.8.1) '@graphprotocol/client-block-tracking': 2.0.1(@graphql-mesh/cross-helpers@0.4.2(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-tools/delegate@10.0.9(graphql@16.8.1))(graphql@16.8.1) '@graphprotocol/client-polling-live': 2.0.1(@envelop/core@5.0.0)(@graphql-tools/merge@9.0.4(graphql@16.8.1))(graphql@16.8.1) - '@graphql-mesh/cli': 0.84.0(@types/node@20.12.8)(graphql-tag@2.12.6(graphql@16.8.1))(graphql-yoga@5.3.0(graphql@16.8.1))(graphql@16.8.1) - '@graphql-mesh/graphql': 0.94.7(@graphql-mesh/cross-helpers@0.4.2(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1))(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.2(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-mesh/utils@0.97.5(@graphql-mesh/cross-helpers@0.4.2(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-tools/utils@10.2.0(graphql@16.8.1))(@types/node@20.12.8)(graphql@16.8.1)(tslib@2.6.2) + '@graphql-mesh/cli': 0.84.0(@types/node@20.12.12)(graphql-tag@2.12.6(graphql@16.8.1))(graphql-yoga@5.3.0(graphql@16.8.1))(graphql@16.8.1) + '@graphql-mesh/graphql': 0.94.7(@graphql-mesh/cross-helpers@0.4.2(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1))(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.2(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-mesh/utils@0.97.5(@graphql-mesh/cross-helpers@0.4.2(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-tools/utils@10.2.0(graphql@16.8.1))(@types/node@20.12.12)(graphql@16.8.1)(tslib@2.6.2) graphql: 16.8.1 tslib: 2.6.2 transitivePeerDependencies: @@ -10646,9 +10652,9 @@ snapshots: - bufferutil - utf-8-validate - '@graphprotocol/contracts@6.2.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5)': + '@graphprotocol/contracts@6.2.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5)': dependencies: - '@graphprotocol/sdk': 0.5.0(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5) + '@graphprotocol/sdk': 0.5.0(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5) console-table-printer: 2.12.0 transitivePeerDependencies: - bufferutil @@ -10675,18 +10681,18 @@ snapshots: transitivePeerDependencies: - supports-color - '@graphprotocol/sdk@0.5.0(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5)': + '@graphprotocol/sdk@0.5.0(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5)': dependencies: '@arbitrum/sdk': 3.4.0 '@ethersproject/experimental': 5.7.0 '@graphprotocol/common-ts': 2.0.9 - '@graphprotocol/contracts': 6.2.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5) - '@nomicfoundation/hardhat-network-helpers': 1.0.10(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5)) - '@nomiclabs/hardhat-ethers': 2.2.3(ethers@5.7.2)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5)) + '@graphprotocol/contracts': 6.2.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5) + '@nomicfoundation/hardhat-network-helpers': 1.0.10(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5)) + '@nomiclabs/hardhat-ethers': 2.2.3(ethers@5.7.2)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5)) debug: 4.3.4(supports-color@8.1.1) ethers: 5.7.2 - hardhat: 2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5) - hardhat-secure-accounts: 0.0.6(@nomiclabs/hardhat-ethers@2.2.3(ethers@5.7.2)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5)))(ethers@5.7.2)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5)) + hardhat: 2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5) + hardhat-secure-accounts: 0.0.6(@nomiclabs/hardhat-ethers@2.2.3(ethers@5.7.2)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5)))(ethers@5.7.2)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5)) inquirer: 8.2.6 lodash: 4.17.21 yaml: 1.10.2 @@ -10861,7 +10867,7 @@ snapshots: localforage: 1.10.0 tslib: 2.6.2 - '@graphql-mesh/cli@0.84.0(@types/node@20.12.8)(graphql-tag@2.12.6(graphql@16.8.1))(graphql-yoga@5.3.0(graphql@16.8.1))(graphql@16.8.1)': + '@graphql-mesh/cli@0.84.0(@types/node@20.12.12)(graphql-tag@2.12.6(graphql@16.8.1))(graphql-yoga@5.3.0(graphql@16.8.1))(graphql@16.8.1)': dependencies: '@graphql-codegen/core': 4.0.2(graphql@16.8.1) '@graphql-codegen/typed-document-node': 5.0.6(graphql@16.8.1) @@ -10891,7 +10897,7 @@ snapshots: open: 7.4.2 pascal-case: 3.1.2 rimraf: 5.0.5 - ts-node: 10.9.2(@types/node@20.12.8)(typescript@5.4.5) + ts-node: 10.9.2(@types/node@20.12.12)(typescript@5.4.5) tsconfig-paths: 4.2.0 tslib: 2.6.2 typescript: 5.4.5 @@ -10968,7 +10974,7 @@ snapshots: - bufferutil - utf-8-validate - '@graphql-mesh/graphql@0.94.7(@graphql-mesh/cross-helpers@0.4.2(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1))(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.2(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-mesh/utils@0.97.5(@graphql-mesh/cross-helpers@0.4.2(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-tools/utils@10.2.0(graphql@16.8.1))(@types/node@20.12.8)(graphql@16.8.1)(tslib@2.6.2)': + '@graphql-mesh/graphql@0.94.7(@graphql-mesh/cross-helpers@0.4.2(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1))(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.2(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-mesh/utils@0.97.5(@graphql-mesh/cross-helpers@0.4.2(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-tools/utils@10.2.0(graphql@16.8.1))(@types/node@20.12.12)(graphql@16.8.1)(tslib@2.6.2)': dependencies: '@graphql-mesh/cross-helpers': 0.4.2(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1) '@graphql-mesh/store': 0.94.6(@graphql-mesh/cross-helpers@0.4.2(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-mesh/utils@0.97.5(@graphql-mesh/cross-helpers@0.4.2(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2) @@ -10976,7 +10982,7 @@ snapshots: '@graphql-mesh/types': 0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2) '@graphql-mesh/utils': 0.97.5(@graphql-mesh/cross-helpers@0.4.2(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2))(@graphql-tools/utils@10.2.0(graphql@16.8.1))(graphql@16.8.1)(tslib@2.6.2) '@graphql-tools/delegate': 10.0.9(graphql@16.8.1) - '@graphql-tools/url-loader': 8.0.2(@types/node@20.12.8)(graphql@16.8.1) + '@graphql-tools/url-loader': 8.0.2(@types/node@20.12.12)(graphql@16.8.1) '@graphql-tools/utils': 10.2.0(graphql@16.8.1) '@graphql-tools/wrap': 10.0.5(graphql@16.8.1) graphql: 16.8.1 @@ -11187,14 +11193,14 @@ snapshots: - bufferutil - utf-8-validate - '@graphql-tools/executor-http@1.0.9(@types/node@20.12.8)(graphql@16.8.1)': + '@graphql-tools/executor-http@1.0.9(@types/node@20.12.12)(graphql@16.8.1)': dependencies: '@graphql-tools/utils': 10.2.0(graphql@16.8.1) '@repeaterjs/repeater': 3.0.5 '@whatwg-node/fetch': 0.9.17 extract-files: 11.0.0 graphql: 16.8.1 - meros: 1.3.0(@types/node@20.12.8) + meros: 1.3.0(@types/node@20.12.12) tslib: 2.6.2 value-or-promise: 1.0.12 transitivePeerDependencies: @@ -11330,12 +11336,12 @@ snapshots: graphql: 16.8.1 tslib: 2.6.2 - '@graphql-tools/url-loader@8.0.2(@types/node@20.12.8)(graphql@16.8.1)': + '@graphql-tools/url-loader@8.0.2(@types/node@20.12.12)(graphql@16.8.1)': dependencies: '@ardatan/sync-fetch': 0.0.1 '@graphql-tools/delegate': 10.0.9(graphql@16.8.1) '@graphql-tools/executor-graphql-ws': 1.1.2(graphql@16.8.1) - '@graphql-tools/executor-http': 1.0.9(@types/node@20.12.8)(graphql@16.8.1) + '@graphql-tools/executor-http': 1.0.9(@types/node@20.12.12)(graphql@16.8.1) '@graphql-tools/executor-legacy-ws': 1.0.6(graphql@16.8.1) '@graphql-tools/utils': 10.2.0(graphql@16.8.1) '@graphql-tools/wrap': 10.0.5(graphql@16.8.1) @@ -11772,10 +11778,10 @@ snapshots: - supports-color - utf-8-validate - '@nomicfoundation/hardhat-network-helpers@1.0.10(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5))': + '@nomicfoundation/hardhat-network-helpers@1.0.10(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5))': dependencies: ethereumjs-util: 7.1.5 - hardhat: 2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5) + hardhat: 2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5) '@nomicfoundation/solidity-analyzer-darwin-arm64@0.1.1': optional: true @@ -11820,10 +11826,10 @@ snapshots: '@nomicfoundation/solidity-analyzer-win32-ia32-msvc': 0.1.1 '@nomicfoundation/solidity-analyzer-win32-x64-msvc': 0.1.1 - '@nomiclabs/hardhat-ethers@2.2.3(ethers@5.7.2)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5))': + '@nomiclabs/hardhat-ethers@2.2.3(ethers@5.7.2)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5))': dependencies: ethers: 5.7.2 - hardhat: 2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5) + hardhat: 2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5) '@npmcli/config@6.4.1': dependencies: @@ -13529,11 +13535,11 @@ snapshots: '@types/bn.js@4.11.6': dependencies: - '@types/node': 20.12.8 + '@types/node': 20.12.12 '@types/bn.js@5.1.5': dependencies: - '@types/node': 20.12.8 + '@types/node': 20.12.12 '@types/chai-subset@1.3.5': dependencies: @@ -13543,7 +13549,7 @@ snapshots: '@types/concat-stream@2.0.3': dependencies: - '@types/node': 18.19.31 + '@types/node': 20.12.8 '@types/cookie@0.6.0': {} @@ -13631,6 +13637,10 @@ snapshots: dependencies: undici-types: 5.26.5 + '@types/node@20.12.12': + dependencies: + undici-types: 5.26.5 + '@types/node@20.12.8': dependencies: undici-types: 5.26.5 @@ -13639,7 +13649,7 @@ snapshots: '@types/pbkdf2@3.1.2': dependencies: - '@types/node': 20.12.8 + '@types/node': 20.12.12 '@types/prismjs@1.26.3': {} @@ -13656,12 +13666,12 @@ snapshots: '@types/readable-stream@2.3.15': dependencies: - '@types/node': 20.12.8 + '@types/node': 20.12.12 safe-buffer: 5.1.2 '@types/secp256k1@4.0.6': dependencies: - '@types/node': 20.12.8 + '@types/node': 20.12.12 '@types/semver@7.5.8': {} @@ -13679,7 +13689,7 @@ snapshots: '@types/ws@8.5.10': dependencies: - '@types/node': 20.12.8 + '@types/node': 20.12.12 '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)': dependencies: @@ -13789,14 +13799,14 @@ snapshots: tiny-invariant: 1.3.3 toformat: 2.0.0 - '@uniswap/swap-router-contracts@1.3.1(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5))': + '@uniswap/swap-router-contracts@1.3.1(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5))': dependencies: '@openzeppelin/contracts': 3.4.2-solc-0.7 '@uniswap/v2-core': 1.0.1 '@uniswap/v3-core': 1.0.1 '@uniswap/v3-periphery': 1.4.4 dotenv: 14.3.2 - hardhat-watcher: 2.5.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5)) + hardhat-watcher: 2.5.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5)) transitivePeerDependencies: - hardhat @@ -13814,12 +13824,12 @@ snapshots: '@uniswap/v3-core': 1.0.1 base64-sol: 1.0.1 - '@uniswap/v3-sdk@3.11.1(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5))': + '@uniswap/v3-sdk@3.11.1(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5))': dependencies: '@ethersproject/abi': 5.7.0 '@ethersproject/solidity': 5.7.0 '@uniswap/sdk-core': 4.2.1 - '@uniswap/swap-router-contracts': 1.3.1(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5)) + '@uniswap/swap-router-contracts': 1.3.1(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5)) '@uniswap/v3-periphery': 1.4.4 '@uniswap/v3-staker': 1.0.0 tiny-invariant: 1.3.3 @@ -16255,24 +16265,24 @@ snapshots: section-matter: 1.0.0 strip-bom-string: 1.0.0 - hardhat-secure-accounts@0.0.6(@nomiclabs/hardhat-ethers@2.2.3(ethers@5.7.2)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5)))(ethers@5.7.2)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5)): + hardhat-secure-accounts@0.0.6(@nomiclabs/hardhat-ethers@2.2.3(ethers@5.7.2)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5)))(ethers@5.7.2)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5)): dependencies: - '@nomiclabs/hardhat-ethers': 2.2.3(ethers@5.7.2)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5)) + '@nomiclabs/hardhat-ethers': 2.2.3(ethers@5.7.2)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5)) debug: 4.3.4(supports-color@8.1.1) enquirer: 2.4.1 ethers: 5.7.2 - hardhat: 2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5) + hardhat: 2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5) lodash.clonedeep: 4.5.0 prompt-sync: 4.2.0 transitivePeerDependencies: - supports-color - hardhat-watcher@2.5.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5)): + hardhat-watcher@2.5.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5)): dependencies: chokidar: 3.6.0 - hardhat: 2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5) + hardhat: 2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5) - hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5): + hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5): dependencies: '@ethersproject/abi': 5.7.0 '@metamask/eth-sig-util': 4.0.1 @@ -16325,7 +16335,7 @@ snapshots: uuid: 8.3.2 ws: 7.5.9 optionalDependencies: - ts-node: 10.9.2(@types/node@20.12.8)(typescript@5.4.5) + ts-node: 10.9.2(@types/node@20.12.12)(typescript@5.4.5) typescript: 5.4.5 transitivePeerDependencies: - bufferutil @@ -17405,9 +17415,9 @@ snapshots: transitivePeerDependencies: - supports-color - meros@1.3.0(@types/node@20.12.8): + meros@1.3.0(@types/node@20.12.12): optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 20.12.12 methods@1.1.2: {} @@ -18004,7 +18014,7 @@ snapshots: transitivePeerDependencies: - supports-color - next-seo@6.5.0(next@14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + next-seo@6.5.0(next@14.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: next: 14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 @@ -18043,7 +18053,7 @@ snapshots: - '@babel/core' - babel-plugin-macros - nextra@2.13.4(next@14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + nextra@2.13.4(next@14.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: '@headlessui/react': 1.7.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mdx-js/mdx': 2.3.0 @@ -18504,13 +18514,13 @@ snapshots: camelcase-css: 2.0.1 postcss: 8.4.38 - postcss-load-config@4.0.2(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5)): + postcss-load-config@4.0.2(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5)): dependencies: lilconfig: 3.1.1 yaml: 2.4.2 optionalDependencies: postcss: 8.4.38 - ts-node: 10.9.2(@types/node@20.12.8)(typescript@5.4.5) + ts-node: 10.9.2(@types/node@20.12.12)(typescript@5.4.5) postcss-nested@6.0.1(postcss@8.4.38): dependencies: @@ -19611,7 +19621,7 @@ snapshots: tabbable@6.2.0: {} - tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5)): + tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5)): dependencies: '@alloc/quick-lru': 5.2.0 arg: 5.0.2 @@ -19630,7 +19640,7 @@ snapshots: postcss: 8.4.38 postcss-import: 15.1.0(postcss@8.4.38) postcss-js: 4.0.1(postcss@8.4.38) - postcss-load-config: 4.0.2(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5)) + postcss-load-config: 4.0.2(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5)) postcss-nested: 6.0.1(postcss@8.4.38) postcss-selector-parser: 6.0.16 resolve: 1.22.8 @@ -19750,14 +19760,14 @@ snapshots: ts-interface-checker@0.1.13: {} - ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5): + ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.12.8 + '@types/node': 20.12.12 acorn: 8.11.3 acorn-walk: 8.3.2 arg: 4.1.3 @@ -19791,7 +19801,7 @@ snapshots: tsort@0.0.1: {} - tsup@8.0.2(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5))(typescript@5.4.5): + tsup@8.0.2(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5): dependencies: bundle-require: 4.1.0(esbuild@0.19.12) cac: 6.7.14 @@ -19801,7 +19811,7 @@ snapshots: execa: 5.1.1 globby: 11.1.0 joycon: 3.1.1 - postcss-load-config: 4.0.2(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.12.8)(typescript@5.4.5)) + postcss-load-config: 4.0.2(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5)) resolve-from: 5.0.0 rollup: 4.17.2 source-map: 0.8.0-beta.0 @@ -20382,7 +20392,7 @@ snapshots: wkx@0.5.0: dependencies: - '@types/node': 20.12.8 + '@types/node': 20.12.12 wonka@4.0.15: {} diff --git a/website/pages/en/developing/creating-a-subgraph.mdx b/website/pages/en/developing/creating-a-subgraph.mdx index 388e8d79855f..b74d1fce8703 100644 --- a/website/pages/en/developing/creating-a-subgraph.mdx +++ b/website/pages/en/developing/creating-a-subgraph.mdx @@ -281,7 +281,7 @@ We support the following scalars in our GraphQL API: | `Int8` | An 8-byte signed integer, also known as a 64-bit signed integer, can store values in the range from -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807. Prefer using this to represent `i64` from ethereum. | | `BigInt` | Large integers. Used for Ethereum's `uint32`, `int64`, `uint64`, ..., `uint256` types. Note: Everything below `uint32`, such as `int32`, `uint24` or `int8` is represented as `i32`. | | `BigDecimal` | `BigDecimal` High precision decimals represented as a significand and an exponent. The exponent range is from −6143 to +6144. Rounded to 34 significant digits. | -| `Timestamp` | Scalar for `timestamp` fields for timeseries and aggregations. | +| `Timestamp` | It is an `i64` value in microseconds. Commonly used for `timestamp` fields for timeseries and aggregations. | #### Enums From 4072b0962e19a3918972514b25bf208c1a0d2785 Mon Sep 17 00:00:00 2001 From: Yash Jagtap Date: Sat, 25 May 2024 11:53:35 +0530 Subject: [PATCH 3/3] pnpm lock update --- pnpm-lock.yaml | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5a6073d682d4..d0e2c6df16f5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -74,10 +74,10 @@ importers: devDependencies: '@edgeandnode/gds': specifier: ^5.8.1 - version: 5.8.1(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(@xstate/fsm@1.6.5)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1)) + version: 5.8.1(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(@xstate/fsm@1.6.5)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1)) '@edgeandnode/go': specifier: ^6.10.0 - version: 6.10.0(@edgeandnode/common@6.3.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5)))(@edgeandnode/gds@5.8.1(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(@xstate/fsm@1.6.5)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1)))(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(next@14.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1)) + version: 6.10.0(@edgeandnode/common@6.3.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5)))(@edgeandnode/gds@5.8.1(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(@xstate/fsm@1.6.5)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1)))(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(next@14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1)) '@emotion/react': specifier: ^11.11.4 version: 11.11.4(@types/react@18.3.1)(react@18.3.1) @@ -95,10 +95,10 @@ importers: version: 14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) next-seo: specifier: ^6.5.0 - version: 6.5.0(next@14.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 6.5.0(next@14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) nextra: specifier: ^2.13.4 - version: 2.13.4(next@14.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 2.13.4(next@14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: specifier: ^18.3.1 version: 18.3.1 @@ -165,10 +165,10 @@ importers: version: 6.3.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5)) '@edgeandnode/gds': specifier: ^5.8.1 - version: 5.8.1(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(@xstate/fsm@1.6.5)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1)) + version: 5.8.1(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(@xstate/fsm@1.6.5)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1)) '@edgeandnode/go': specifier: ^6.10.0 - version: 6.10.0(@edgeandnode/common@6.3.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5)))(@edgeandnode/gds@5.8.1(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(@xstate/fsm@1.6.5)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1)))(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(next@14.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1)) + version: 6.10.0(@edgeandnode/common@6.3.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5)))(@edgeandnode/gds@5.8.1(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(@xstate/fsm@1.6.5)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1)))(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(next@14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1)) '@emotion/react': specifier: ^11.11.4 version: 11.11.4(@types/react@18.3.1)(react@18.3.1) @@ -186,13 +186,13 @@ importers: version: 14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) next-seo: specifier: ^6.5.0 - version: 6.5.0(next@14.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 6.5.0(next@14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) next-sitemap: specifier: ^4.2.3 version: 4.2.3(next@14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) nextra: specifier: ^2.13.4 - version: 2.13.4(next@14.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 2.13.4(next@14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: specifier: ^18.3.1 version: 18.3.1 @@ -218,9 +218,6 @@ importers: '@types/mixpanel-browser': specifier: ^2.49.0 version: 2.49.0 - '@types/node': - specifier: 20.12.12 - version: 20.12.12 '@types/react': specifier: ^18.3.1 version: 18.3.1 @@ -9741,7 +9738,7 @@ snapshots: - eslint-import-resolver-webpack - supports-color - '@edgeandnode/gds@5.8.1(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(@xstate/fsm@1.6.5)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))': + '@edgeandnode/gds@5.8.1(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(@xstate/fsm@1.6.5)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))': dependencies: '@edgeandnode/common': 6.3.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5)) '@emotion/react': 11.11.4(@types/react@18.3.1)(react@18.3.1) @@ -9799,10 +9796,10 @@ snapshots: - hardhat - utf-8-validate - ? '@edgeandnode/go@6.10.0(@edgeandnode/common@6.3.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5)))(@edgeandnode/gds@5.8.1(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(@xstate/fsm@1.6.5)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1)))(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(next@14.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))' + ? '@edgeandnode/go@6.10.0(@edgeandnode/common@6.3.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5)))(@edgeandnode/gds@5.8.1(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(@xstate/fsm@1.6.5)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1)))(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(next@14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))' : dependencies: '@edgeandnode/common': 6.3.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5)) - '@edgeandnode/gds': 5.8.1(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(@xstate/fsm@1.6.5)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1)) + '@edgeandnode/gds': 5.8.1(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.1)(@xstate/fsm@1.6.5)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.3.1))(react@18.3.1)) '@emotion/react': 11.11.4(@types/react@18.3.1)(react@18.3.1) '@phosphor-icons/react': 2.1.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-collapsible': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -18014,7 +18011,7 @@ snapshots: transitivePeerDependencies: - supports-color - next-seo@6.5.0(next@14.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + next-seo@6.5.0(next@14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: next: 14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 @@ -18053,7 +18050,7 @@ snapshots: - '@babel/core' - babel-plugin-macros - nextra@2.13.4(next@14.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + nextra@2.13.4(next@14.2.3(@babel/core@7.24.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: '@headlessui/react': 1.7.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mdx-js/mdx': 2.3.0