diff --git a/package.json b/package.json index 463cdb6e4..8639d2a93 100644 --- a/package.json +++ b/package.json @@ -19,5 +19,8 @@ "pre-commit": "turbo run lint" } }, + "resolutions": { + "@types/react": "^17.0.38" + }, "packageManager": "pnpm@7.5.0" } diff --git a/packages/bigcommerce/package.json b/packages/bigcommerce/package.json index 3d07dbd68..1692aa6f4 100644 --- a/packages/bigcommerce/package.json +++ b/packages/bigcommerce/package.json @@ -48,12 +48,13 @@ }, "dependencies": { "@vercel/commerce": "workspace:*", - "@vercel/fetch": "^6.1.1", + "@vercel/fetch": "6.2.0", "cookie": "^0.4.1", "immutability-helper": "^3.1.1", "jsonwebtoken": "^8.5.1", "lodash.debounce": "^4.0.8", - "uuidv4": "^6.2.12" + "uuidv4": "^6.2.12", + "node-fetch": "^2.6.7" }, "peerDependencies": { "next": "^12", @@ -69,6 +70,7 @@ "@types/lodash.debounce": "^4.0.6", "@types/node": "^17.0.8", "@types/react": "^17.0.38", + "@types/node-fetch": "^2.6.1", "lint-staged": "^12.1.7", "next": "^12.0.8", "prettier": "^2.5.1", @@ -76,7 +78,7 @@ "react-dom": "^17.0.2", "taskr": "^1.1.0", "taskr-swc": "^0.0.1", - "typescript": "^4.5.4" + "typescript": "^4.7.4" }, "lint-staged": { "**/*.{js,jsx,ts,tsx,json}": [ diff --git a/packages/commerce/package.json b/packages/commerce/package.json index 17343a8b2..97ca42864 100644 --- a/packages/commerce/package.json +++ b/packages/commerce/package.json @@ -47,11 +47,12 @@ } }, "dependencies": { - "@vercel/fetch": "^6.1.1", + "@vercel/fetch": "6.2.0", "deepmerge": "^4.2.2", "import-cwd": "^3.0.0", "js-cookie": "^3.0.1", - "swr": "^1.2.0" + "swr": "^1.3.0", + "node-fetch": "^2.6.7" }, "peerDependencies": { "next": "^12", @@ -65,6 +66,7 @@ "@types/js-cookie": "^3.0.1", "@types/node": "^17.0.8", "@types/react": "^17.0.38", + "@types/node-fetch": "2.6.2", "lint-staged": "^12.1.7", "next": "^12.0.8", "prettier": "^2.5.1", @@ -72,7 +74,7 @@ "react-dom": "^17.0.2", "taskr": "^1.1.0", "taskr-swc": "^0.0.1", - "typescript": "^4.5.4" + "typescript": "^4.7.4" }, "lint-staged": { "**/*.{js,jsx,ts,tsx,json}": [ diff --git a/packages/commercejs/package.json b/packages/commercejs/package.json index 9887a709f..23b26dc01 100644 --- a/packages/commercejs/package.json +++ b/packages/commercejs/package.json @@ -48,7 +48,7 @@ }, "dependencies": { "@chec/commerce.js": "^2.8.0", - "@vercel/commerce": "^0.0.1", + "@vercel/commerce": "workspace:*", "lodash.debounce": "^4.0.8" }, "peerDependencies": { @@ -71,7 +71,7 @@ "react-dom": "^17.0.2", "taskr": "^1.1.0", "taskr-swc": "^0.0.1", - "typescript": "^4.5.4" + "typescript": "^4.7.4" }, "lint-staged": { "**/*.{js,jsx,ts,tsx,json}": [ diff --git a/packages/kibocommerce/package.json b/packages/kibocommerce/package.json index 6a2912814..b970634c9 100644 --- a/packages/kibocommerce/package.json +++ b/packages/kibocommerce/package.json @@ -49,9 +49,10 @@ } }, "dependencies": { - "@vercel/commerce": "^0.0.1", - "@vercel/fetch": "^6.1.1", - "lodash.debounce": "^4.0.8" + "@vercel/commerce": "workspace:*", + "@vercel/fetch": "6.2.0", + "lodash.debounce": "^4.0.8", + "node-fetch": "^2.6.7" }, "peerDependencies": { "next": "^12", @@ -59,7 +60,7 @@ "react-dom": "^17" }, "devDependencies": { - "@graphql-codegen/cli": "^2.3.1", + "@graphql-codegen/cli": "^2.7.0", "@graphql-codegen/schema-ast": "^2.4.1", "@graphql-codegen/typescript": "^2.4.2", "@graphql-codegen/typescript-operations": "^2.2.2", @@ -67,8 +68,10 @@ "@taskr/esnext": "^1.1.0", "@taskr/watch": "^1.1.0", "@types/lodash.debounce": "^4.0.6", + "@types/node-fetch": "2.6.2", "@types/node": "^17.0.8", "@types/react": "^17.0.38", + "graphql": "^16.0.0", "lint-staged": "^12.1.7", "next": "^12.0.8", "prettier": "^2.5.1", @@ -76,7 +79,7 @@ "react-dom": "^17.0.2", "taskr": "^1.1.0", "taskr-swc": "^0.0.1", - "typescript": "^4.5.4" + "typescript": "^4.7.4" }, "lint-staged": { "**/*.{js,jsx,ts,tsx,json}": [ diff --git a/packages/local/package.json b/packages/local/package.json index 3ec3e69a4..23c4eab8f 100644 --- a/packages/local/package.json +++ b/packages/local/package.json @@ -47,8 +47,9 @@ } }, "dependencies": { - "@vercel/commerce": "^0.0.1", - "@vercel/fetch": "^6.1.1" + "@vercel/commerce": "workspace:*", + "@vercel/fetch": "6.2.0", + "node-fetch": "^2.6.7" }, "peerDependencies": { "next": "^12", @@ -61,6 +62,7 @@ "@taskr/watch": "^1.1.0", "@types/node": "^17.0.8", "@types/react": "^17.0.38", + "@types/node-fetch": "2.6.2", "lint-staged": "^12.1.7", "next": "^12.0.8", "prettier": "^2.5.1", @@ -68,7 +70,7 @@ "react-dom": "^17.0.2", "taskr": "^1.1.0", "taskr-swc": "^0.0.1", - "typescript": "^4.5.4" + "typescript": "^4.7.4" }, "lint-staged": { "**/*.{js,jsx,ts,tsx,json}": [ diff --git a/packages/ordercloud/package.json b/packages/ordercloud/package.json index 43eeac9ad..ee4d98bba 100644 --- a/packages/ordercloud/package.json +++ b/packages/ordercloud/package.json @@ -47,10 +47,11 @@ } }, "dependencies": { - "@vercel/commerce": "^0.0.1", - "@vercel/fetch": "^6.1.1", + "@vercel/commerce": "workspace:*", + "@vercel/fetch": "6.2.0", "stripe": "^8.197.0", - "lodash.debounce": "^4.0.8" + "lodash.debounce": "^4.0.8", + "node-fetch": "^2.6.7" }, "peerDependencies": { "next": "^12", @@ -64,6 +65,7 @@ "@types/lodash.debounce": "^4.0.6", "@types/node": "^17.0.8", "@types/react": "^17.0.38", + "@types/node-fetch": "^2.6.1", "lint-staged": "^12.1.7", "next": "^12.0.8", "prettier": "^2.5.1", @@ -71,7 +73,7 @@ "react-dom": "^17.0.2", "taskr": "^1.1.0", "taskr-swc": "^0.0.1", - "typescript": "^4.5.4" + "typescript": "^4.7.4" }, "lint-staged": { "**/*.{js,jsx,ts,tsx,json}": [ diff --git a/packages/saleor/package.json b/packages/saleor/package.json index 16fb0a654..1ff9a749d 100644 --- a/packages/saleor/package.json +++ b/packages/saleor/package.json @@ -49,9 +49,10 @@ } }, "dependencies": { - "@vercel/commerce": "^0.0.1", - "@vercel/fetch": "^6.1.1", - "lodash.debounce": "^4.0.8" + "@vercel/commerce": "workspace:*", + "@vercel/fetch": "6.2.0", + "lodash.debounce": "^4.0.8", + "node-fetch": "^2.6.7" }, "peerDependencies": { "next": "^12", @@ -59,7 +60,7 @@ "react-dom": "^17" }, "devDependencies": { - "@graphql-codegen/cli": "^2.3.1", + "@graphql-codegen/cli": "^2.7.0", "@graphql-codegen/schema-ast": "^2.4.1", "@graphql-codegen/typescript": "^2.4.2", "@graphql-codegen/typescript-operations": "^2.2.2", @@ -69,6 +70,7 @@ "@types/lodash.debounce": "^4.0.6", "@types/node": "^17.0.8", "@types/react": "^17.0.38", + "@types/node-fetch": "^2.6.1", "lint-staged": "^12.1.7", "next": "^12.0.8", "prettier": "^2.5.1", @@ -76,7 +78,8 @@ "react-dom": "^17.0.2", "taskr": "^1.1.0", "taskr-swc": "^0.0.1", - "typescript": "^4.5.4" + "typescript": "^4.7.4", + "graphql": "^16.0.0" }, "lint-staged": { "**/*.{js,jsx,ts,tsx,json}": [ diff --git a/packages/sfcc/package.json b/packages/sfcc/package.json index c04dc1909..10e2c462a 100644 --- a/packages/sfcc/package.json +++ b/packages/sfcc/package.json @@ -47,9 +47,10 @@ } }, "dependencies": { - "@vercel/commerce": "^0.0.1", - "@vercel/fetch": "^6.1.1", - "commerce-sdk": "^2.7.0" + "@vercel/commerce": "workspace:*", + "@vercel/fetch": "6.2.0", + "commerce-sdk": "^2.7.0", + "node-fetch": "^2.6.7" }, "peerDependencies": { "next": "^12", @@ -62,6 +63,7 @@ "@taskr/watch": "^1.1.0", "@types/node": "^17.0.8", "@types/react": "^17.0.38", + "@types/node-fetch": "^2.6.1", "lint-staged": "^12.1.7", "next": "^12.0.8", "prettier": "^2.5.1", @@ -69,7 +71,7 @@ "react-dom": "^17.0.2", "taskr": "^1.1.0", "taskr-swc": "^0.0.1", - "typescript": "^4.5.4" + "typescript": "^4.7.4" }, "lint-staged": { "**/*.{js,jsx,ts,tsx,json}": [ diff --git a/packages/shopify/package.json b/packages/shopify/package.json index 6cc45b47e..aeaee5692 100644 --- a/packages/shopify/package.json +++ b/packages/shopify/package.json @@ -49,8 +49,10 @@ } }, "dependencies": { - "@vercel/commerce": "^0.0.1", - "@vercel/fetch": "^6.1.1", + "@vercel/commerce": "workspace:*", + "@vercel/fetch": "6.2.0", + "node-fetch": "^2.6.7", + "js-cookie": "^3.0.1", "lodash.debounce": "^4.0.8" }, "peerDependencies": { @@ -59,25 +61,28 @@ "react-dom": "^17" }, "devDependencies": { - "@graphql-codegen/cli": "^2.3.1", + "@graphql-codegen/cli": "2.7.0", "@graphql-codegen/schema-ast": "^2.4.1", - "@graphql-codegen/typescript": "^2.4.2", - "@graphql-codegen/typescript-operations": "^2.2.2", + "@graphql-codegen/typescript": "^2.6.0", + "@graphql-codegen/typescript-operations": "^2.4.3", "@taskr/clear": "^1.1.0", "@taskr/esnext": "^1.1.0", "@taskr/watch": "^1.1.0", - "@types/lodash.debounce": "^4.0.6", - "@types/node": "^17.0.8", + "@types/js-cookie": "3.0.2", + "@types/lodash.debounce": "^4.0.7", + "@types/node": "^18.0.3", "@types/react": "^17.0.38", - "dotenv": "^12.0.3", - "lint-staged": "^12.1.7", - "next": "^12.0.8", - "prettier": "^2.5.1", - "react": "^17.0.2", - "react-dom": "^17.0.2", + "@types/node-fetch": "2.6.2", + "graphql": "^16.0.0", + "dotenv": "^16.0.1", + "lint-staged": "^13.0.3", + "next": "^12.2.1", + "prettier": "^2.7.1", + "react": "^18.2.0", + "react-dom": "^18.2.0", "taskr": "^1.1.0", - "taskr-swc": "^0.0.1", - "typescript": "^4.5.4" + "taskr-swc": "workspace:*", + "typescript": "^4.3.4" }, "lint-staged": { "**/*.{js,jsx,ts,tsx,json}": [ diff --git a/packages/spree/package.json b/packages/spree/package.json index 491a12df9..dde4ccc31 100644 --- a/packages/spree/package.json +++ b/packages/spree/package.json @@ -48,10 +48,11 @@ }, "dependencies": { "@spree/storefront-api-v2-sdk": "^5.1.1", - "@vercel/commerce": "^0.0.1", - "@vercel/fetch": "^6.1.1", - "swr": "^1.2.0", - "lodash.debounce": "^4.0.8" + "@vercel/commerce": "workspace:*", + "@vercel/fetch": "6.2.0", + "swr": "^1.3.0", + "lodash.debounce": "^4.0.8", + "node-fetch": "^2.6.7" }, "peerDependencies": { "next": "^12", @@ -65,6 +66,7 @@ "@types/lodash.debounce": "^4.0.6", "@types/node": "^17.0.8", "@types/react": "^17.0.38", + "@types/node-fetch": "^2.6.1", "lint-staged": "^12.1.7", "next": "^12.0.8", "prettier": "^2.5.1", @@ -72,7 +74,7 @@ "react-dom": "^17.0.2", "taskr": "^1.1.0", "taskr-swc": "^0.0.1", - "typescript": "^4.5.4" + "typescript": "^4.7.4" }, "lint-staged": { "**/*.{js,jsx,ts,tsx,json}": [ diff --git a/packages/swell/package.json b/packages/swell/package.json index 27a179882..e75262bea 100644 --- a/packages/swell/package.json +++ b/packages/swell/package.json @@ -48,10 +48,11 @@ } }, "dependencies": { - "@vercel/commerce": "^0.0.1", - "@vercel/fetch": "^6.1.1", + "@vercel/commerce": "workspace:*", + "@vercel/fetch": "6.2.0", "swell-js": "^4.0.0-next.0", - "lodash.debounce": "^4.0.8" + "lodash.debounce": "^4.0.8", + "node-fetch": "^2.6.7" }, "peerDependencies": { "next": "^12", @@ -65,6 +66,7 @@ "@types/lodash.debounce": "^4.0.6", "@types/node": "^17.0.8", "@types/react": "^17.0.38", + "@types/node-fetch": "^2.6.1", "lint-staged": "^12.1.7", "next": "^12.0.8", "prettier": "^2.5.1", @@ -72,7 +74,7 @@ "react-dom": "^17.0.2", "taskr": "^1.1.0", "taskr-swc": "^0.0.1", - "typescript": "^4.5.4" + "typescript": "^4.7.4" }, "lint-staged": { "**/*.{js,jsx,ts,tsx,json}": [ diff --git a/packages/vendure/package.json b/packages/vendure/package.json index 484a52743..5e4bce149 100644 --- a/packages/vendure/package.json +++ b/packages/vendure/package.json @@ -49,8 +49,9 @@ } }, "dependencies": { - "@vercel/commerce": "^0.0.1", - "@vercel/fetch": "^6.1.1" + "@vercel/commerce": "workspace:*", + "@vercel/fetch": "6.2.0", + "node-fetch": "^2.6.7" }, "peerDependencies": { "next": "^12", @@ -58,7 +59,7 @@ "react-dom": "^17" }, "devDependencies": { - "@graphql-codegen/cli": "^2.3.1", + "@graphql-codegen/cli": "2.7.0", "@graphql-codegen/schema-ast": "^2.4.1", "@graphql-codegen/typescript": "^2.4.2", "@graphql-codegen/typescript-operations": "^2.2.2", @@ -67,6 +68,8 @@ "@taskr/watch": "^1.1.0", "@types/node": "^17.0.8", "@types/react": "^17.0.38", + "@types/node-fetch": "^2.6.1", + "graphql": "^16.0.0", "lint-staged": "^12.1.7", "next": "^12.0.8", "prettier": "^2.5.1", @@ -74,7 +77,7 @@ "react-dom": "^17.0.2", "taskr": "^1.1.0", "taskr-swc": "^0.0.1", - "typescript": "^4.5.4" + "typescript": "^4.7.4" }, "lint-staged": { "**/*.{js,jsx,ts,tsx,json}": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a6348fe2b..2a3ac71e4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,5 +1,8 @@ lockfileVersion: 5.4 +overrides: + '@types/react': ^17.0.38 + importers: .: @@ -21,29 +24,32 @@ importers: '@types/jsonwebtoken': ^8.5.7 '@types/lodash.debounce': ^4.0.6 '@types/node': ^17.0.8 + '@types/node-fetch': ^2.6.1 '@types/react': ^17.0.38 '@vercel/commerce': workspace:* - '@vercel/fetch': ^6.1.1 + '@vercel/fetch': 6.2.0 cookie: ^0.4.1 immutability-helper: ^3.1.1 jsonwebtoken: ^8.5.1 lint-staged: ^12.1.7 lodash.debounce: ^4.0.8 next: ^12.0.8 + node-fetch: ^2.6.7 prettier: ^2.5.1 react: ^17.0.2 react-dom: ^17.0.2 taskr: ^1.1.0 taskr-swc: ^0.0.1 - typescript: ^4.5.4 + typescript: ^4.7.4 uuidv4: ^6.2.12 dependencies: '@vercel/commerce': link:../commerce - '@vercel/fetch': 6.2.0 + '@vercel/fetch': 6.2.0_wbqoqouw2iimn65bqgaw3lwmza cookie: 0.4.2 immutability-helper: 3.1.1 jsonwebtoken: 8.5.1 lodash.debounce: 4.0.8 + node-fetch: 2.6.7 uuidv4: 6.2.13 devDependencies: '@taskr/clear': 1.1.0 @@ -53,9 +59,10 @@ importers: '@types/jsonwebtoken': 8.5.8 '@types/lodash.debounce': 4.0.7 '@types/node': 17.0.45 + '@types/node-fetch': 2.6.2 '@types/react': 17.0.47 lint-staged: 12.5.0 - next: 12.2.0_sfoxds7t5ydpegc3knd667wn6m + next: 12.2.1_sfoxds7t5ydpegc3knd667wn6m prettier: 2.7.1 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 @@ -70,25 +77,28 @@ importers: '@taskr/watch': ^1.1.0 '@types/js-cookie': ^3.0.1 '@types/node': ^17.0.8 + '@types/node-fetch': 2.6.2 '@types/react': ^17.0.38 - '@vercel/fetch': ^6.1.1 + '@vercel/fetch': 6.2.0 deepmerge: ^4.2.2 import-cwd: ^3.0.0 js-cookie: ^3.0.1 lint-staged: ^12.1.7 next: ^12.0.8 + node-fetch: ^2.6.7 prettier: ^2.5.1 react: ^17.0.2 react-dom: ^17.0.2 - swr: ^1.2.0 + swr: ^1.3.0 taskr: ^1.1.0 taskr-swc: ^0.0.1 - typescript: ^4.5.4 + typescript: ^4.7.4 dependencies: - '@vercel/fetch': 6.2.0 + '@vercel/fetch': 6.2.0_wbqoqouw2iimn65bqgaw3lwmza deepmerge: 4.2.2 import-cwd: 3.0.0 js-cookie: 3.0.1 + node-fetch: 2.6.7 swr: 1.3.0_react@17.0.2 devDependencies: '@taskr/clear': 1.1.0 @@ -96,9 +106,10 @@ importers: '@taskr/watch': 1.1.0 '@types/js-cookie': 3.0.2 '@types/node': 17.0.45 + '@types/node-fetch': 2.6.2 '@types/react': 17.0.47 lint-staged: 12.5.0 - next: 12.2.0_sfoxds7t5ydpegc3knd667wn6m + next: 12.2.1_sfoxds7t5ydpegc3knd667wn6m prettier: 2.7.1 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 @@ -116,7 +127,7 @@ importers: '@types/lodash.debounce': ^4.0.6 '@types/node': ^17.0.8 '@types/react': ^17.0.38 - '@vercel/commerce': ^0.0.1 + '@vercel/commerce': workspace:* lint-staged: ^12.1.7 lodash.debounce: ^4.0.8 next: ^12.0.8 @@ -125,7 +136,7 @@ importers: react-dom: ^17.0.2 taskr: ^1.1.0 taskr-swc: ^0.0.1 - typescript: ^4.5.4 + typescript: ^4.7.4 dependencies: '@chec/commerce.js': 2.8.0 '@vercel/commerce': link:../commerce @@ -139,7 +150,7 @@ importers: '@types/node': 17.0.45 '@types/react': 17.0.47 lint-staged: 12.5.0 - next: 12.2.0_sfoxds7t5ydpegc3knd667wn6m + next: 12.2.1_sfoxds7t5ydpegc3knd667wn6m prettier: 2.7.1 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 @@ -149,7 +160,7 @@ importers: packages/kibocommerce: specifiers: - '@graphql-codegen/cli': ^2.3.1 + '@graphql-codegen/cli': ^2.7.0 '@graphql-codegen/schema-ast': ^2.4.1 '@graphql-codegen/typescript': ^2.4.2 '@graphql-codegen/typescript-operations': ^2.2.2 @@ -158,35 +169,41 @@ importers: '@taskr/watch': ^1.1.0 '@types/lodash.debounce': ^4.0.6 '@types/node': ^17.0.8 + '@types/node-fetch': 2.6.2 '@types/react': ^17.0.38 - '@vercel/commerce': ^0.0.1 - '@vercel/fetch': ^6.1.1 + '@vercel/commerce': workspace:* + '@vercel/fetch': 6.2.0 + graphql: ^16.0.0 lint-staged: ^12.1.7 lodash.debounce: ^4.0.8 next: ^12.0.8 + node-fetch: ^2.6.7 prettier: ^2.5.1 react: ^17.0.2 react-dom: ^17.0.2 taskr: ^1.1.0 taskr-swc: ^0.0.1 - typescript: ^4.5.4 + typescript: ^4.7.4 dependencies: '@vercel/commerce': link:../commerce - '@vercel/fetch': 6.2.0 + '@vercel/fetch': 6.2.0_wbqoqouw2iimn65bqgaw3lwmza lodash.debounce: 4.0.8 + node-fetch: 2.6.7 devDependencies: - '@graphql-codegen/cli': 2.7.0_x2utdhayajzrh747hktprshhby - '@graphql-codegen/schema-ast': 2.4.1 - '@graphql-codegen/typescript': 2.6.0 - '@graphql-codegen/typescript-operations': 2.4.3 + '@graphql-codegen/cli': 2.7.0_64espgwn2luu5vj5y7mf2qpsfa + '@graphql-codegen/schema-ast': 2.4.1_graphql@16.5.0 + '@graphql-codegen/typescript': 2.6.0_graphql@16.5.0 + '@graphql-codegen/typescript-operations': 2.4.3_graphql@16.5.0 '@taskr/clear': 1.1.0 '@taskr/esnext': 1.1.0 '@taskr/watch': 1.1.0 '@types/lodash.debounce': 4.0.7 '@types/node': 17.0.45 + '@types/node-fetch': 2.6.2 '@types/react': 17.0.47 + graphql: 16.5.0 lint-staged: 12.5.0 - next: 12.2.0_sfoxds7t5ydpegc3knd667wn6m + next: 12.2.1_sfoxds7t5ydpegc3knd667wn6m prettier: 2.7.1 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 @@ -200,28 +217,32 @@ importers: '@taskr/esnext': ^1.1.0 '@taskr/watch': ^1.1.0 '@types/node': ^17.0.8 + '@types/node-fetch': 2.6.2 '@types/react': ^17.0.38 - '@vercel/commerce': ^0.0.1 - '@vercel/fetch': ^6.1.1 + '@vercel/commerce': workspace:* + '@vercel/fetch': 6.2.0 lint-staged: ^12.1.7 next: ^12.0.8 + node-fetch: ^2.6.7 prettier: ^2.5.1 react: ^17.0.2 react-dom: ^17.0.2 taskr: ^1.1.0 taskr-swc: ^0.0.1 - typescript: ^4.5.4 + typescript: ^4.7.4 dependencies: '@vercel/commerce': link:../commerce - '@vercel/fetch': 6.2.0 + '@vercel/fetch': 6.2.0_wbqoqouw2iimn65bqgaw3lwmza + node-fetch: 2.6.7 devDependencies: '@taskr/clear': 1.1.0 '@taskr/esnext': 1.1.0 '@taskr/watch': 1.1.0 '@types/node': 17.0.45 + '@types/node-fetch': 2.6.2 '@types/react': 17.0.47 lint-staged: 12.5.0 - next: 12.2.0_sfoxds7t5ydpegc3knd667wn6m + next: 12.2.1_sfoxds7t5ydpegc3knd667wn6m prettier: 2.7.1 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 @@ -236,23 +257,26 @@ importers: '@taskr/watch': ^1.1.0 '@types/lodash.debounce': ^4.0.6 '@types/node': ^17.0.8 + '@types/node-fetch': ^2.6.1 '@types/react': ^17.0.38 - '@vercel/commerce': ^0.0.1 - '@vercel/fetch': ^6.1.1 + '@vercel/commerce': workspace:* + '@vercel/fetch': 6.2.0 lint-staged: ^12.1.7 lodash.debounce: ^4.0.8 next: ^12.0.8 + node-fetch: ^2.6.7 prettier: ^2.5.1 react: ^17.0.2 react-dom: ^17.0.2 stripe: ^8.197.0 taskr: ^1.1.0 taskr-swc: ^0.0.1 - typescript: ^4.5.4 + typescript: ^4.7.4 dependencies: '@vercel/commerce': link:../commerce - '@vercel/fetch': 6.2.0 + '@vercel/fetch': 6.2.0_wbqoqouw2iimn65bqgaw3lwmza lodash.debounce: 4.0.8 + node-fetch: 2.6.7 stripe: 8.222.0 devDependencies: '@taskr/clear': 1.1.0 @@ -260,9 +284,10 @@ importers: '@taskr/watch': 1.1.0 '@types/lodash.debounce': 4.0.7 '@types/node': 17.0.45 + '@types/node-fetch': 2.6.2 '@types/react': 17.0.47 lint-staged: 12.5.0 - next: 12.2.0_sfoxds7t5ydpegc3knd667wn6m + next: 12.2.1_sfoxds7t5ydpegc3knd667wn6m prettier: 2.7.1 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 @@ -272,7 +297,7 @@ importers: packages/saleor: specifiers: - '@graphql-codegen/cli': ^2.3.1 + '@graphql-codegen/cli': ^2.7.0 '@graphql-codegen/schema-ast': ^2.4.1 '@graphql-codegen/typescript': ^2.4.2 '@graphql-codegen/typescript-operations': ^2.2.2 @@ -281,35 +306,41 @@ importers: '@taskr/watch': ^1.1.0 '@types/lodash.debounce': ^4.0.6 '@types/node': ^17.0.8 + '@types/node-fetch': ^2.6.1 '@types/react': ^17.0.38 - '@vercel/commerce': ^0.0.1 - '@vercel/fetch': ^6.1.1 + '@vercel/commerce': workspace:* + '@vercel/fetch': 6.2.0 + graphql: ^16.0.0 lint-staged: ^12.1.7 lodash.debounce: ^4.0.8 next: ^12.0.8 + node-fetch: ^2.6.7 prettier: ^2.5.1 react: ^17.0.2 react-dom: ^17.0.2 taskr: ^1.1.0 taskr-swc: ^0.0.1 - typescript: ^4.5.4 + typescript: ^4.7.4 dependencies: '@vercel/commerce': link:../commerce - '@vercel/fetch': 6.2.0 + '@vercel/fetch': 6.2.0_wbqoqouw2iimn65bqgaw3lwmza lodash.debounce: 4.0.8 + node-fetch: 2.6.7 devDependencies: - '@graphql-codegen/cli': 2.7.0_x2utdhayajzrh747hktprshhby - '@graphql-codegen/schema-ast': 2.4.1 - '@graphql-codegen/typescript': 2.6.0 - '@graphql-codegen/typescript-operations': 2.4.3 + '@graphql-codegen/cli': 2.7.0_64espgwn2luu5vj5y7mf2qpsfa + '@graphql-codegen/schema-ast': 2.4.1_graphql@16.5.0 + '@graphql-codegen/typescript': 2.6.0_graphql@16.5.0 + '@graphql-codegen/typescript-operations': 2.4.3_graphql@16.5.0 '@taskr/clear': 1.1.0 '@taskr/esnext': 1.1.0 '@taskr/watch': 1.1.0 '@types/lodash.debounce': 4.0.7 '@types/node': 17.0.45 + '@types/node-fetch': 2.6.2 '@types/react': 17.0.47 + graphql: 16.5.0 lint-staged: 12.5.0 - next: 12.2.0_sfoxds7t5ydpegc3knd667wn6m + next: 12.2.1_sfoxds7t5ydpegc3knd667wn6m prettier: 2.7.1 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 @@ -323,30 +354,34 @@ importers: '@taskr/esnext': ^1.1.0 '@taskr/watch': ^1.1.0 '@types/node': ^17.0.8 + '@types/node-fetch': ^2.6.1 '@types/react': ^17.0.38 - '@vercel/commerce': ^0.0.1 - '@vercel/fetch': ^6.1.1 + '@vercel/commerce': workspace:* + '@vercel/fetch': 6.2.0 commerce-sdk: ^2.7.0 lint-staged: ^12.1.7 next: ^12.0.8 + node-fetch: ^2.6.7 prettier: ^2.5.1 react: ^17.0.2 react-dom: ^17.0.2 taskr: ^1.1.0 taskr-swc: ^0.0.1 - typescript: ^4.5.4 + typescript: ^4.7.4 dependencies: '@vercel/commerce': link:../commerce - '@vercel/fetch': 6.2.0 + '@vercel/fetch': 6.2.0_wbqoqouw2iimn65bqgaw3lwmza commerce-sdk: 2.8.0 + node-fetch: 2.6.7 devDependencies: '@taskr/clear': 1.1.0 '@taskr/esnext': 1.1.0 '@taskr/watch': 1.1.0 '@types/node': 17.0.45 + '@types/node-fetch': 2.6.2 '@types/react': 17.0.47 lint-staged: 12.5.0 - next: 12.2.0_sfoxds7t5ydpegc3knd667wn6m + next: 12.2.1_sfoxds7t5ydpegc3knd667wn6m prettier: 2.7.1 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 @@ -356,49 +391,59 @@ importers: packages/shopify: specifiers: - '@graphql-codegen/cli': ^2.3.1 + '@graphql-codegen/cli': 2.7.0 '@graphql-codegen/schema-ast': ^2.4.1 - '@graphql-codegen/typescript': ^2.4.2 - '@graphql-codegen/typescript-operations': ^2.2.2 + '@graphql-codegen/typescript': ^2.6.0 + '@graphql-codegen/typescript-operations': ^2.4.3 '@taskr/clear': ^1.1.0 '@taskr/esnext': ^1.1.0 '@taskr/watch': ^1.1.0 - '@types/lodash.debounce': ^4.0.6 - '@types/node': ^17.0.8 + '@types/js-cookie': 3.0.2 + '@types/lodash.debounce': ^4.0.7 + '@types/node': ^18.0.3 + '@types/node-fetch': 2.6.2 '@types/react': ^17.0.38 - '@vercel/commerce': ^0.0.1 - '@vercel/fetch': ^6.1.1 - dotenv: ^12.0.3 - lint-staged: ^12.1.7 + '@vercel/commerce': workspace:* + '@vercel/fetch': 6.2.0 + dotenv: ^16.0.1 + graphql: ^16.0.0 + js-cookie: ^3.0.1 + lint-staged: ^13.0.3 lodash.debounce: ^4.0.8 - next: ^12.0.8 - prettier: ^2.5.1 - react: ^17.0.2 - react-dom: ^17.0.2 + next: ^12.2.1 + node-fetch: ^2.6.7 + prettier: ^2.7.1 + react: ^18.2.0 + react-dom: ^18.2.0 taskr: ^1.1.0 - taskr-swc: ^0.0.1 - typescript: ^4.5.4 + taskr-swc: workspace:* + typescript: ^4.3.4 dependencies: '@vercel/commerce': link:../commerce - '@vercel/fetch': 6.2.0 + '@vercel/fetch': 6.2.0_wbqoqouw2iimn65bqgaw3lwmza + js-cookie: 3.0.1 lodash.debounce: 4.0.8 + node-fetch: 2.6.7 devDependencies: - '@graphql-codegen/cli': 2.7.0_x2utdhayajzrh747hktprshhby - '@graphql-codegen/schema-ast': 2.4.1 - '@graphql-codegen/typescript': 2.6.0 - '@graphql-codegen/typescript-operations': 2.4.3 + '@graphql-codegen/cli': 2.7.0_d3tqo63n3rumibtsdlgk6a57gq + '@graphql-codegen/schema-ast': 2.4.1_graphql@16.5.0 + '@graphql-codegen/typescript': 2.6.0_graphql@16.5.0 + '@graphql-codegen/typescript-operations': 2.4.3_graphql@16.5.0 '@taskr/clear': 1.1.0 '@taskr/esnext': 1.1.0 '@taskr/watch': 1.1.0 + '@types/js-cookie': 3.0.2 '@types/lodash.debounce': 4.0.7 - '@types/node': 17.0.45 + '@types/node': 18.0.3 + '@types/node-fetch': 2.6.2 '@types/react': 17.0.47 - dotenv: 12.0.4 - lint-staged: 12.5.0 - next: 12.2.0_sfoxds7t5ydpegc3knd667wn6m + dotenv: 16.0.1 + graphql: 16.5.0 + lint-staged: 13.0.3 + next: 12.2.1_biqbaboplfbrettd7655fr4n2y prettier: 2.7.1 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 taskr: 1.1.0 taskr-swc: link:../taskr-swc typescript: 4.7.4 @@ -411,24 +456,27 @@ importers: '@taskr/watch': ^1.1.0 '@types/lodash.debounce': ^4.0.6 '@types/node': ^17.0.8 + '@types/node-fetch': ^2.6.1 '@types/react': ^17.0.38 - '@vercel/commerce': ^0.0.1 - '@vercel/fetch': ^6.1.1 + '@vercel/commerce': workspace:* + '@vercel/fetch': 6.2.0 lint-staged: ^12.1.7 lodash.debounce: ^4.0.8 next: ^12.0.8 + node-fetch: ^2.6.7 prettier: ^2.5.1 react: ^17.0.2 react-dom: ^17.0.2 - swr: ^1.2.0 + swr: ^1.3.0 taskr: ^1.1.0 taskr-swc: ^0.0.1 - typescript: ^4.5.4 + typescript: ^4.7.4 dependencies: - '@spree/storefront-api-v2-sdk': 5.1.4 + '@spree/storefront-api-v2-sdk': 5.1.4_node-fetch@2.6.7 '@vercel/commerce': link:../commerce - '@vercel/fetch': 6.2.0 + '@vercel/fetch': 6.2.0_wbqoqouw2iimn65bqgaw3lwmza lodash.debounce: 4.0.8 + node-fetch: 2.6.7 swr: 1.3.0_react@17.0.2 devDependencies: '@taskr/clear': 1.1.0 @@ -436,9 +484,10 @@ importers: '@taskr/watch': 1.1.0 '@types/lodash.debounce': 4.0.7 '@types/node': 17.0.45 + '@types/node-fetch': 2.6.2 '@types/react': 17.0.47 lint-staged: 12.5.0 - next: 12.2.0_sfoxds7t5ydpegc3knd667wn6m + next: 12.2.1_sfoxds7t5ydpegc3knd667wn6m prettier: 2.7.1 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 @@ -453,23 +502,26 @@ importers: '@taskr/watch': ^1.1.0 '@types/lodash.debounce': ^4.0.6 '@types/node': ^17.0.8 + '@types/node-fetch': ^2.6.1 '@types/react': ^17.0.38 - '@vercel/commerce': ^0.0.1 - '@vercel/fetch': ^6.1.1 + '@vercel/commerce': workspace:* + '@vercel/fetch': 6.2.0 lint-staged: ^12.1.7 lodash.debounce: ^4.0.8 next: ^12.0.8 + node-fetch: ^2.6.7 prettier: ^2.5.1 react: ^17.0.2 react-dom: ^17.0.2 swell-js: ^4.0.0-next.0 taskr: ^1.1.0 taskr-swc: ^0.0.1 - typescript: ^4.5.4 + typescript: ^4.7.4 dependencies: '@vercel/commerce': link:../commerce - '@vercel/fetch': 6.2.0 + '@vercel/fetch': 6.2.0_wbqoqouw2iimn65bqgaw3lwmza lodash.debounce: 4.0.8 + node-fetch: 2.6.7 swell-js: 4.0.0-next.0 devDependencies: '@taskr/clear': 1.1.0 @@ -477,9 +529,10 @@ importers: '@taskr/watch': 1.1.0 '@types/lodash.debounce': 4.0.7 '@types/node': 17.0.45 + '@types/node-fetch': 2.6.2 '@types/react': 17.0.47 lint-staged: 12.5.0 - next: 12.2.0_sfoxds7t5ydpegc3knd667wn6m + next: 12.2.1_sfoxds7t5ydpegc3knd667wn6m prettier: 2.7.1 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 @@ -492,12 +545,12 @@ importers: '@swc/core': ^1.2.138 prettier: ^2.5.1 devDependencies: - '@swc/core': 1.2.208 + '@swc/core': 1.2.210 prettier: 2.7.1 packages/vendure: specifiers: - '@graphql-codegen/cli': ^2.3.1 + '@graphql-codegen/cli': 2.7.0 '@graphql-codegen/schema-ast': ^2.4.1 '@graphql-codegen/typescript': ^2.4.2 '@graphql-codegen/typescript-operations': ^2.2.2 @@ -505,32 +558,38 @@ importers: '@taskr/esnext': ^1.1.0 '@taskr/watch': ^1.1.0 '@types/node': ^17.0.8 + '@types/node-fetch': ^2.6.1 '@types/react': ^17.0.38 - '@vercel/commerce': ^0.0.1 - '@vercel/fetch': ^6.1.1 + '@vercel/commerce': workspace:* + '@vercel/fetch': 6.2.0 + graphql: ^16.0.0 lint-staged: ^12.1.7 next: ^12.0.8 + node-fetch: ^2.6.7 prettier: ^2.5.1 react: ^17.0.2 react-dom: ^17.0.2 taskr: ^1.1.0 taskr-swc: ^0.0.1 - typescript: ^4.5.4 + typescript: ^4.7.4 dependencies: '@vercel/commerce': link:../commerce - '@vercel/fetch': 6.2.0 + '@vercel/fetch': 6.2.0_wbqoqouw2iimn65bqgaw3lwmza + node-fetch: 2.6.7 devDependencies: - '@graphql-codegen/cli': 2.7.0_x2utdhayajzrh747hktprshhby - '@graphql-codegen/schema-ast': 2.4.1 - '@graphql-codegen/typescript': 2.6.0 - '@graphql-codegen/typescript-operations': 2.4.3 + '@graphql-codegen/cli': 2.7.0_64espgwn2luu5vj5y7mf2qpsfa + '@graphql-codegen/schema-ast': 2.4.1_graphql@16.5.0 + '@graphql-codegen/typescript': 2.6.0_graphql@16.5.0 + '@graphql-codegen/typescript-operations': 2.4.3_graphql@16.5.0 '@taskr/clear': 1.1.0 '@taskr/esnext': 1.1.0 '@taskr/watch': 1.1.0 '@types/node': 17.0.45 + '@types/node-fetch': 2.6.2 '@types/react': 17.0.47 + graphql: 16.5.0 lint-staged: 12.5.0 - next: 12.2.0_sfoxds7t5ydpegc3knd667wn6m + next: 12.2.1_sfoxds7t5ydpegc3knd667wn6m prettier: 2.7.1 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 @@ -541,13 +600,13 @@ importers: site: specifiers: '@next/bundle-analyzer': ^12.0.8 - '@radix-ui/react-dropdown-menu': ^0.1.6 + '@radix-ui/react-dropdown-menu': 0.1.7-rc.46 '@react-spring/web': ^9.4.1 '@types/body-scroll-lock': ^3.1.0 '@types/js-cookie': ^3.0.1 '@types/lodash.random': ^3.2.6 '@types/lodash.throttle': ^4.1.6 - '@types/node': ^17.0.8 + '@types/node': ^18.0.3 '@types/react': ^17.0.38 '@vercel/commerce': workspace:* '@vercel/commerce-bigcommerce': workspace:* @@ -568,27 +627,27 @@ importers: eslint-config-next: ^12.0.8 eslint-config-prettier: ^8.3.0 js-cookie: ^3.0.1 - keen-slider: ^6.6.3 - lint-staged: ^12.1.7 + keen-slider: ^6.7.0 + lint-staged: ^13.0.3 lodash.random: ^3.2.0 lodash.throttle: ^4.1.1 - next: ^12.0.8 - next-themes: ^0.0.15 + next: ^12.2.1 + next-themes: ^0.2.0 postcss: ^8.3.5 postcss-flexbugs-fixes: ^5.0.2 - postcss-nesting: ^8.0.1 + postcss-nesting: ^10.1.10 postcss-preset-env: ^7.2.3 prettier: ^2.5.1 react: ^17.0.2 react-dom: ^17.0.2 react-fast-marquee: ^1.3.1 - react-merge-refs: ^1.1.0 + react-merge-refs: ^2.0.1 react-use-measure: ^2.1.1 tabbable: ^5.2.1 tailwindcss: ^3.0.13 - typescript: 4.3.4 + typescript: 4.7.4 dependencies: - '@radix-ui/react-dropdown-menu': 0.1.6_nn45z5sr7igu7sfun6tiae5hx4 + '@radix-ui/react-dropdown-menu': 0.1.7-rc.46_nn45z5sr7igu7sfun6tiae5hx4 '@react-spring/web': 9.4.5_sfoxds7t5ydpegc3knd667wn6m '@vercel/commerce': link:../packages/commerce '@vercel/commerce-bigcommerce': link:../packages/bigcommerce @@ -603,39 +662,39 @@ importers: '@vercel/commerce-vendure': link:../packages/vendure autoprefixer: 10.4.7_postcss@8.4.14 body-scroll-lock: 4.0.0-beta.0 - clsx: 1.2.0 + clsx: 1.2.1 email-validator: 2.0.4 js-cookie: 3.0.1 keen-slider: 6.7.0 lodash.random: 3.2.0 lodash.throttle: 4.1.1 - next: 12.2.0_sfoxds7t5ydpegc3knd667wn6m - next-themes: 0.0.15_nsrodebypp3mcf7ihyfjqmpudu + next: 12.2.1_sfoxds7t5ydpegc3knd667wn6m + next-themes: 0.2.0_hd4ftj27eynthkwnbwxec6joby postcss: 8.4.14 - postcss-nesting: 8.0.1_postcss@8.4.14 + postcss-nesting: 10.1.10_postcss@8.4.14 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 react-fast-marquee: 1.3.2_sfoxds7t5ydpegc3knd667wn6m - react-merge-refs: 1.1.0 + react-merge-refs: 2.0.1 react-use-measure: 2.1.1_sfoxds7t5ydpegc3knd667wn6m tabbable: 5.3.3 - tailwindcss: 3.1.4 + tailwindcss: 3.1.5 devDependencies: - '@next/bundle-analyzer': 12.2.0 + '@next/bundle-analyzer': 12.2.1 '@types/body-scroll-lock': 3.1.0 '@types/js-cookie': 3.0.2 '@types/lodash.random': 3.2.7 '@types/lodash.throttle': 4.1.7 - '@types/node': 17.0.45 + '@types/node': 18.0.3 '@types/react': 17.0.47 eslint: 8.19.0 - eslint-config-next: 12.2.0_phrdw3x5bruxg3zolwflc7fabm + eslint-config-next: 12.2.1_4x5o4skxv6sl53vpwefgt23khm eslint-config-prettier: 8.5.0_eslint@8.19.0 - lint-staged: 12.5.0 + lint-staged: 13.0.3 postcss-flexbugs-fixes: 5.0.2_postcss@8.4.14 postcss-preset-env: 7.7.2_postcss@8.4.14 prettier: 2.7.1 - typescript: 4.3.4 + typescript: 4.7.4 packages: @@ -647,7 +706,7 @@ packages: '@jridgewell/trace-mapping': 0.3.14 dev: true - /@ardatan/relay-compiler/12.0.0: + /@ardatan/relay-compiler/12.0.0_graphql@16.5.0: resolution: {integrity: sha512-9anThAaj1dQr6IGmzBMcfzOQKTa5artjuPmw8NYK/fiGEMjADbSguBY2FMDykt+QhilR3wc9VA/3yVju7JHg7Q==} hasBin: true peerDependencies: @@ -655,15 +714,16 @@ packages: dependencies: '@babel/core': 7.18.6 '@babel/generator': 7.18.7 - '@babel/parser': 7.18.6 + '@babel/parser': 7.18.8 '@babel/runtime': 7.18.6 - '@babel/traverse': 7.18.6 - '@babel/types': 7.18.7 + '@babel/traverse': 7.18.8 + '@babel/types': 7.18.8 babel-preset-fbjs: 3.4.0_@babel+core@7.18.6 chalk: 4.1.2 fb-watchman: 2.0.1 fbjs: 3.0.4 glob: 7.2.3 + graphql: 16.5.0 immutable: 3.7.6 invariant: 2.2.4 nullthrows: 1.1.1 @@ -682,8 +742,8 @@ packages: '@babel/highlight': 7.18.6 dev: true - /@babel/compat-data/7.18.6: - resolution: {integrity: sha512-tzulrgDT0QD6U7BJ4TKVk2SDDg7wlP39P9yAx1RfLy7vP/7rsDRlWVfbWxElslu56+r7QOhB2NSDsabYYruoZQ==} + /@babel/compat-data/7.18.8: + resolution: {integrity: sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==} engines: {node: '>=6.9.0'} dev: true @@ -695,12 +755,12 @@ packages: '@babel/code-frame': 7.18.6 '@babel/generator': 7.18.7 '@babel/helper-compilation-targets': 7.18.6_@babel+core@7.18.6 - '@babel/helper-module-transforms': 7.18.6 + '@babel/helper-module-transforms': 7.18.8 '@babel/helpers': 7.18.6 - '@babel/parser': 7.18.6 + '@babel/parser': 7.18.8 '@babel/template': 7.18.6 - '@babel/traverse': 7.18.6 - '@babel/types': 7.18.7 + '@babel/traverse': 7.18.8 + '@babel/types': 7.18.8 convert-source-map: 1.8.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -714,7 +774,7 @@ packages: resolution: {integrity: sha512-shck+7VLlY72a2w9c3zYWuE1pwOKEiQHV7GTUbSnhyl5eu3i04t30tBY82ZRWrDfo3gkakCFtevExnxbkf2a3A==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.7 + '@babel/types': 7.18.8 '@jridgewell/gen-mapping': 0.3.2 jsesc: 2.5.2 dev: true @@ -723,7 +783,7 @@ packages: resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.7 + '@babel/types': 7.18.8 dev: true /@babel/helper-compilation-targets/7.18.6_@babel+core@7.18.6: @@ -732,7 +792,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.18.6 + '@babel/compat-data': 7.18.8 '@babel/core': 7.18.6 '@babel/helper-validator-option': 7.18.6 browserslist: 4.21.1 @@ -767,32 +827,32 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.18.6 - '@babel/types': 7.18.7 + '@babel/types': 7.18.8 dev: true /@babel/helper-hoist-variables/7.18.6: resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.7 + '@babel/types': 7.18.8 dev: true /@babel/helper-member-expression-to-functions/7.18.6: resolution: {integrity: sha512-CeHxqwwipekotzPDUuJOfIMtcIHBuc7WAzLmTYWctVigqS5RktNMQ5bEwQSuGewzYnCtTWa3BARXeiLxDTv+Ng==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.7 + '@babel/types': 7.18.8 dev: true /@babel/helper-module-imports/7.18.6: resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.7 + '@babel/types': 7.18.8 dev: true - /@babel/helper-module-transforms/7.18.6: - resolution: {integrity: sha512-L//phhB4al5uucwzlimruukHB3jRd5JGClwRMD/ROrVjXfLqovYnvQrK/JK36WYyVwGGO7OD3kMyVTjx+WVPhw==} + /@babel/helper-module-transforms/7.18.8: + resolution: {integrity: sha512-che3jvZwIcZxrwh63VfnFTUzcAM9v/lznYkkRxIBGMPt1SudOKHAEec0SIRCfiuIzTcF7VGj/CaTT6gY4eWxvA==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-environment-visitor': 7.18.6 @@ -801,8 +861,8 @@ packages: '@babel/helper-split-export-declaration': 7.18.6 '@babel/helper-validator-identifier': 7.18.6 '@babel/template': 7.18.6 - '@babel/traverse': 7.18.6 - '@babel/types': 7.18.7 + '@babel/traverse': 7.18.8 + '@babel/types': 7.18.8 transitivePeerDependencies: - supports-color dev: true @@ -811,7 +871,7 @@ packages: resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.7 + '@babel/types': 7.18.8 dev: true /@babel/helper-plugin-utils/7.18.6: @@ -826,8 +886,8 @@ packages: '@babel/helper-environment-visitor': 7.18.6 '@babel/helper-member-expression-to-functions': 7.18.6 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/traverse': 7.18.6 - '@babel/types': 7.18.7 + '@babel/traverse': 7.18.8 + '@babel/types': 7.18.8 transitivePeerDependencies: - supports-color dev: true @@ -836,21 +896,21 @@ packages: resolution: {integrity: sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.7 + '@babel/types': 7.18.8 dev: true /@babel/helper-skip-transparent-expression-wrappers/7.18.6: resolution: {integrity: sha512-4KoLhwGS9vGethZpAhYnMejWkX64wsnHPDwvOsKWU6Fg4+AlK2Jz3TyjQLMEPvz+1zemi/WBdkYxCD0bAfIkiw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.7 + '@babel/types': 7.18.8 dev: true /@babel/helper-split-export-declaration/7.18.6: resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.7 + '@babel/types': 7.18.8 dev: true /@babel/helper-validator-identifier/7.18.6: @@ -868,8 +928,8 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.18.6 - '@babel/traverse': 7.18.6 - '@babel/types': 7.18.7 + '@babel/traverse': 7.18.8 + '@babel/types': 7.18.8 transitivePeerDependencies: - supports-color dev: true @@ -883,12 +943,12 @@ packages: js-tokens: 4.0.0 dev: true - /@babel/parser/7.18.6: - resolution: {integrity: sha512-uQVSa9jJUe/G/304lXspfWVpKpK4euFLgGiMQFOCpM/bgcAdeoHwi/OQz23O9GK2osz26ZiXRRV9aV+Yl1O8tw==} + /@babel/parser/7.18.8: + resolution: {integrity: sha512-RSKRfYX20dyH+elbJK2uqAkVyucL+xXzhqlMD5/ZXx+dAAwpyB7HsvnHe/ZUGOF+xLr5Wx9/JoXVTj6BQE2/oA==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.18.7 + '@babel/types': 7.18.8 dev: true /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.18.6: @@ -910,12 +970,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.18.6 + '@babel/compat-data': 7.18.8 '@babel/core': 7.18.6 '@babel/helper-compilation-targets': 7.18.6_@babel+core@7.18.6 '@babel/helper-plugin-utils': 7.18.6 '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.6 - '@babel/plugin-transform-parameters': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.18.6 dev: true /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.18.6: @@ -986,8 +1046,8 @@ packages: '@babel/helper-plugin-utils': 7.18.6 dev: true - /@babel/plugin-transform-classes/7.18.6_@babel+core@7.18.6: - resolution: {integrity: sha512-XTg8XW/mKpzAF3actL554Jl/dOYoJtv3l8fxaEczpgz84IeeVf+T1u2CSvPHuZbt0w3JkIx4rdn/MRQI7mo0HQ==} + /@babel/plugin-transform-classes/7.18.8_@babel+core@7.18.6: + resolution: {integrity: sha512-RySDoXdF6hgHSHuAW4aLGyVQdmvEX/iJtjVre52k0pxRq4hzqze+rAVP++NmNv596brBpYmaiKgTZby7ziBnVg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1036,8 +1096,8 @@ packages: '@babel/plugin-syntax-flow': 7.18.6_@babel+core@7.18.6 dev: true - /@babel/plugin-transform-for-of/7.18.6_@babel+core@7.18.6: - resolution: {integrity: sha512-WAjoMf4wIiSsy88KmG7tgj2nFdEK7E46tArVtcgED7Bkj6Fg/tG5SbvNIOKxbFS2VFgNh6+iaPswBeQZm4ox8w==} + /@babel/plugin-transform-for-of/7.18.8_@babel+core@7.18.6: + resolution: {integrity: sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1085,7 +1145,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-module-transforms': 7.18.6 + '@babel/helper-module-transforms': 7.18.8 '@babel/helper-plugin-utils': 7.18.6 '@babel/helper-simple-access': 7.18.6 babel-plugin-dynamic-import-node: 2.3.3 @@ -1106,8 +1166,8 @@ packages: - supports-color dev: true - /@babel/plugin-transform-parameters/7.18.6_@babel+core@7.18.6: - resolution: {integrity: sha512-FjdqgMv37yVl/gwvzkcB+wfjRI8HQmc5EgOG9iGNvUY1ok+TjsoaMP7IqCDZBhkFcM5f3OPVMs6Dmp03C5k4/A==} + /@babel/plugin-transform-parameters/7.18.8_@babel+core@7.18.6: + resolution: {integrity: sha512-ivfbE3X2Ss+Fj8nnXvKJS6sjRG4gzwPMsP+taZC+ZzEGjAYlvENixmt1sZ5Ca6tWls+BlKSGKPJ6OOXvXCbkFg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1147,7 +1207,7 @@ packages: '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.18.6 '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.18.6 - '@babel/types': 7.18.7 + '@babel/types': 7.18.8 dev: true /@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.18.6: @@ -1206,12 +1266,12 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/parser': 7.18.6 - '@babel/types': 7.18.7 + '@babel/parser': 7.18.8 + '@babel/types': 7.18.8 dev: true - /@babel/traverse/7.18.6: - resolution: {integrity: sha512-zS/OKyqmD7lslOtFqbscH6gMLFYOfG1YPqCKfAW5KrTeolKqvB8UelR49Fpr6y93kYkW2Ik00mT1LOGiAGvizw==} + /@babel/traverse/7.18.8: + resolution: {integrity: sha512-UNg/AcSySJYR/+mIcJQDCv00T+AqRO7j/ZEJLzpaYtgM48rMg5MnkJgyNqkzo88+p4tfRvZJCEiwwfG6h4jkRg==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 @@ -1220,16 +1280,16 @@ packages: '@babel/helper-function-name': 7.18.6 '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.18.6 - '@babel/types': 7.18.7 + '@babel/parser': 7.18.8 + '@babel/types': 7.18.8 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/types/7.18.7: - resolution: {integrity: sha512-QG3yxTcTIBoAcQmkCs+wAPYZhu7Dk9rXKacINfNbdJDNERTbLQbHGyVG8q/YGMPeCJRIhSY0+fTc5+xuh6WPSQ==} + /@babel/types/7.18.8: + resolution: {integrity: sha512-qwpdsmraq0aJ3osLJRApsc2ouSJCdnMeZwB0DhbtHAtRpZNZCdlbRnHIgcRKzdE1g0iOGg644fzjOBcdOz9cPw==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-validator-identifier': 7.18.6 @@ -1401,7 +1461,6 @@ packages: dependencies: postcss: 8.4.14 postcss-selector-parser: 6.0.10 - dev: true /@endemolshinegroup/cosmiconfig-typescript-loader/3.0.2_zmjss6mecb4soo3dpdlecld3xa: resolution: {integrity: sha512-QRVtqJuS1mcT56oHpVegkKBlgtWjXw/gHNWO3eL9oyB5Sc7HBoc2OLG/nYpVfT/Jejvo3NUrD0Udk7XgoyDKkA==} @@ -1439,24 +1498,24 @@ packages: resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==} dev: false - /@graphql-codegen/cli/2.7.0_x2utdhayajzrh747hktprshhby: + /@graphql-codegen/cli/2.7.0_64espgwn2luu5vj5y7mf2qpsfa: resolution: {integrity: sha512-qlBcS6jGfZ/xWXwqiyRLHGRuLC9gUdF8AwGHN7LdAYEP5MjL7pIXb02W5JuvMn47rrvr2Q22H9ECppZX65oSAg==} hasBin: true 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 dependencies: - '@graphql-codegen/core': 2.5.1 - '@graphql-codegen/plugin-helpers': 2.4.2 - '@graphql-tools/apollo-engine-loader': 7.3.1 - '@graphql-tools/code-file-loader': 7.3.0 - '@graphql-tools/git-loader': 7.2.0 - '@graphql-tools/github-loader': 7.3.1 - '@graphql-tools/graphql-file-loader': 7.4.0 - '@graphql-tools/json-file-loader': 7.4.0 - '@graphql-tools/load': 7.7.0 - '@graphql-tools/prisma-loader': 7.2.2_@types+node@17.0.45 - '@graphql-tools/url-loader': 7.12.1_@types+node@17.0.45 - '@graphql-tools/utils': 8.8.0 + '@graphql-codegen/core': 2.5.1_graphql@16.5.0 + '@graphql-codegen/plugin-helpers': 2.4.2_graphql@16.5.0 + '@graphql-tools/apollo-engine-loader': 7.3.1_graphql@16.5.0 + '@graphql-tools/code-file-loader': 7.3.0_graphql@16.5.0 + '@graphql-tools/git-loader': 7.2.0_graphql@16.5.0 + '@graphql-tools/github-loader': 7.3.1_graphql@16.5.0 + '@graphql-tools/graphql-file-loader': 7.4.0_graphql@16.5.0 + '@graphql-tools/json-file-loader': 7.4.0_graphql@16.5.0 + '@graphql-tools/load': 7.7.0_graphql@16.5.0 + '@graphql-tools/prisma-loader': 7.2.2_exvfdlvhcng26fz4bmdxzrzhyu + '@graphql-tools/url-loader': 7.12.1_exvfdlvhcng26fz4bmdxzrzhyu + '@graphql-tools/utils': 8.8.0_graphql@16.5.0 ansi-escapes: 4.3.2 chalk: 4.1.2 change-case-all: 1.0.14 @@ -1465,7 +1524,8 @@ packages: cosmiconfig: 7.0.1 debounce: 1.2.1 detect-indent: 6.1.0 - graphql-config: 4.3.1_x2utdhayajzrh747hktprshhby + graphql: 16.5.0 + graphql-config: 4.3.1_64espgwn2luu5vj5y7mf2qpsfa inquirer: 8.2.4 is-glob: 4.0.3 json-to-pretty-yaml: 1.2.2 @@ -1490,83 +1550,141 @@ packages: - zenObservable dev: true - /@graphql-codegen/core/2.5.1: + /@graphql-codegen/cli/2.7.0_d3tqo63n3rumibtsdlgk6a57gq: + resolution: {integrity: sha512-qlBcS6jGfZ/xWXwqiyRLHGRuLC9gUdF8AwGHN7LdAYEP5MjL7pIXb02W5JuvMn47rrvr2Q22H9ECppZX65oSAg==} + hasBin: true + 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 + dependencies: + '@graphql-codegen/core': 2.5.1_graphql@16.5.0 + '@graphql-codegen/plugin-helpers': 2.4.2_graphql@16.5.0 + '@graphql-tools/apollo-engine-loader': 7.3.1_graphql@16.5.0 + '@graphql-tools/code-file-loader': 7.3.0_graphql@16.5.0 + '@graphql-tools/git-loader': 7.2.0_graphql@16.5.0 + '@graphql-tools/github-loader': 7.3.1_graphql@16.5.0 + '@graphql-tools/graphql-file-loader': 7.4.0_graphql@16.5.0 + '@graphql-tools/json-file-loader': 7.4.0_graphql@16.5.0 + '@graphql-tools/load': 7.7.0_graphql@16.5.0 + '@graphql-tools/prisma-loader': 7.2.2_t3lr2fjnx3bpj42fk4whj66h4y + '@graphql-tools/url-loader': 7.12.1_t3lr2fjnx3bpj42fk4whj66h4y + '@graphql-tools/utils': 8.8.0_graphql@16.5.0 + ansi-escapes: 4.3.2 + chalk: 4.1.2 + change-case-all: 1.0.14 + chokidar: 3.5.3 + common-tags: 1.8.2 + cosmiconfig: 7.0.1 + debounce: 1.2.1 + detect-indent: 6.1.0 + graphql: 16.5.0 + graphql-config: 4.3.1_d3tqo63n3rumibtsdlgk6a57gq + inquirer: 8.2.4 + is-glob: 4.0.3 + json-to-pretty-yaml: 1.2.2 + latest-version: 5.1.0 + listr: 0.14.3 + listr-update-renderer: 0.5.0_listr@0.14.3 + log-symbols: 4.1.0 + mkdirp: 1.0.4 + string-env-interpolation: 1.0.1 + ts-log: 2.2.4 + wrap-ansi: 7.0.0 + yaml: 1.10.2 + yargs: 17.5.1 + transitivePeerDependencies: + - '@types/node' + - bufferutil + - encoding + - supports-color + - typescript + - utf-8-validate + - zen-observable + - zenObservable + dev: true + + /@graphql-codegen/core/2.5.1_graphql@16.5.0: resolution: {integrity: sha512-alctBVl2hMnBXDLwkgmnFPrZVIiBDsWJSmxJcM4GKg1PB23+xuov35GE47YAyAhQItE1B1fbYnbb1PtGiDZ4LA==} 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 dependencies: - '@graphql-codegen/plugin-helpers': 2.4.2 - '@graphql-tools/schema': 8.5.0 - '@graphql-tools/utils': 8.8.0 + '@graphql-codegen/plugin-helpers': 2.4.2_graphql@16.5.0 + '@graphql-tools/schema': 8.5.0_graphql@16.5.0 + '@graphql-tools/utils': 8.8.0_graphql@16.5.0 + graphql: 16.5.0 tslib: 2.3.1 dev: true - /@graphql-codegen/plugin-helpers/2.4.2: + /@graphql-codegen/plugin-helpers/2.4.2_graphql@16.5.0: resolution: {integrity: sha512-LJNvwAPv/sKtI3RnRDm+nPD+JeOfOuSOS4FFIpQCMUCyMnFcchV/CPTTv7tT12fLUpEg6XjuFfDBvOwndti30Q==} 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 dependencies: - '@graphql-tools/utils': 8.8.0 + '@graphql-tools/utils': 8.8.0_graphql@16.5.0 change-case-all: 1.0.14 common-tags: 1.8.2 + graphql: 16.5.0 import-from: 4.0.0 lodash: 4.17.21 tslib: 2.3.1 dev: true - /@graphql-codegen/schema-ast/2.4.1: + /@graphql-codegen/schema-ast/2.4.1_graphql@16.5.0: resolution: {integrity: sha512-bIWlKk/ShoVJfghA4Rt1OWnd34/dQmZM/vAe6fu6QKyOh44aAdqPtYQ2dbTyFXoknmu504etKJGEDllYNUJRfg==} 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 dependencies: - '@graphql-codegen/plugin-helpers': 2.4.2 - '@graphql-tools/utils': 8.8.0 + '@graphql-codegen/plugin-helpers': 2.4.2_graphql@16.5.0 + '@graphql-tools/utils': 8.8.0_graphql@16.5.0 + graphql: 16.5.0 tslib: 2.3.1 dev: true - /@graphql-codegen/typescript-operations/2.4.3: + /@graphql-codegen/typescript-operations/2.4.3_graphql@16.5.0: resolution: {integrity: sha512-MW9cU/zCAmfFAObwW23e+GrW3CoV9OX2gVm/V1565WGZXDQPUc5Y5IjdfGfunV4ApkgFDiHpF1Mz/AS55OErgw==} 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 dependencies: - '@graphql-codegen/plugin-helpers': 2.4.2 - '@graphql-codegen/typescript': 2.6.0 - '@graphql-codegen/visitor-plugin-common': 2.10.0 + '@graphql-codegen/plugin-helpers': 2.4.2_graphql@16.5.0 + '@graphql-codegen/typescript': 2.6.0_graphql@16.5.0 + '@graphql-codegen/visitor-plugin-common': 2.10.0_graphql@16.5.0 auto-bind: 4.0.0 + graphql: 16.5.0 tslib: 2.4.0 transitivePeerDependencies: - encoding - supports-color dev: true - /@graphql-codegen/typescript/2.6.0: + /@graphql-codegen/typescript/2.6.0_graphql@16.5.0: resolution: {integrity: sha512-f36ilg8J+wui0OhmQglIZ+2z4Ybc08Y7r7BlBDqfJ1F5X0zau0SlC7Hp2iCoCA0ucqZYtiUU/0n+/R8m1cTrQQ==} peerDependencies: graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 2.4.2 - '@graphql-codegen/schema-ast': 2.4.1 - '@graphql-codegen/visitor-plugin-common': 2.10.0 + '@graphql-codegen/plugin-helpers': 2.4.2_graphql@16.5.0 + '@graphql-codegen/schema-ast': 2.4.1_graphql@16.5.0 + '@graphql-codegen/visitor-plugin-common': 2.10.0_graphql@16.5.0 auto-bind: 4.0.0 + graphql: 16.5.0 tslib: 2.4.0 transitivePeerDependencies: - encoding - supports-color dev: true - /@graphql-codegen/visitor-plugin-common/2.10.0: + /@graphql-codegen/visitor-plugin-common/2.10.0_graphql@16.5.0: resolution: {integrity: sha512-nWoxHKUdwOJCWV96Ks1x4EwYCWsZDJXB+2j6EQz5j27DzdxmQInZ86degaDCd3EgbwhMQEMtiZiPGFFDrgBkHA==} 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 dependencies: - '@graphql-codegen/plugin-helpers': 2.4.2 - '@graphql-tools/optimize': 1.3.0 - '@graphql-tools/relay-operation-optimizer': 6.5.0 - '@graphql-tools/utils': 8.8.0 + '@graphql-codegen/plugin-helpers': 2.4.2_graphql@16.5.0 + '@graphql-tools/optimize': 1.3.0_graphql@16.5.0 + '@graphql-tools/relay-operation-optimizer': 6.5.0_graphql@16.5.0 + '@graphql-tools/utils': 8.8.0_graphql@16.5.0 auto-bind: 4.0.0 change-case-all: 1.0.14 dependency-graph: 0.11.0 - graphql-tag: 2.12.6 + graphql: 16.5.0 + graphql-tag: 2.12.6_graphql@16.5.0 parse-filepath: 1.0.2 tslib: 2.4.0 transitivePeerDependencies: @@ -1574,64 +1692,69 @@ packages: - supports-color dev: true - /@graphql-tools/apollo-engine-loader/7.3.1: + /@graphql-tools/apollo-engine-loader/7.3.1_graphql@16.5.0: resolution: {integrity: sha512-PJhX4gQeoPtR2BJFYHYVLdLYkqQHB94r9IC64GamFV+kxR+jzQYZJdDTgnFZxvpvGJ7rEgYKNjcfWS+r+CQisQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 8.8.0 + '@graphql-tools/utils': 8.8.0_graphql@16.5.0 cross-undici-fetch: 0.4.11 + graphql: 16.5.0 sync-fetch: 0.4.1 tslib: 2.4.0 transitivePeerDependencies: - encoding dev: true - /@graphql-tools/batch-execute/8.5.0: + /@graphql-tools/batch-execute/8.5.0_graphql@16.5.0: resolution: {integrity: sha512-S9/76X4uYIbVlJyRzXhCBbTJvVD0VvaWNqGiKgkITxlq4aBsTOHVuE84OSi3E1QKP3PTiJYrgMIn220iFOkyQw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 8.8.0 + '@graphql-tools/utils': 8.8.0_graphql@16.5.0 dataloader: 2.1.0 + graphql: 16.5.0 tslib: 2.4.0 value-or-promise: 1.0.11 dev: true - /@graphql-tools/code-file-loader/7.3.0: + /@graphql-tools/code-file-loader/7.3.0_graphql@16.5.0: resolution: {integrity: sha512-mzevVv5JYyyRIbE6R0mxIniCAZWUGdoNYX97HdVgqChLOl2XRf9I8MarVPewHLmjLTZuWrdQx4ta4sPTLk4tUQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/graphql-tag-pluck': 7.3.0 - '@graphql-tools/utils': 8.8.0 + '@graphql-tools/graphql-tag-pluck': 7.3.0_graphql@16.5.0 + '@graphql-tools/utils': 8.8.0_graphql@16.5.0 globby: 11.1.0 + graphql: 16.5.0 tslib: 2.4.0 unixify: 1.0.0 transitivePeerDependencies: - supports-color dev: true - /@graphql-tools/delegate/8.8.0: + /@graphql-tools/delegate/8.8.0_graphql@16.5.0: resolution: {integrity: sha512-dbhfOI8rQXPcowXrbwHLOBY9oGi7qxtlrXF4RuRXmjqGTs2AgogdOE3Ep1+6wFD7qYTuFmHXZ8Cl0PmhoZUgrg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/batch-execute': 8.5.0 - '@graphql-tools/schema': 8.5.0 - '@graphql-tools/utils': 8.8.0 + '@graphql-tools/batch-execute': 8.5.0_graphql@16.5.0 + '@graphql-tools/schema': 8.5.0_graphql@16.5.0 + '@graphql-tools/utils': 8.8.0_graphql@16.5.0 dataloader: 2.1.0 + graphql: 16.5.0 tslib: 2.4.0 value-or-promise: 1.0.11 dev: true - /@graphql-tools/git-loader/7.2.0: + /@graphql-tools/git-loader/7.2.0_graphql@16.5.0: resolution: {integrity: sha512-aFJ5Py9sCIhiSyE+EK4zC+mQ4zRUNGGNwosqlCYNcmhtGFwlXArB13/rdj2b4p3RsmTe31Mso9VfsEZXQ6CGCw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/graphql-tag-pluck': 7.3.0 - '@graphql-tools/utils': 8.8.0 + '@graphql-tools/graphql-tag-pluck': 7.3.0_graphql@16.5.0 + '@graphql-tools/utils': 8.8.0_graphql@16.5.0 + graphql: 16.5.0 is-glob: 4.0.3 micromatch: 4.0.5 tslib: 2.4.0 @@ -1640,14 +1763,15 @@ packages: - supports-color dev: true - /@graphql-tools/github-loader/7.3.1: + /@graphql-tools/github-loader/7.3.1_graphql@16.5.0: resolution: {integrity: sha512-sus/YOZKhhbcBQTCWFvUdIzFThm/LiAlSh9+Bt+hNz2K05PWzR6XD7Fo2ejh6bSAZvevJBvsH/4xf1YSK86Fkg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/graphql-tag-pluck': 7.3.0 - '@graphql-tools/utils': 8.8.0 + '@graphql-tools/graphql-tag-pluck': 7.3.0_graphql@16.5.0 + '@graphql-tools/utils': 8.8.0_graphql@16.5.0 cross-undici-fetch: 0.4.11 + graphql: 16.5.0 sync-fetch: 0.4.1 tslib: 2.4.0 transitivePeerDependencies: @@ -1655,95 +1779,103 @@ packages: - supports-color dev: true - /@graphql-tools/graphql-file-loader/7.4.0: + /@graphql-tools/graphql-file-loader/7.4.0_graphql@16.5.0: resolution: {integrity: sha512-r1lslE5GlWO/nbDX82enHjvva7qQiZEIPm+LC9JSgKaYuVoYHuIuIAVYkpBHeaRK1Kbh/86pEhL7PuBZ/cIWSA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/import': 6.7.0 - '@graphql-tools/utils': 8.8.0 + '@graphql-tools/import': 6.7.0_graphql@16.5.0 + '@graphql-tools/utils': 8.8.0_graphql@16.5.0 globby: 11.1.0 + graphql: 16.5.0 tslib: 2.4.0 unixify: 1.0.0 dev: true - /@graphql-tools/graphql-tag-pluck/7.3.0: + /@graphql-tools/graphql-tag-pluck/7.3.0_graphql@16.5.0: resolution: {integrity: sha512-GxtgGTSOiQuFc/yNWXsPJ5QEgGlH+4qBf1paqUJtjFpm89dZA+VkdjoIDiFg8fyXGivjZ37+XAUbuu6UlsT+6Q==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@babel/parser': 7.18.6 - '@babel/traverse': 7.18.6 - '@babel/types': 7.18.7 - '@graphql-tools/utils': 8.8.0 + '@babel/parser': 7.18.8 + '@babel/traverse': 7.18.8 + '@babel/types': 7.18.8 + '@graphql-tools/utils': 8.8.0_graphql@16.5.0 + graphql: 16.5.0 tslib: 2.4.0 transitivePeerDependencies: - supports-color dev: true - /@graphql-tools/import/6.7.0: + /@graphql-tools/import/6.7.0_graphql@16.5.0: resolution: {integrity: sha512-u9JL4fClKKyBTQpgb4QFacYUwgBCs4lW1NaHX0hD2zBdahIYidokBY0QkOqOCEAnWeFqpEmAjB62ulLiAJWc2g==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 8.8.0 + '@graphql-tools/utils': 8.8.0_graphql@16.5.0 + graphql: 16.5.0 resolve-from: 5.0.0 tslib: 2.4.0 dev: true - /@graphql-tools/json-file-loader/7.4.0: + /@graphql-tools/json-file-loader/7.4.0_graphql@16.5.0: resolution: {integrity: sha512-6oR7Ulc5iZc5SM3g1Yj91DqSu3TNbfGK/0baE8KyUlvq6KiIuWFWDy13RGnNesftt4RSWvZqGzu/kzXcBHtt+A==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 8.8.0 + '@graphql-tools/utils': 8.8.0_graphql@16.5.0 globby: 11.1.0 + graphql: 16.5.0 tslib: 2.4.0 unixify: 1.0.0 dev: true - /@graphql-tools/load/7.7.0: + /@graphql-tools/load/7.7.0_graphql@16.5.0: resolution: {integrity: sha512-6KX7Z8BtlFScDr0pIac92QZWlPGbHcpNMesX/6Y3Vsp3FeFnAYfzZldXZQcJoW7Yl+gHdFwYVq683wSH64kNrw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/schema': 8.5.0 - '@graphql-tools/utils': 8.8.0 + '@graphql-tools/schema': 8.5.0_graphql@16.5.0 + '@graphql-tools/utils': 8.8.0_graphql@16.5.0 + graphql: 16.5.0 p-limit: 3.1.0 tslib: 2.4.0 dev: true - /@graphql-tools/merge/8.3.0: + /@graphql-tools/merge/8.3.0_graphql@16.5.0: resolution: {integrity: sha512-xRa7RAQok/0DD2YnjuqikMrr7dUAxTpdGtZ7BkvUUGhYs3B3p7reCAfvOVr1DJAqVToP7hdlMk+S5+Ylk+AaqA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 8.8.0 + '@graphql-tools/utils': 8.8.0_graphql@16.5.0 + graphql: 16.5.0 tslib: 2.4.0 dev: true - /@graphql-tools/optimize/1.3.0: + /@graphql-tools/optimize/1.3.0_graphql@16.5.0: resolution: {integrity: sha512-30QOWJoMJEt1De7tAFtWJ6VPrP6SLq+tSQrA3x+WMvCW3q2exq5wPDpvAXOakVKu0y8L2E+YkipC0hcQPBQdLg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: + graphql: 16.5.0 tslib: 2.4.0 dev: true - /@graphql-tools/prisma-loader/7.2.2_@types+node@17.0.45: + /@graphql-tools/prisma-loader/7.2.2_exvfdlvhcng26fz4bmdxzrzhyu: resolution: {integrity: sha512-f5txUBRwwZmPQYL5g5CNdOjOglFE/abtnEVOvUCq+nET0BRuxcuxUD5vykfZnkql9sNvnCFAfrZuBVe5S2n3bA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/url-loader': 7.12.1_@types+node@17.0.45 - '@graphql-tools/utils': 8.8.0 + '@graphql-tools/url-loader': 7.12.1_exvfdlvhcng26fz4bmdxzrzhyu + '@graphql-tools/utils': 8.8.0_graphql@16.5.0 '@types/js-yaml': 4.0.5 '@types/json-stable-stringify': 1.0.34 '@types/jsonwebtoken': 8.5.8 chalk: 4.1.2 debug: 4.3.4 dotenv: 16.0.1 - graphql-request: 4.3.0 + graphql: 16.5.0 + graphql-request: 4.3.0_graphql@16.5.0 http-proxy-agent: 5.0.0 https-proxy-agent: 5.0.1 isomorphic-fetch: 3.0.0 @@ -1763,44 +1895,81 @@ packages: - utf-8-validate dev: true - /@graphql-tools/relay-operation-optimizer/6.5.0: + /@graphql-tools/prisma-loader/7.2.2_t3lr2fjnx3bpj42fk4whj66h4y: + resolution: {integrity: sha512-f5txUBRwwZmPQYL5g5CNdOjOglFE/abtnEVOvUCq+nET0BRuxcuxUD5vykfZnkql9sNvnCFAfrZuBVe5S2n3bA==} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-tools/url-loader': 7.12.1_t3lr2fjnx3bpj42fk4whj66h4y + '@graphql-tools/utils': 8.8.0_graphql@16.5.0 + '@types/js-yaml': 4.0.5 + '@types/json-stable-stringify': 1.0.34 + '@types/jsonwebtoken': 8.5.8 + chalk: 4.1.2 + debug: 4.3.4 + dotenv: 16.0.1 + graphql: 16.5.0 + graphql-request: 4.3.0_graphql@16.5.0 + http-proxy-agent: 5.0.0 + https-proxy-agent: 5.0.1 + isomorphic-fetch: 3.0.0 + js-yaml: 4.1.0 + json-stable-stringify: 1.0.1 + jsonwebtoken: 8.5.1 + lodash: 4.17.21 + replaceall: 0.1.6 + scuid: 1.1.0 + tslib: 2.4.0 + yaml-ast-parser: 0.0.43 + transitivePeerDependencies: + - '@types/node' + - bufferutil + - encoding + - supports-color + - utf-8-validate + dev: true + + /@graphql-tools/relay-operation-optimizer/6.5.0_graphql@16.5.0: resolution: {integrity: sha512-snqmdPiM2eBex6pijRFx4H9MPumVd8ZWM3y+aaRwzc73VUNnjHE4NyVZEEIdlbmJ2HoQ9Zrm9aFlHVMK7B59zg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@ardatan/relay-compiler': 12.0.0 - '@graphql-tools/utils': 8.8.0 + '@ardatan/relay-compiler': 12.0.0_graphql@16.5.0 + '@graphql-tools/utils': 8.8.0_graphql@16.5.0 + graphql: 16.5.0 tslib: 2.4.0 transitivePeerDependencies: - encoding - supports-color dev: true - /@graphql-tools/schema/8.5.0: + /@graphql-tools/schema/8.5.0_graphql@16.5.0: resolution: {integrity: sha512-VeFtKjM3SA9/hCJJfr95aEdC3G0xIKM9z0Qdz4i+eC1g2fdZYnfWFt2ucW4IME+2TDd0enHlKzaV0qk2SLVUww==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/merge': 8.3.0 - '@graphql-tools/utils': 8.8.0 + '@graphql-tools/merge': 8.3.0_graphql@16.5.0 + '@graphql-tools/utils': 8.8.0_graphql@16.5.0 + graphql: 16.5.0 tslib: 2.4.0 value-or-promise: 1.0.11 dev: true - /@graphql-tools/url-loader/7.12.1_@types+node@17.0.45: + /@graphql-tools/url-loader/7.12.1_exvfdlvhcng26fz4bmdxzrzhyu: resolution: {integrity: sha512-Fd3ZZLEEr9GGFHEbdrcaMHFQu01BLpFnNDBkISupvjokd497O5Uh0xZvsZGC6mxVt0WWQWpgaK2ef+oLuOdLqQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/delegate': 8.8.0 - '@graphql-tools/utils': 8.8.0 - '@graphql-tools/wrap': 8.5.0 - '@n1ru4l/graphql-live-query': 0.9.0 + '@graphql-tools/delegate': 8.8.0_graphql@16.5.0 + '@graphql-tools/utils': 8.8.0_graphql@16.5.0 + '@graphql-tools/wrap': 8.5.0_graphql@16.5.0 + '@n1ru4l/graphql-live-query': 0.9.0_graphql@16.5.0 '@types/ws': 8.5.3 cross-undici-fetch: 0.4.11 dset: 3.1.2 extract-files: 11.0.0 - graphql-ws: 5.9.1 + graphql: 16.5.0 + graphql-ws: 5.9.1_graphql@16.5.0 isomorphic-ws: 5.0.0_ws@8.8.0 meros: 1.2.0_@types+node@17.0.45 sync-fetch: 0.4.1 @@ -1814,22 +1983,52 @@ packages: - utf-8-validate dev: true - /@graphql-tools/utils/8.8.0: + /@graphql-tools/url-loader/7.12.1_t3lr2fjnx3bpj42fk4whj66h4y: + resolution: {integrity: sha512-Fd3ZZLEEr9GGFHEbdrcaMHFQu01BLpFnNDBkISupvjokd497O5Uh0xZvsZGC6mxVt0WWQWpgaK2ef+oLuOdLqQ==} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-tools/delegate': 8.8.0_graphql@16.5.0 + '@graphql-tools/utils': 8.8.0_graphql@16.5.0 + '@graphql-tools/wrap': 8.5.0_graphql@16.5.0 + '@n1ru4l/graphql-live-query': 0.9.0_graphql@16.5.0 + '@types/ws': 8.5.3 + cross-undici-fetch: 0.4.11 + dset: 3.1.2 + extract-files: 11.0.0 + graphql: 16.5.0 + graphql-ws: 5.9.1_graphql@16.5.0 + isomorphic-ws: 5.0.0_ws@8.8.0 + meros: 1.2.0_@types+node@18.0.3 + sync-fetch: 0.4.1 + tslib: 2.4.0 + value-or-promise: 1.0.11 + ws: 8.8.0 + transitivePeerDependencies: + - '@types/node' + - bufferutil + - encoding + - utf-8-validate + dev: true + + /@graphql-tools/utils/8.8.0_graphql@16.5.0: resolution: {integrity: sha512-KJrtx05uSM/cPYFdTnGAS1doL5bftJLAiFCDMZ8Vkifztz3BFn3gpFiy/o4wDtM8s39G46mxmt2Km/RmeltfGw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: + graphql: 16.5.0 tslib: 2.4.0 dev: true - /@graphql-tools/wrap/8.5.0: + /@graphql-tools/wrap/8.5.0_graphql@16.5.0: resolution: {integrity: sha512-I+x9dBNzC135WWPi04ejqurR/zDmhfeGbCftCaYKF4CvgWd+ZaJx4Uc74n1SBegQtrj+KDrOS4HgKwf9vAVR7A==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/delegate': 8.8.0 - '@graphql-tools/schema': 8.5.0 - '@graphql-tools/utils': 8.8.0 + '@graphql-tools/delegate': 8.8.0_graphql@16.5.0 + '@graphql-tools/schema': 8.5.0_graphql@16.5.0 + '@graphql-tools/utils': 8.8.0_graphql@16.5.0 + graphql: 16.5.0 tslib: 2.4.0 value-or-promise: 1.0.11 dev: true @@ -1874,8 +2073,8 @@ packages: '@jridgewell/trace-mapping': 0.3.14 dev: true - /@jridgewell/resolve-uri/3.0.8: - resolution: {integrity: sha512-YK5G9LaddzGbcucK4c8h5tWFmMPBvRZ/uyWmN1/SbBdIvqGUdWGkJ5BAaccgs6XbzVLsqbPJrBSFwKv3kT9i7w==} + /@jridgewell/resolve-uri/3.1.0: + resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==} engines: {node: '>=6.0.0'} dev: true @@ -1891,7 +2090,7 @@ packages: /@jridgewell/trace-mapping/0.3.14: resolution: {integrity: sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ==} dependencies: - '@jridgewell/resolve-uri': 3.0.8 + '@jridgewell/resolve-uri': 3.1.0 '@jridgewell/sourcemap-codec': 1.4.14 dev: true @@ -1904,14 +2103,16 @@ packages: - supports-color dev: false - /@n1ru4l/graphql-live-query/0.9.0: + /@n1ru4l/graphql-live-query/0.9.0_graphql@16.5.0: resolution: {integrity: sha512-BTpWy1e+FxN82RnLz4x1+JcEewVdfmUhV1C6/XYD5AjS7PQp9QFF7K8bCD6gzPTr2l+prvqOyVueQhFJxB1vfg==} peerDependencies: graphql: ^15.4.0 || ^16.0.0 + dependencies: + graphql: 16.5.0 dev: true - /@next/bundle-analyzer/12.2.0: - resolution: {integrity: sha512-Ac+lPLMUW2TBjUi29CwQQu8ay74+mjFoSiI4O3ZlnBVD0xOeQPKwPca/9T9ScO/6/Axx4+B+42eEr2UtgNXeiw==} + /@next/bundle-analyzer/12.2.1: + resolution: {integrity: sha512-P5rj+mty9sB/58H32TFiLihy/W2Pd6vw9EorcpoyatI8tfpnyrBQOTW77QUFSeI3G4W9ovvv6ozUS/GkQvPwyQ==} dependencies: webpack-bundle-analyzer: 4.3.0 transitivePeerDependencies: @@ -1919,113 +2120,113 @@ packages: - utf-8-validate dev: true - /@next/env/12.2.0: - resolution: {integrity: sha512-/FCkDpL/8SodJEXvx/DYNlOD5ijTtkozf4PPulYPtkPOJaMPpBSOkzmsta4fnrnbdH6eZjbwbiXFdr6gSQCV4w==} + /@next/env/12.2.1: + resolution: {integrity: sha512-lz3TJKIvbdGRUsUr/+h3vy7XvBNGTGzHwhurk5AtqrABj4Zyo70xbshcI7YQTNUK4x9OA/E+SOcXvVx0DHmFRw==} - /@next/eslint-plugin-next/12.2.0: - resolution: {integrity: sha512-nIj5xV/z3dOfeBnE7qFAjUQZAi4pTlIMuusRM6s/T6lOz8x7mjY5s1ZkTUBmcjPVCb2VIv3CrMH0WZL6xfjZZg==} + /@next/eslint-plugin-next/12.2.1: + resolution: {integrity: sha512-TeixNZNtKIZl8+HSq2hioWGL7/+YVcmKCExW7p075iVNZb/wbEAgTsrfiZJfTtHwXVuyuX7dUxiaMin1yvHzjA==} dependencies: glob: 7.1.7 dev: true - /@next/swc-android-arm-eabi/12.2.0: - resolution: {integrity: sha512-hbneH8DNRB2x0Nf5fPCYoL8a0osvdTCe4pvOc9Rv5CpDsoOlf8BWBs2OWpeP0U2BktGvIsuUhmISmdYYGyrvTw==} + /@next/swc-android-arm-eabi/12.2.1: + resolution: {integrity: sha512-Gk7fvo1McA9gues9hixoeoxKnvvUusW0P+fya4ZAU3us+bQm1EqSoDrnOrUsdsgwIPQ3HobOJPY5C3xvKOl/tA==} engines: {node: '>= 10'} cpu: [arm] os: [android] requiresBuild: true optional: true - /@next/swc-android-arm64/12.2.0: - resolution: {integrity: sha512-1eEk91JHjczcJomxJ8X0XaUeNcp5Lx1U2Ic7j15ouJ83oRX+3GIslOuabW2oPkSgXbHkThMClhirKpvG98kwZg==} + /@next/swc-android-arm64/12.2.1: + resolution: {integrity: sha512-J+QwWRm2+bOtacZFahoplX3dCYGDpou86VjfcE+M5/E0UCtBmZ6JvItyV4scK8wSKHQQUWq8DmOEm/C0lhsSRQ==} engines: {node: '>= 10'} cpu: [arm64] os: [android] requiresBuild: true optional: true - /@next/swc-darwin-arm64/12.2.0: - resolution: {integrity: sha512-x5U5gJd7ZvrEtTFnBld9O2bUlX8opu7mIQUqRzj7KeWzBwPhrIzTTsQXAiNqsaMuaRPvyHBVW/5d/6g6+89Y8g==} + /@next/swc-darwin-arm64/12.2.1: + resolution: {integrity: sha512-teSfpKHdHQER4FVVCdvS0fHff35Gh4LB2DZ2eNAateIluP2Gnl+tT881MeM4Knvl2Mvm3Z3vtSJNthVoveJnMA==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] requiresBuild: true optional: true - /@next/swc-darwin-x64/12.2.0: - resolution: {integrity: sha512-iwMNFsrAPjfedjKDv9AXPAV16PWIomP3qw/FfPaxkDVRbUls7BNdofBLzkQmqxqWh93WrawLwaqyXpJuAaiwJA==} + /@next/swc-darwin-x64/12.2.1: + resolution: {integrity: sha512-flA1H+9krrINtdWoXBzeESkdIV34OKX0+Lnqd90J1nsERTXntYy6CNOMxMtv1otAcnFy7EHYJQIL8URuu/2XXg==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] requiresBuild: true optional: true - /@next/swc-freebsd-x64/12.2.0: - resolution: {integrity: sha512-gRiAw8g3Akf6niTDLEm1Emfa7jXDjvaAj/crDO8hKASKA4Y1fS4kbi/tyWw5VtoFI4mUzRmCPmZ8eL0tBSG58A==} + /@next/swc-freebsd-x64/12.2.1: + resolution: {integrity: sha512-SkAjp7B7aBxAsRVMZGiAp/qMkh65PLzYuLBTsBSu+4fxFuKF7MAEgaIUhvC8zzD58A+Y9yrY/3813bhtrwkcuA==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] requiresBuild: true optional: true - /@next/swc-linux-arm-gnueabihf/12.2.0: - resolution: {integrity: sha512-/TJZkxaIpeEwnXh6A40trgwd40C5+LJroLUOEQwMOJdavLl62PjCA6dGl1pgooWLCIb5YdBQ0EG4ylzvLwS2+Q==} + /@next/swc-linux-arm-gnueabihf/12.2.1: + resolution: {integrity: sha512-V7ov2LXrLWuYVH/syzrzpmwWumg5rCh0siwOPNCRzVkrpgP8WoIRNdeZ/NQIj0ng+kq7gDF1jib583Lk0wbDeQ==} engines: {node: '>= 10'} cpu: [arm] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-arm64-gnu/12.2.0: - resolution: {integrity: sha512-++WAB4ElXCSOKG9H8r4ENF8EaV+w0QkrpjehmryFkQXmt5juVXz+nKDVlCRMwJU7A1O0Mie82XyEoOrf6Np1pA==} + /@next/swc-linux-arm64-gnu/12.2.1: + resolution: {integrity: sha512-HlnDQD3r4YqCj2gu6uo86oEM0ixBsyKLaPcZcGwWAD5mFG5R4zzTZG7BO2wJkGWmkzijHluE14dlTmfzc8jdEQ==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-arm64-musl/12.2.0: - resolution: {integrity: sha512-XrqkHi/VglEn5zs2CYK6ofJGQySrd+Lr4YdmfJ7IhsCnMKkQY1ma9Hv5THwhZVof3e+6oFHrQ9bWrw9K4WTjFA==} + /@next/swc-linux-arm64-musl/12.2.1: + resolution: {integrity: sha512-P8AkWd4RHbuF24ol3jk2akXpntcDI0gv5uD7eMpAOXb8W2A6y/sv0tKNSGUV3efSutOyu23jNn2EiTNxHgU4NQ==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-x64-gnu/12.2.0: - resolution: {integrity: sha512-MyhHbAKVjpn065WzRbqpLu2krj4kHLi6RITQdD1ee+uxq9r2yg5Qe02l24NxKW+1/lkmpusl4Y5Lks7rBiJn4w==} + /@next/swc-linux-x64-gnu/12.2.1: + resolution: {integrity: sha512-ZbsM+rIMqK6xi3lovspzPJoIPre3LglKrCXKLkln7rD0uiymzfLhS2VCj8u4qRynz22iAzuI4mJNpZa3AsJFrA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-x64-musl/12.2.0: - resolution: {integrity: sha512-Tz1tJZ5egE0S/UqCd5V6ZPJsdSzv/8aa7FkwFmIJ9neLS8/00za+OY5pq470iZQbPrkTwpKzmfTTIPRVD5iqDg==} + /@next/swc-linux-x64-musl/12.2.1: + resolution: {integrity: sha512-JeATguMe37bviPwkIUjO7T3kcefMBQwJFLhkFTaJYGmPm12EsW1FtKcg87AI87xdGvfrHQKlM3phNaG/dkneTQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] requiresBuild: true optional: true - /@next/swc-win32-arm64-msvc/12.2.0: - resolution: {integrity: sha512-0iRO/CPMCdCYUzuH6wXLnsfJX1ykBX4emOOvH0qIgtiZM0nVYbF8lkEyY2ph4XcsurpinS+ziWuYCXVqrOSqiw==} + /@next/swc-win32-arm64-msvc/12.2.1: + resolution: {integrity: sha512-8dal/MdrVshDKYBtloJw/RhJx140KUoRRYoRfpJ9oAdP8UXBdR0haKfg5EdOy98t8Q76apArxPsK7DfwoR1f3w==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] requiresBuild: true optional: true - /@next/swc-win32-ia32-msvc/12.2.0: - resolution: {integrity: sha512-8A26RJVcJHwIKm8xo/qk2ePRquJ6WCI2keV2qOW/Qm+ZXrPXHMIWPYABae/nKN243YFBNyPiHytjX37VrcpUhg==} + /@next/swc-win32-ia32-msvc/12.2.1: + resolution: {integrity: sha512-uSAoOBpCp4oxVD9gTY1f27hr9xNLEOCglxZPH1+FonHpM5n9Sp4H01uQHWE/Y26iHmJeUJAWxtRxEYylnO4U9A==} engines: {node: '>= 10'} cpu: [ia32] os: [win32] requiresBuild: true optional: true - /@next/swc-win32-x64-msvc/12.2.0: - resolution: {integrity: sha512-OI14ozFLThEV3ey6jE47zrzSTV/6eIMsvbwozo+XfdWqOPwQ7X00YkRx4GVMKMC0rM44oGS2gmwMKYpe4EblnA==} + /@next/swc-win32-x64-msvc/12.2.1: + resolution: {integrity: sha512-gx4aLMAZAVjtShiCrUSszoxnzBWJWf09Lkey6mcc0jFZjbz4xkyDbp53V229DtOYTUL4t0IZJ0I7+ftQ5CYIjg==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -2069,312 +2270,319 @@ packages: resolution: {integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==} dev: true - /@radix-ui/popper/0.1.0: - resolution: {integrity: sha512-uzYeElL3w7SeNMuQpXiFlBhTT+JyaNMCwDfjKkrzugEcYrf5n52PHqncNdQPUtR42hJh8V9FsqyEDbDxkeNjJQ==} + /@radix-ui/popper/0.1.1-rc.3: + resolution: {integrity: sha512-qMZ7aosX8xkRpVNFhhud722V5Yy5ArBMXNC4FlMi9TNo/aAcNWUmPXxmYjcg4l2UoFhhnHzY2Ts62v4Vqh8Zjg==} dependencies: '@babel/runtime': 7.18.6 csstype: 3.1.0 dev: false - /@radix-ui/primitive/0.1.0: - resolution: {integrity: sha512-tqxZKybwN5Fa3VzZry4G6mXAAb9aAqKmPtnVbZpL0vsBwvOHTBwsjHVPXylocYLwEtBY9SCe665bYnNB515uoA==} + /@radix-ui/primitive/0.1.1-rc.3: + resolution: {integrity: sha512-IICTfFScKCxUu7SURN6jCgZPsP/7EjLFHZzmVgp13iO6FSICFzzvy3Boxi8nZoja3mTJn0RB6spRgzNdyjlxIA==} dependencies: '@babel/runtime': 7.18.6 dev: false - /@radix-ui/react-arrow/0.1.4_react@17.0.2: - resolution: {integrity: sha512-BB6XzAb7Ml7+wwpFdYVtZpK1BlMgqyafSQNGzhIpSZ4uXvXOHPlR5GP8M449JkeQzgQjv9Mp1AsJxFC0KuOtuA==} + /@radix-ui/react-arrow/0.1.5-rc.43_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-vuHinz22AUTH411nD+0yrO/0Bc8bkvFoZnX0WACtePr5hdDGEocbfqnspZai5qrapUDn++6FDVtW24Qtl1WUVA==} peerDependencies: - react: ^16.8 || ^17.0 + react: ^16.8 || ^17.0 || ^18.0 + react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.18.6 - '@radix-ui/react-primitive': 0.1.4_react@17.0.2 + '@radix-ui/react-primitive': 0.1.5-rc.43_sfoxds7t5ydpegc3knd667wn6m react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 dev: false - /@radix-ui/react-collection/0.1.4_react@17.0.2: - resolution: {integrity: sha512-3muGI15IdgaDFjOcO7xX8a35HQRBRF6LH9pS6UCeZeRmbslkVeHyJRQr2rzICBUoX7zgIA0kXyMDbpQnJGyJTA==} + /@radix-ui/react-collection/0.1.5-rc.43_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-seIXNejltUHoFeknAfKxK37X//ZAYSS0pRTqqhRUXPyeuXYWkvZLebwm82riHupMn3S4j0J4kchMwe2H4q4O7w==} peerDependencies: - react: ^16.8 || ^17.0 + react: ^16.8 || ^17.0 || ^18.0 + react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.18.6 - '@radix-ui/react-compose-refs': 0.1.0_react@17.0.2 - '@radix-ui/react-context': 0.1.1_react@17.0.2 - '@radix-ui/react-primitive': 0.1.4_react@17.0.2 - '@radix-ui/react-slot': 0.1.2_react@17.0.2 + '@radix-ui/react-compose-refs': 0.1.1-rc.43_react@17.0.2 + '@radix-ui/react-context': 0.1.2-rc.43_react@17.0.2 + '@radix-ui/react-primitive': 0.1.5-rc.43_sfoxds7t5ydpegc3knd667wn6m + '@radix-ui/react-slot': 0.1.3-rc.43_react@17.0.2 react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 dev: false - /@radix-ui/react-compose-refs/0.1.0_react@17.0.2: - resolution: {integrity: sha512-eyclbh+b77k+69Dk72q3694OHrn9B3QsoIRx7ywX341U9RK1ThgQjMFZoPtmZNQTksXHLNEiefR8hGVeFyInGg==} + /@radix-ui/react-compose-refs/0.1.1-rc.43_react@17.0.2: + resolution: {integrity: sha512-dhvOcZcxMD//1WEzCIlTgMdrWH+OHU7IYjKoOaFoiqYO5vVeC4KAAbo4hdBy5xgvEmW+riV3iw8GTPMps/s2NQ==} peerDependencies: - react: ^16.8 || ^17.0 + react: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.18.6 react: 17.0.2 dev: false - /@radix-ui/react-context/0.1.1_react@17.0.2: - resolution: {integrity: sha512-PkyVX1JsLBioeu0jB9WvRpDBBLtLZohVDT3BB5CTSJqActma8S8030P57mWZb4baZifMvN7KKWPAA40UmWKkQg==} + /@radix-ui/react-context/0.1.2-rc.43_react@17.0.2: + resolution: {integrity: sha512-fJfl8Z9Lsge6Lu2qf4unGu+jvMorFgi/+sSgIDIb/wQGzl353J25qljP3/8qbY5J7naNHEggvnLsyuXWe5LBRg==} peerDependencies: - react: ^16.8 || ^17.0 + react: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.18.6 react: 17.0.2 dev: false - /@radix-ui/react-dismissable-layer/0.1.5_react@17.0.2: - resolution: {integrity: sha512-J+fYWijkX4M4QKwf9dtu1oC0U6e6CEl8WhBp3Ad23yz2Hia0XCo6Pk/mp5CAFy4QBtQedTSkhW05AdtSOEoajQ==} + /@radix-ui/react-direction/0.1.0-rc.46_react@17.0.2: + resolution: {integrity: sha512-hJbPHdDcv/kLn6X35h/AfNkUARi8k5V+W3j2T24nTrEWrNoRoViLoe05utRFbcmWZTg4kHFEPxdIZkAqImTX/w==} peerDependencies: - react: ^16.8 || ^17.0 + react: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.18.6 - '@radix-ui/primitive': 0.1.0 - '@radix-ui/react-compose-refs': 0.1.0_react@17.0.2 - '@radix-ui/react-primitive': 0.1.4_react@17.0.2 - '@radix-ui/react-use-body-pointer-events': 0.1.1_react@17.0.2 - '@radix-ui/react-use-callback-ref': 0.1.0_react@17.0.2 - '@radix-ui/react-use-escape-keydown': 0.1.0_react@17.0.2 react: 17.0.2 dev: false - /@radix-ui/react-dropdown-menu/0.1.6_nn45z5sr7igu7sfun6tiae5hx4: - resolution: {integrity: sha512-RZhtzjWwJ4ZBN7D8ek4Zn+ilHzYuYta9yIxFnbC0pfqMnSi67IQNONo1tuuNqtFh9SRHacPKc65zo+kBBlxtdg==} + /@radix-ui/react-dismissable-layer/0.1.6-rc.43_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-P2p94BmkjZNcgJCDyTnkKbXmI7vhyXLKEq9F0MjQ/L9iSKPuK9j1bSzQWGnr5uF1HYMuup+S9vqLpHFwXKEnTw==} peerDependencies: - react: ^16.8 || ^17.0 - react-dom: ^16.8 || ^17.0 + react: ^16.8 || ^17.0 || ^18.0 + react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.18.6 - '@radix-ui/primitive': 0.1.0 - '@radix-ui/react-compose-refs': 0.1.0_react@17.0.2 - '@radix-ui/react-context': 0.1.1_react@17.0.2 - '@radix-ui/react-id': 0.1.5_react@17.0.2 - '@radix-ui/react-menu': 0.1.6_nn45z5sr7igu7sfun6tiae5hx4 - '@radix-ui/react-primitive': 0.1.4_react@17.0.2 - '@radix-ui/react-use-controllable-state': 0.1.0_react@17.0.2 + '@radix-ui/primitive': 0.1.1-rc.3 + '@radix-ui/react-compose-refs': 0.1.1-rc.43_react@17.0.2 + '@radix-ui/react-primitive': 0.1.5-rc.43_sfoxds7t5ydpegc3knd667wn6m + '@radix-ui/react-use-callback-ref': 0.1.1-rc.43_react@17.0.2 + '@radix-ui/react-use-escape-keydown': 0.1.1-rc.43_react@17.0.2 + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + + /@radix-ui/react-dropdown-menu/0.1.7-rc.46_nn45z5sr7igu7sfun6tiae5hx4: + resolution: {integrity: sha512-L6IYqdDj7wnXeFp72iBYhfpwSPBCIJIKlpXtvE+weAMCBI81TyBA1JdoBqh7CAGNsOqg3K/J1+c1tFRrADgqNQ==} + peerDependencies: + react: ^16.8 || ^17.0 || ^18.0 + react-dom: ^16.8 || ^17.0 || ^18.0 + dependencies: + '@babel/runtime': 7.18.6 + '@radix-ui/primitive': 0.1.1-rc.3 + '@radix-ui/react-compose-refs': 0.1.1-rc.43_react@17.0.2 + '@radix-ui/react-context': 0.1.2-rc.43_react@17.0.2 + '@radix-ui/react-id': 0.1.6-rc.43_react@17.0.2 + '@radix-ui/react-menu': 0.1.7-rc.46_nn45z5sr7igu7sfun6tiae5hx4 + '@radix-ui/react-primitive': 0.1.5-rc.43_sfoxds7t5ydpegc3knd667wn6m + '@radix-ui/react-use-controllable-state': 0.1.1-rc.43_react@17.0.2 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 transitivePeerDependencies: - '@types/react' dev: false - /@radix-ui/react-focus-guards/0.1.0_react@17.0.2: - resolution: {integrity: sha512-kRx/swAjEfBpQ3ns7J3H4uxpXuWCqN7MpALiSDOXiyo2vkWv0L9sxvbpZeTulINuE3CGMzicVMuNc/VWXjFKOg==} + /@radix-ui/react-focus-guards/0.1.1-rc.43_react@17.0.2: + resolution: {integrity: sha512-ztelMCrs20L4pwsTjx/aOQeTRGngOmfsb40Q1P4Vay0OVcX5oAptu1bRXu5G/vaP6vrNiaw3k7Bzp8k7lrqmLg==} peerDependencies: - react: ^16.8 || ^17.0 + react: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.18.6 react: 17.0.2 dev: false - /@radix-ui/react-focus-scope/0.1.4_react@17.0.2: - resolution: {integrity: sha512-fbA4ES3H4Wkxp+OeLhvN6SwL7mXNn/aBtUf7DRYxY9+Akrf7dRxl2ck4lgcpPsSg3zSDsEwLcY+h5cmj5yvlug==} + /@radix-ui/react-focus-scope/0.1.5-rc.43_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-TAUFuteUy0tc3FxUqYc+6Xg4Z33i0PWgWsTzuPIOmhQ2AGh0MPQNDpMCeRJozFoKMHT/+htCEY0GhlIn6rmO3Q==} peerDependencies: - react: ^16.8 || ^17.0 + react: ^16.8 || ^17.0 || ^18.0 + react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.18.6 - '@radix-ui/react-compose-refs': 0.1.0_react@17.0.2 - '@radix-ui/react-primitive': 0.1.4_react@17.0.2 - '@radix-ui/react-use-callback-ref': 0.1.0_react@17.0.2 + '@radix-ui/react-compose-refs': 0.1.1-rc.43_react@17.0.2 + '@radix-ui/react-primitive': 0.1.5-rc.43_sfoxds7t5ydpegc3knd667wn6m + '@radix-ui/react-use-callback-ref': 0.1.1-rc.43_react@17.0.2 + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + + /@radix-ui/react-id/0.1.6-rc.43_react@17.0.2: + resolution: {integrity: sha512-wyG/uy+tvE7D+0sUbtkb6Tg77BwFefNMq9KStIxDa99gezjZdTZp9Cd4Pvt+2dl7UeCEd6Fa1TQdrcULC0AyxQ==} + peerDependencies: + react: ^16.8 || ^17.0 || ^18.0 + dependencies: + '@babel/runtime': 7.18.6 + '@radix-ui/react-use-layout-effect': 0.1.1-rc.43_react@17.0.2 react: 17.0.2 dev: false - /@radix-ui/react-id/0.1.5_react@17.0.2: - resolution: {integrity: sha512-IPc4H/63bes0IZ1GJJozSEkSWcDyhNGtKFWUpJ+XtaLyQ1X3x7Mf6fWwWhDcpqlYEP+5WtAvfqcyEsyjP+ZhBQ==} + /@radix-ui/react-menu/0.1.7-rc.46_nn45z5sr7igu7sfun6tiae5hx4: + resolution: {integrity: sha512-O5m2aPbExBNTpQ9NRXFAuBPnu9055d8WDZ02FXti5RYflF49Lj+vuBrkh0RvYC5C9HeubmDre7ZPDEtn7NYJ/w==} peerDependencies: - react: ^16.8 || ^17.0 + react: ^16.8 || ^17.0 || ^18.0 + react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.18.6 - '@radix-ui/react-use-layout-effect': 0.1.0_react@17.0.2 - react: 17.0.2 - dev: false - - /@radix-ui/react-menu/0.1.6_nn45z5sr7igu7sfun6tiae5hx4: - resolution: {integrity: sha512-ho3+bhpr3oAFkOBJ8VkUb1BcGoiZBB3OmcWPqa6i5RTUKrzNX/d6rauochu2xDlWjiRtpVuiAcsTVOeIC4FbYQ==} - peerDependencies: - react: ^16.8 || ^17.0 - react-dom: ^16.8 || ^17.0 - dependencies: - '@babel/runtime': 7.18.6 - '@radix-ui/primitive': 0.1.0 - '@radix-ui/react-collection': 0.1.4_react@17.0.2 - '@radix-ui/react-compose-refs': 0.1.0_react@17.0.2 - '@radix-ui/react-context': 0.1.1_react@17.0.2 - '@radix-ui/react-dismissable-layer': 0.1.5_react@17.0.2 - '@radix-ui/react-focus-guards': 0.1.0_react@17.0.2 - '@radix-ui/react-focus-scope': 0.1.4_react@17.0.2 - '@radix-ui/react-id': 0.1.5_react@17.0.2 - '@radix-ui/react-popper': 0.1.4_react@17.0.2 - '@radix-ui/react-portal': 0.1.4_sfoxds7t5ydpegc3knd667wn6m - '@radix-ui/react-presence': 0.1.2_react@17.0.2 - '@radix-ui/react-primitive': 0.1.4_react@17.0.2 - '@radix-ui/react-roving-focus': 0.1.5_react@17.0.2 - '@radix-ui/react-use-callback-ref': 0.1.0_react@17.0.2 - '@radix-ui/react-use-direction': 0.1.0_react@17.0.2 + '@radix-ui/primitive': 0.1.1-rc.3 + '@radix-ui/react-collection': 0.1.5-rc.43_sfoxds7t5ydpegc3knd667wn6m + '@radix-ui/react-compose-refs': 0.1.1-rc.43_react@17.0.2 + '@radix-ui/react-context': 0.1.2-rc.43_react@17.0.2 + '@radix-ui/react-direction': 0.1.0-rc.46_react@17.0.2 + '@radix-ui/react-dismissable-layer': 0.1.6-rc.43_sfoxds7t5ydpegc3knd667wn6m + '@radix-ui/react-focus-guards': 0.1.1-rc.43_react@17.0.2 + '@radix-ui/react-focus-scope': 0.1.5-rc.43_sfoxds7t5ydpegc3knd667wn6m + '@radix-ui/react-id': 0.1.6-rc.43_react@17.0.2 + '@radix-ui/react-popper': 0.1.5-rc.43_sfoxds7t5ydpegc3knd667wn6m + '@radix-ui/react-portal': 0.1.5-rc.43_sfoxds7t5ydpegc3knd667wn6m + '@radix-ui/react-presence': 0.1.3-rc.43_sfoxds7t5ydpegc3knd667wn6m + '@radix-ui/react-primitive': 0.1.5-rc.43_sfoxds7t5ydpegc3knd667wn6m + '@radix-ui/react-roving-focus': 0.1.6-rc.46_sfoxds7t5ydpegc3knd667wn6m + '@radix-ui/react-slot': 0.1.3-rc.43_react@17.0.2 + '@radix-ui/react-use-callback-ref': 0.1.1-rc.43_react@17.0.2 aria-hidden: 1.1.3 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 - react-remove-scroll: 2.5.5_sudpmbbyhqtxq6t4xf6jlicdem + react-remove-scroll: 2.5.4_sudpmbbyhqtxq6t4xf6jlicdem transitivePeerDependencies: - '@types/react' dev: false - /@radix-ui/react-popper/0.1.4_react@17.0.2: - resolution: {integrity: sha512-18gDYof97t8UQa7zwklG1Dr8jIdj3u+rVOQLzPi9f5i1YQak/pVGkaqw8aY+iDUknKKuZniTk/7jbAJUYlKyOw==} + /@radix-ui/react-popper/0.1.5-rc.43_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-ENa5WJbJ5bFL0FlejacFTT96NBrnX0LdWGpYF5MFeH4+BnYn0GskTsVfMOwcwLSOe7P3HLDlYsRl3rJovFqAHQ==} peerDependencies: - react: ^16.8 || ^17.0 + react: ^16.8 || ^17.0 || ^18.0 + react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.18.6 - '@radix-ui/popper': 0.1.0 - '@radix-ui/react-arrow': 0.1.4_react@17.0.2 - '@radix-ui/react-compose-refs': 0.1.0_react@17.0.2 - '@radix-ui/react-context': 0.1.1_react@17.0.2 - '@radix-ui/react-primitive': 0.1.4_react@17.0.2 - '@radix-ui/react-use-rect': 0.1.1_react@17.0.2 - '@radix-ui/react-use-size': 0.1.1_react@17.0.2 - '@radix-ui/rect': 0.1.1 - react: 17.0.2 - dev: false - - /@radix-ui/react-portal/0.1.4_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-MO0wRy2eYRTZ/CyOri9NANCAtAtq89DEtg90gicaTlkCfdqCLEBsLb+/q66BZQTr3xX/Vq01nnVfc/TkCqoqvw==} - peerDependencies: - react: ^16.8 || ^17.0 - react-dom: ^16.8 || ^17.0 - dependencies: - '@babel/runtime': 7.18.6 - '@radix-ui/react-primitive': 0.1.4_react@17.0.2 - '@radix-ui/react-use-layout-effect': 0.1.0_react@17.0.2 + '@radix-ui/popper': 0.1.1-rc.3 + '@radix-ui/react-arrow': 0.1.5-rc.43_sfoxds7t5ydpegc3knd667wn6m + '@radix-ui/react-compose-refs': 0.1.1-rc.43_react@17.0.2 + '@radix-ui/react-context': 0.1.2-rc.43_react@17.0.2 + '@radix-ui/react-primitive': 0.1.5-rc.43_sfoxds7t5ydpegc3knd667wn6m + '@radix-ui/react-use-layout-effect': 0.1.1-rc.43_react@17.0.2 + '@radix-ui/react-use-rect': 0.1.2-rc.43_react@17.0.2 + '@radix-ui/react-use-size': 0.1.2-rc.43_react@17.0.2 + '@radix-ui/rect': 0.1.2-rc.3 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 dev: false - /@radix-ui/react-presence/0.1.2_react@17.0.2: - resolution: {integrity: sha512-3BRlFZraooIUfRlyN+b/Xs5hq1lanOOo/+3h6Pwu2GMFjkGKKa4Rd51fcqGqnVlbr3jYg+WLuGyAV4KlgqwrQw==} + /@radix-ui/react-portal/0.1.5-rc.43_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-aQD/DRsD+Sj+q1UDoisub+qQp/S74ZiUTyn5jCShubCKbgi2tsV3TNx/DI5Ka3hV+cF7uXPuppmG5nSq0mXubQ==} peerDependencies: - react: '>=16.8' + react: ^16.8 || ^17.0 || ^18.0 + react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.18.6 - '@radix-ui/react-compose-refs': 0.1.0_react@17.0.2 - '@radix-ui/react-use-layout-effect': 0.1.0_react@17.0.2 + '@radix-ui/react-primitive': 0.1.5-rc.43_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + + /@radix-ui/react-presence/0.1.3-rc.43_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-/0kwlE1xxe3zo5GLPmSOQ9XRb93OSc07hZxUVRpgmpqgsp5zdVsSVgLtJYMj8EN/SEvjny8wlgKpf598Jg7PbQ==} + peerDependencies: + react: ^16.8 || ^17.0 || ^18.0 + react-dom: ^16.8 || ^17.0 || ^18.0 + dependencies: + '@babel/runtime': 7.18.6 + '@radix-ui/react-compose-refs': 0.1.1-rc.43_react@17.0.2 + '@radix-ui/react-use-layout-effect': 0.1.1-rc.43_react@17.0.2 + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + + /@radix-ui/react-primitive/0.1.5-rc.43_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-iyerBA6kXFCrL3dTu3T8DhqtzeFKiS1llnJvXdeIJOhYsTILH2+5zrLWOEePejYlxfV4CmRRK7qyaCLBRvmB6w==} + peerDependencies: + react: ^16.8 || ^17.0 || ^18.0 + react-dom: ^16.8 || ^17.0 || ^18.0 + dependencies: + '@babel/runtime': 7.18.6 + '@radix-ui/react-slot': 0.1.3-rc.43_react@17.0.2 + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + + /@radix-ui/react-roving-focus/0.1.6-rc.46_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-ki57GpegHBGIcX37P/8fIAQQ5auUP4xpZKDBp2FpsKglDEXLQt1x/C992G4mczd4126vvRUc3O4JLgpKuZnpAg==} + peerDependencies: + react: ^16.8 || ^17.0 || ^18.0 + react-dom: ^16.8 || ^17.0 || ^18.0 + dependencies: + '@babel/runtime': 7.18.6 + '@radix-ui/primitive': 0.1.1-rc.3 + '@radix-ui/react-collection': 0.1.5-rc.43_sfoxds7t5ydpegc3knd667wn6m + '@radix-ui/react-compose-refs': 0.1.1-rc.43_react@17.0.2 + '@radix-ui/react-context': 0.1.2-rc.43_react@17.0.2 + '@radix-ui/react-direction': 0.1.0-rc.46_react@17.0.2 + '@radix-ui/react-id': 0.1.6-rc.43_react@17.0.2 + '@radix-ui/react-primitive': 0.1.5-rc.43_sfoxds7t5ydpegc3knd667wn6m + '@radix-ui/react-use-callback-ref': 0.1.1-rc.43_react@17.0.2 + '@radix-ui/react-use-controllable-state': 0.1.1-rc.43_react@17.0.2 + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + + /@radix-ui/react-slot/0.1.3-rc.43_react@17.0.2: + resolution: {integrity: sha512-pyWnYOChmJNXdNLWYexhILfyz3Hx2pjMtsm4762uy/Zdh2/rfWKnas0wUQD4Pdfko9WH4EkJYNjokyW5ou/O8g==} + peerDependencies: + react: ^16.8 || ^17.0 || ^18.0 + dependencies: + '@babel/runtime': 7.18.6 + '@radix-ui/react-compose-refs': 0.1.1-rc.43_react@17.0.2 react: 17.0.2 dev: false - /@radix-ui/react-primitive/0.1.4_react@17.0.2: - resolution: {integrity: sha512-6gSl2IidySupIMJFjYnDIkIWRyQdbu/AHK7rbICPani+LW4b0XdxBXc46og/iZvuwW8pjCS8I2SadIerv84xYA==} + /@radix-ui/react-use-callback-ref/0.1.1-rc.43_react@17.0.2: + resolution: {integrity: sha512-/qqv91yKoOBQ0occiZce9bXQFlm13KFyB5IvxPMBqWsz7uFaPc08Ju/JcihzBc5DXxXquT6j3Maf6+iC2/bbVQ==} peerDependencies: - react: ^16.8 || ^17.0 - dependencies: - '@babel/runtime': 7.18.6 - '@radix-ui/react-slot': 0.1.2_react@17.0.2 - react: 17.0.2 - dev: false - - /@radix-ui/react-roving-focus/0.1.5_react@17.0.2: - resolution: {integrity: sha512-ClwKPS5JZE+PaHCoW7eu1onvE61pDv4kO8W4t5Ra3qMFQiTJLZMdpBQUhksN//DaVygoLirz4Samdr5Y1x1FSA==} - peerDependencies: - react: ^16.8 || ^17.0 - dependencies: - '@babel/runtime': 7.18.6 - '@radix-ui/primitive': 0.1.0 - '@radix-ui/react-collection': 0.1.4_react@17.0.2 - '@radix-ui/react-compose-refs': 0.1.0_react@17.0.2 - '@radix-ui/react-context': 0.1.1_react@17.0.2 - '@radix-ui/react-id': 0.1.5_react@17.0.2 - '@radix-ui/react-primitive': 0.1.4_react@17.0.2 - '@radix-ui/react-use-callback-ref': 0.1.0_react@17.0.2 - '@radix-ui/react-use-controllable-state': 0.1.0_react@17.0.2 - react: 17.0.2 - dev: false - - /@radix-ui/react-slot/0.1.2_react@17.0.2: - resolution: {integrity: sha512-ADkqfL+agEzEguU3yS26jfB50hRrwf7U4VTwAOZEmi/g+ITcBWe12yM46ueS/UCIMI9Py+gFUaAdxgxafFvY2Q==} - peerDependencies: - react: ^16.8 || ^17.0 - dependencies: - '@babel/runtime': 7.18.6 - '@radix-ui/react-compose-refs': 0.1.0_react@17.0.2 - react: 17.0.2 - dev: false - - /@radix-ui/react-use-body-pointer-events/0.1.1_react@17.0.2: - resolution: {integrity: sha512-R8leV2AWmJokTmERM8cMXFHWSiv/fzOLhG/JLmRBhLTAzOj37EQizssq4oW0Z29VcZy2tODMi9Pk/htxwb+xpA==} - peerDependencies: - react: ^16.8 || ^17.0 - dependencies: - '@babel/runtime': 7.18.6 - '@radix-ui/react-use-layout-effect': 0.1.0_react@17.0.2 - react: 17.0.2 - dev: false - - /@radix-ui/react-use-callback-ref/0.1.0_react@17.0.2: - resolution: {integrity: sha512-Va041McOFFl+aV+sejvl0BS2aeHx86ND9X/rVFmEFQKTXCp6xgUK0NGUAGcgBlIjnJSbMYPGEk1xKSSlVcN2Aw==} - peerDependencies: - react: ^16.8 || ^17.0 + react: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.18.6 react: 17.0.2 dev: false - /@radix-ui/react-use-controllable-state/0.1.0_react@17.0.2: - resolution: {integrity: sha512-zv7CX/PgsRl46a52Tl45TwqwVJdmqnlQEQhaYMz/yBOD2sx2gCkCFSoF/z9mpnYWmS6DTLNTg5lIps3fV6EnXg==} + /@radix-ui/react-use-controllable-state/0.1.1-rc.43_react@17.0.2: + resolution: {integrity: sha512-MtzuUBmHr6plWkheL5+6dr8Jjrwwxz24BJR7xQXgSjiaOpt7WB/OUCBvvVVgolyDRgYpGe/ds3jp2aU4KlTpZQ==} peerDependencies: - react: ^16.8 || ^17.0 + react: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.18.6 - '@radix-ui/react-use-callback-ref': 0.1.0_react@17.0.2 + '@radix-ui/react-use-callback-ref': 0.1.1-rc.43_react@17.0.2 react: 17.0.2 dev: false - /@radix-ui/react-use-direction/0.1.0_react@17.0.2: - resolution: {integrity: sha512-NajpY/An9TCPSfOVkgWIdXJV+VuWl67PxB6kOKYmtNAFHvObzIoh8o0n9sAuwSAyFCZVq211FEf9gvVDRhOyiA==} + /@radix-ui/react-use-escape-keydown/0.1.1-rc.43_react@17.0.2: + resolution: {integrity: sha512-y0/2OtRpRcVwME8OsK/ZUcVlMgHoiJ9pTxXDfEzt5KfWfX4xg6RCYy8MQJ7OU7Kut062jqOOicwwMj+/F+lroA==} peerDependencies: - react: ^16.8 || ^17.0 + react: ^16.8 || ^17.0 || ^18.0 + dependencies: + '@babel/runtime': 7.18.6 + '@radix-ui/react-use-callback-ref': 0.1.1-rc.43_react@17.0.2 + react: 17.0.2 + dev: false + + /@radix-ui/react-use-layout-effect/0.1.1-rc.43_react@17.0.2: + resolution: {integrity: sha512-hpzKzF7FqyAjT9sj+XujZzZ8oOhrcK2F3Vhw+W2hncq0jUgzLjhtQzJ+wBgq/7iziCNCIwjn7S8/RgrPgIWrtw==} + peerDependencies: + react: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.18.6 react: 17.0.2 dev: false - /@radix-ui/react-use-escape-keydown/0.1.0_react@17.0.2: - resolution: {integrity: sha512-tDLZbTGFmvXaazUXXv8kYbiCcbAE8yKgng9s95d8fCO+Eundv0Jngbn/hKPhDDs4jj9ChwRX5cDDnlaN+ugYYQ==} + /@radix-ui/react-use-rect/0.1.2-rc.43_react@17.0.2: + resolution: {integrity: sha512-YCEgfr9AH0Xgllf3xQdKSfOU2L8QqRPpZLqepaL/z1XWdMDrO4WFhDXh3vOzr8BQrXgRL1jWyA96LEZo9+yMcw==} peerDependencies: - react: ^16.8 || ^17.0 + react: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.18.6 - '@radix-ui/react-use-callback-ref': 0.1.0_react@17.0.2 + '@radix-ui/rect': 0.1.2-rc.3 react: 17.0.2 dev: false - /@radix-ui/react-use-layout-effect/0.1.0_react@17.0.2: - resolution: {integrity: sha512-+wdeS51Y+E1q1Wmd+1xSSbesZkpVj4jsg0BojCbopWvgq5iBvixw5vgemscdh58ep98BwUbsFYnrywFhV9yrVg==} + /@radix-ui/react-use-size/0.1.2-rc.43_react@17.0.2: + resolution: {integrity: sha512-pkA+Q1esvBrHnawfpSC/QvXL7H7hT6o2YvaLBxk1pi/4cFzoMkgJTruOTBTxuD3maq8FZNAv4aCzACdMitP2Cw==} peerDependencies: - react: ^16.8 || ^17.0 + react: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.18.6 react: 17.0.2 dev: false - /@radix-ui/react-use-rect/0.1.1_react@17.0.2: - resolution: {integrity: sha512-kHNNXAsP3/PeszEmM/nxBBS9Jbo93sO+xuMTcRfwzXsmxT5gDXQzAiKbZQ0EecCPtJIzqvr7dlaQi/aP1PKYqQ==} - peerDependencies: - react: ^16.8 || ^17.0 - dependencies: - '@babel/runtime': 7.18.6 - '@radix-ui/rect': 0.1.1 - react: 17.0.2 - dev: false - - /@radix-ui/react-use-size/0.1.1_react@17.0.2: - resolution: {integrity: sha512-pTgWM5qKBu6C7kfKxrKPoBI2zZYZmp2cSXzpUiGM3qEBQlMLtYhaY2JXdXUCxz+XmD1YEjc8oRwvyfsD4AG4WA==} - peerDependencies: - react: ^16.8 || ^17.0 - dependencies: - '@babel/runtime': 7.18.6 - react: 17.0.2 - dev: false - - /@radix-ui/rect/0.1.1: - resolution: {integrity: sha512-g3hnE/UcOg7REdewduRPAK88EPuLZtaq7sA9ouu8S+YEtnyFRI16jgv6GZYe3VMoQLL1T171ebmEPtDjyxWLzw==} + /@radix-ui/rect/0.1.2-rc.3: + resolution: {integrity: sha512-cBdeeDhPyPmK0mYjmkyDS+N/9FjUp828T1xlCU8hfmLCGZR87766iLumRCrhSZ9vQaCuMFPcZKWhzE65pgZRFA==} dependencies: '@babel/runtime': 7.18.6 dev: false @@ -2460,7 +2668,7 @@ packages: engines: {node: '>=6'} dev: true - /@spree/storefront-api-v2-sdk/5.1.4: + /@spree/storefront-api-v2-sdk/5.1.4_node-fetch@2.6.7: resolution: {integrity: sha512-KvAVQ9wDAy+2EajiEGoFmw3iZRi9xERR/wKS2z+h2BaQsHMEJhe/xh06lFecEu9RKH4/k3m2dqrijyNzWLJ+Gw==} engines: {node: '>=14.17.0'} peerDependencies: @@ -2471,10 +2679,12 @@ packages: optional: true node-fetch: optional: true + dependencies: + node-fetch: 2.6.7 dev: false - /@swc/core-android-arm-eabi/1.2.208: - resolution: {integrity: sha512-Cspm5VrwblJSwvcug0yEtNGQ6qG+LsuzTxJM+VHa8raNisyObPjA8J+SuiKv3sRb85rdjC7n1wSIQW0Sz2g3Dg==} + /@swc/core-android-arm-eabi/1.2.210: + resolution: {integrity: sha512-JGPcCM9XixJIbCHP/fbI79pXTuU9C3V6AxolTy0zEhgNe7r59CiSVcGWN5t5dgkEuwApAxN2iNjJRmz4z+ALAg==} engines: {node: '>=10'} cpu: [arm] os: [android] @@ -2482,8 +2692,8 @@ packages: dev: true optional: true - /@swc/core-android-arm64/1.2.208: - resolution: {integrity: sha512-gUQv1xSzHaaQ2/9+R8rcmVLWl7K0iM+r7Fbcs0z/BY8FzllXAEIC+AR/DyyYpEdsbUS3ZRWQmdMyC9Aj0xjRgA==} + /@swc/core-android-arm64/1.2.210: + resolution: {integrity: sha512-oP2b8LjZiMNrzOnoC/mVomksSiqQDrIsm4LxPAGTK1fWnbtITLF/Wj/St1wnUu98jZf5kvQP9AH3p2d3J6UaDA==} engines: {node: '>=10'} cpu: [arm64] os: [android] @@ -2491,8 +2701,8 @@ packages: dev: true optional: true - /@swc/core-darwin-arm64/1.2.208: - resolution: {integrity: sha512-xqILWXEQMvhoC/jH7/wnXAhLqTaH1oTDP/E3DVNLRzbLgACmUIo724Y3LKmBDzATVXupOHve8nNdNicAD9Q70Q==} + /@swc/core-darwin-arm64/1.2.210: + resolution: {integrity: sha512-7PEHF1AHRpVcMtttfOVtyjZq73VUVaLsBnTWUqdFv1toRu42n+CmnXm3brmnSwyi7TTtCU/nahunWNmBbJeG8A==} engines: {node: '>=10'} cpu: [arm64] os: [darwin] @@ -2500,8 +2710,8 @@ packages: dev: true optional: true - /@swc/core-darwin-x64/1.2.208: - resolution: {integrity: sha512-o5FIXAFyeFKKCCk1o209DPRxUFUYAw1qSCN4jnY2o35iDL0gZosDrAnx71y1h4krPNUcOdcSHucwACH44+s18g==} + /@swc/core-darwin-x64/1.2.210: + resolution: {integrity: sha512-FEPSgnzRy7X9SaDWtAQKfoodttG90GOyTKqBC/915SPhvuprSf3/PpX2NP63E44/GVgEoNzmNGGiUzbL5k70Dg==} engines: {node: '>=10'} cpu: [x64] os: [darwin] @@ -2509,8 +2719,8 @@ packages: dev: true optional: true - /@swc/core-freebsd-x64/1.2.208: - resolution: {integrity: sha512-j0IbNUZClbQy/SoKE3Tc+iLLwKSqogdp58wGNJjTccecug9EMmeG3fMqWdNbH8sDdmf63ZjT/zfQMnEmAr0dAw==} + /@swc/core-freebsd-x64/1.2.210: + resolution: {integrity: sha512-nehrNTikTfY4H08VUjp20/U5/bt4PC/hi8Zthjz1A0evcIdA0WHajByFj0um/0lYmdF1K6T7A9UuaoOwPEAZ0A==} engines: {node: '>=10'} cpu: [x64] os: [freebsd] @@ -2518,8 +2728,8 @@ packages: dev: true optional: true - /@swc/core-linux-arm-gnueabihf/1.2.208: - resolution: {integrity: sha512-oqesiqB1lw9S50REMirVuhfLUL0Ub0TzJHMooNvPtrcwnXa0CDDdA60KfaaA8Mxiybly32TiXekW4fLxsNi04A==} + /@swc/core-linux-arm-gnueabihf/1.2.210: + resolution: {integrity: sha512-vbSQxZcPBJC2WqVWHZhZIPpv+8xoNug/Qv6FLFPcl735MeNRzgciKC1LlXuy6DNA0RqoCPPyzaK2jnwJyq4bSw==} engines: {node: '>=10'} cpu: [arm] os: [linux] @@ -2527,8 +2737,8 @@ packages: dev: true optional: true - /@swc/core-linux-arm64-gnu/1.2.208: - resolution: {integrity: sha512-Es0POIkuk7ite0syUUvO/xmh7E9zEKwdK1NhGiGu1nR4LwRTbUr7x0aaC+u3djZUJvZUa+4MK0NoayUbO7V+zQ==} + /@swc/core-linux-arm64-gnu/1.2.210: + resolution: {integrity: sha512-gfItagFmC06q5Uu7WHf/O3n1yKhA7uAo9VPUcNDKKrOh/WSkMI2dxtoeo4u5xOuJWKWedGCcdyJw46uhpYST0w==} engines: {node: '>=10'} cpu: [arm64] os: [linux] @@ -2536,8 +2746,8 @@ packages: dev: true optional: true - /@swc/core-linux-arm64-musl/1.2.208: - resolution: {integrity: sha512-5Mel0Hw+95tVBC5Zx9A2FU8eBfcbbjOAQ3FsrdMbOeuhQYzV9CqNNQkktoEUfjnHlHF3HPShN8PBE20+ycf4HA==} + /@swc/core-linux-arm64-musl/1.2.210: + resolution: {integrity: sha512-3nlNHIYiuppJBB+bbaxLfGN/mnofaVvKVEwUQ9HPtghY87zFIsKl1RfNQtxcOlcarcWya1XAMSk9NXv2dFHWDg==} engines: {node: '>=10'} cpu: [arm64] os: [linux] @@ -2545,8 +2755,8 @@ packages: dev: true optional: true - /@swc/core-linux-x64-gnu/1.2.208: - resolution: {integrity: sha512-j5GvAUf8hwHWKdmkF80HGSSzBzENmuWFG/OBle+0fwqO9NStUGWAoGYwBPiTlJ8aCBjbVGXlCVstHx8OHx+1pw==} + /@swc/core-linux-x64-gnu/1.2.210: + resolution: {integrity: sha512-BmhfneSvUzIufUhPaql3YvoWlSrNZiAhpL3c5fPrfQxADywkZLljgh0kckxpeCi5R8iWIUlNSPFmo589QS2Jsg==} engines: {node: '>=10'} cpu: [x64] os: [linux] @@ -2554,8 +2764,8 @@ packages: dev: true optional: true - /@swc/core-linux-x64-musl/1.2.208: - resolution: {integrity: sha512-A+kGJDB3qQ1jaME7YiIH3yWOOx2Pjo8g+63TYsuaDJhA1MzQzg1KBCk5/gGEw5YFGgMqQbU0dp2emORu9UwRHw==} + /@swc/core-linux-x64-musl/1.2.210: + resolution: {integrity: sha512-0VT7FeF4Vc/u0oxVLplF/0hcApE+fwC4Njf49SFyvszgAMc9a+fyUNBX2NSqIrTQFwmifRcpQOeXDT8Edy0g6w==} engines: {node: '>=10'} cpu: [x64] os: [linux] @@ -2563,8 +2773,8 @@ packages: dev: true optional: true - /@swc/core-win32-arm64-msvc/1.2.208: - resolution: {integrity: sha512-yTUC9QIAHecyBlT7HcoISM+L4vFkP+Y6+LpW4kW1VJmJWm2EEsaFXJdaH2LF6HVbPp+dgvsWK2+EqYephfUT1Q==} + /@swc/core-win32-arm64-msvc/1.2.210: + resolution: {integrity: sha512-MwM35TtzMX7GS424y/Bk0CrwWsYRfZ/WX15QAi/Yz+fnPCDLtFNknRC7gAaTpDeqywu6dsXUFyErzK1FC8l8YA==} engines: {node: '>=10'} cpu: [arm64] os: [win32] @@ -2572,8 +2782,8 @@ packages: dev: true optional: true - /@swc/core-win32-ia32-msvc/1.2.208: - resolution: {integrity: sha512-A1h9ZLSCI7ixBxkvEf8Brxg5WdnBKPFsolacGnulGsqWHRez7UVtI2Q2NhgYMZdoPUIqEMVGE5d0M+MPCo5RRg==} + /@swc/core-win32-ia32-msvc/1.2.210: + resolution: {integrity: sha512-KpofYa0wqd8urFLrdsz0yQU2YkF7NEDU3+IzqUNnxwamlaEFg/C3l6rTgmiihHXIZuYQS9di4YwykyMVVXutOA==} engines: {node: '>=10'} cpu: [ia32] os: [win32] @@ -2581,8 +2791,8 @@ packages: dev: true optional: true - /@swc/core-win32-x64-msvc/1.2.208: - resolution: {integrity: sha512-CkESi36HJSkqicrDQzgSWLOx9oTaVDrD8FnplP8PgpySUgoesyGg3uZt+2moaBTyUjxG6L4OuMTkwa0vsbiFrw==} + /@swc/core-win32-x64-msvc/1.2.210: + resolution: {integrity: sha512-bUhY0bK8s+B6LSdbNu9L0RKrO/rWrXICtIZyHZolUZKo326hfQ0Iwx+N/xuh6jYpON0RaY9pR0HAyaCDHugoRA==} engines: {node: '>=10'} cpu: [x64] os: [win32] @@ -2590,24 +2800,24 @@ packages: dev: true optional: true - /@swc/core/1.2.208: - resolution: {integrity: sha512-DzGQmQsWsmVlFppH2Xtu9ispT+b0W5YaXD1sqr4694zIjRMe5suAIMXRT0BiHlLXgWTSNDMUceOM/i4YXlWEhQ==} + /@swc/core/1.2.210: + resolution: {integrity: sha512-euiCxnx+dCnE6iDGM04hIvcLS2LADVgIDo0OGnxqRce4SwUNHZi/KcRxIT04YtJd3BdO5v+l4K8RHIx4jvn+TA==} engines: {node: '>=10'} hasBin: true optionalDependencies: - '@swc/core-android-arm-eabi': 1.2.208 - '@swc/core-android-arm64': 1.2.208 - '@swc/core-darwin-arm64': 1.2.208 - '@swc/core-darwin-x64': 1.2.208 - '@swc/core-freebsd-x64': 1.2.208 - '@swc/core-linux-arm-gnueabihf': 1.2.208 - '@swc/core-linux-arm64-gnu': 1.2.208 - '@swc/core-linux-arm64-musl': 1.2.208 - '@swc/core-linux-x64-gnu': 1.2.208 - '@swc/core-linux-x64-musl': 1.2.208 - '@swc/core-win32-arm64-msvc': 1.2.208 - '@swc/core-win32-ia32-msvc': 1.2.208 - '@swc/core-win32-x64-msvc': 1.2.208 + '@swc/core-android-arm-eabi': 1.2.210 + '@swc/core-android-arm64': 1.2.210 + '@swc/core-darwin-arm64': 1.2.210 + '@swc/core-darwin-x64': 1.2.210 + '@swc/core-freebsd-x64': 1.2.210 + '@swc/core-linux-arm-gnueabihf': 1.2.210 + '@swc/core-linux-arm64-gnu': 1.2.210 + '@swc/core-linux-arm64-musl': 1.2.210 + '@swc/core-linux-x64-gnu': 1.2.210 + '@swc/core-linux-x64-musl': 1.2.210 + '@swc/core-win32-arm64-msvc': 1.2.210 + '@swc/core-win32-ia32-msvc': 1.2.210 + '@swc/core-win32-x64-msvc': 1.2.210 dev: true /@swc/helpers/0.4.2: @@ -2707,7 +2917,7 @@ packages: /@types/keyv/3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} dependencies: - '@types/node': 17.0.45 + '@types/node': 18.0.3 dev: true /@types/lodash.debounce/4.0.7: @@ -2741,7 +2951,6 @@ packages: dependencies: '@types/node': 17.0.45 form-data: 3.0.1 - dev: false /@types/node/10.12.18: resolution: {integrity: sha512-fh+pAqt4xRzPfqA6eh3Z2y6fyZavRIumvjhaCL753+TVkGKGhpPeyrJG2JftD0T9q4GF00KjefsQ+PQNDdWQaQ==} @@ -2750,6 +2959,10 @@ packages: /@types/node/17.0.45: resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} + /@types/node/18.0.3: + resolution: {integrity: sha512-HzNRZtp4eepNitP+BD6k2L6DROIDG4Q0fm4x+dwfsr6LGmROENnok75VGw40628xf+iR24WeMFcHuuBDUAzzsQ==} + dev: true + /@types/parse-json/4.0.0: resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==} dev: true @@ -2767,7 +2980,7 @@ packages: /@types/responselike/1.0.0: resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} dependencies: - '@types/node': 17.0.45 + '@types/node': 18.0.3 dev: true /@types/retry/0.12.2: @@ -2784,10 +2997,10 @@ packages: /@types/ws/8.5.3: resolution: {integrity: sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==} dependencies: - '@types/node': 17.0.45 + '@types/node': 18.0.3 dev: true - /@typescript-eslint/parser/5.30.5_phrdw3x5bruxg3zolwflc7fabm: + /@typescript-eslint/parser/5.30.5_4x5o4skxv6sl53vpwefgt23khm: resolution: {integrity: sha512-zj251pcPXI8GO9NDKWWmygP6+UjwWmrdf9qMW/L/uQJBM/0XbU2inxe5io/234y/RCvwpKEYjZ6c1YrXERkK4Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -2799,10 +3012,10 @@ packages: dependencies: '@typescript-eslint/scope-manager': 5.30.5 '@typescript-eslint/types': 5.30.5 - '@typescript-eslint/typescript-estree': 5.30.5_typescript@4.3.4 + '@typescript-eslint/typescript-estree': 5.30.5_typescript@4.7.4 debug: 4.3.4 eslint: 8.19.0 - typescript: 4.3.4 + typescript: 4.7.4 transitivePeerDependencies: - supports-color dev: true @@ -2820,7 +3033,7 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.30.5_typescript@4.3.4: + /@typescript-eslint/typescript-estree/5.30.5_typescript@4.7.4: resolution: {integrity: sha512-qGTc7QZC801kbYjAr4AgdOfnokpwStqyhSbiQvqGBLixniAKyH+ib2qXIVo4P9NgGzwyfD9I0nlJN7D91E1VpQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -2835,8 +3048,8 @@ packages: globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.7 - tsutils: 3.21.0_typescript@4.3.4 - typescript: 4.3.4 + tsutils: 3.21.0_typescript@4.7.4 + typescript: 4.7.4 transitivePeerDependencies: - supports-color dev: true @@ -2849,37 +3062,41 @@ packages: eslint-visitor-keys: 3.3.0 dev: true - /@vercel/fetch-cached-dns/2.1.0: + /@vercel/fetch-cached-dns/2.1.0_node-fetch@2.6.7: resolution: {integrity: sha512-dIQWF+bG2EOYeCCCeT3E77qZZa7VgW2quEKw4k8/keeoD8lRMjiNi//Ww7LJ8wXecfv7XXtprwN5uLLLGo/ktg==} peerDependencies: node-fetch: ^2.6.1 dependencies: '@types/node-fetch': 2.6.2 '@zeit/dns-cached-resolve': 2.1.2 + node-fetch: 2.6.7 dev: false - /@vercel/fetch-retry/5.1.3: + /@vercel/fetch-retry/5.1.3_node-fetch@2.6.7: resolution: {integrity: sha512-UIbFc4VsEZHOr6dWuE+kxY4NxnOLXFMCWm0fSKRRHUEtrIzaJLzHpWk2QskCXTSzFgFvhkLAvSrBK2XZg7NSzg==} peerDependencies: node-fetch: ^2.6.7 dependencies: async-retry: 1.3.3 debug: 4.3.4 + node-fetch: 2.6.7 transitivePeerDependencies: - supports-color dev: false - /@vercel/fetch/6.2.0: + /@vercel/fetch/6.2.0_wbqoqouw2iimn65bqgaw3lwmza: resolution: {integrity: sha512-MU+Mzh06NIAXxwdnyHmBFg+/lTKBbzDkCSNhAwWTFJ4rHuBc4pHc8E6XP+qnwqaWugjOBQgFfQCGDLnV820c9A==} peerDependencies: '@types/node-fetch': ^2.6.1 node-fetch: ^2.6.7 dependencies: '@types/async-retry': 1.4.4 - '@vercel/fetch-cached-dns': 2.1.0 - '@vercel/fetch-retry': 5.1.3 + '@types/node-fetch': 2.6.2 + '@vercel/fetch-cached-dns': 2.1.0_node-fetch@2.6.7 + '@vercel/fetch-retry': 5.1.3_node-fetch@2.6.7 agentkeepalive: 4.2.1 debug: 4.3.4 + node-fetch: 2.6.7 transitivePeerDependencies: - supports-color dev: false @@ -3266,17 +3483,17 @@ packages: '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.18.6 '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.18.6 '@babel/plugin-transform-block-scoping': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-transform-classes': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-classes': 7.18.8_@babel+core@7.18.6 '@babel/plugin-transform-computed-properties': 7.18.6_@babel+core@7.18.6 '@babel/plugin-transform-destructuring': 7.18.6_@babel+core@7.18.6 '@babel/plugin-transform-flow-strip-types': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-transform-for-of': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.18.6 '@babel/plugin-transform-function-name': 7.18.6_@babel+core@7.18.6 '@babel/plugin-transform-literals': 7.18.6_@babel+core@7.18.6 '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.18.6 '@babel/plugin-transform-modules-commonjs': 7.18.6_@babel+core@7.18.6 '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-transform-parameters': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.18.6 '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.18.6 '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.18.6 '@babel/plugin-transform-react-jsx': 7.18.6_@babel+core@7.18.6 @@ -3385,7 +3602,7 @@ packages: hasBin: true dependencies: caniuse-lite: 1.0.30001363 - electron-to-chromium: 1.4.178 + electron-to-chromium: 1.4.184 node-releases: 2.0.5 update-browserslist-db: 1.0.4_browserslist@4.21.1 @@ -3704,8 +3921,8 @@ packages: deprecated: 'Clor is now Clorox. Please upgrade: ''npm i clorox''.' dev: true - /clsx/1.2.0: - resolution: {integrity: sha512-EPRP7XJsM1y0iCU3Z7C7jFKdQboXSeHgEfzQUTlz7m5NP3hDrlz48aUsmNGp4pC+JOW9WA3vIRqlYuo/bl4Drw==} + /clsx/1.2.1: + resolution: {integrity: sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==} engines: {node: '>=6'} dev: false @@ -4148,11 +4365,6 @@ packages: tslib: 2.4.0 dev: true - /dotenv/12.0.4: - resolution: {integrity: sha512-oWdqbSywffzH1l4WXKPHWA0TWYpqp7IyLfqjipT4upoIFS0HPMqtNotykQpD4iIg0BqtNmdgPCh2WMvMt7yTiw==} - engines: {node: '>=12'} - dev: true - /dotenv/16.0.1: resolution: {integrity: sha512-1K6hR6wtk2FviQ4kEiSjFiH5rpzEVi8WW0x96aztHVMhEspNpc4DVOUTEHtEva5VThQ8IaBX1Pe4gSzpVVUsKQ==} engines: {node: '>=12'} @@ -4172,8 +4384,8 @@ packages: resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} dev: true - /duplexer3/0.1.4: - resolution: {integrity: sha512-CEj8FwwNA4cVH2uFCoHUrmojhYh1vmCdOaneKJXwkeY1i9jnlslVo9dx+hQ5Hl9GnH/Bwy/IjxAyOePyPKYnzA==} + /duplexer3/0.1.5: + resolution: {integrity: sha512-1A8za6ws41LQgv9HrE/66jyC5yuSjQ3L/KOpFtoBilsAK2iA2wuS5rTt1OCzIvtS2V7nVmedsUU+DGRcjBmOYA==} dev: true /eastasianwidth/0.2.0: @@ -4185,8 +4397,8 @@ packages: dependencies: safe-buffer: 5.2.1 - /electron-to-chromium/1.4.178: - resolution: {integrity: sha512-aWuhJXkwIdoQzGR8p2QvR3N0OzdUKZSP8+P/hzuMzNQIPZoEa8HiCGM75bQBHjyz+eKT5PB9dVCzkK/tyQ4B5Q==} + /electron-to-chromium/1.4.184: + resolution: {integrity: sha512-IADi390FRdvxWfVX3hjzfTDNVHiTqVo9ar53/7em/SfhUG9YcjVhyQecY/XwmBHRKden/wFud7RWOUH7+7LFng==} /elegant-spinner/1.0.1: resolution: {integrity: sha512-B+ZM+RXvRqQaAmkMlO/oSe5nMUOaUnyfGYCEHoR8wrXsZR2mA0XVibsxV1bvTwxdRWah1PkQqso2EzhILGHtEQ==} @@ -4287,8 +4499,8 @@ packages: resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} engines: {node: '>=10'} - /eslint-config-next/12.2.0_phrdw3x5bruxg3zolwflc7fabm: - resolution: {integrity: sha512-QWzNegadFXjQ0h3hixnLacRM9Kot85vQefyNsA8IeOnERZMz0Gvays1W6DMCjSxJbnCwuWaMXj9DCpar5IahRA==} + /eslint-config-next/12.2.1_4x5o4skxv6sl53vpwefgt23khm: + resolution: {integrity: sha512-/lHPdvP1MC1ceKgH/hffjQ9IqtcAMCOPOyR4SsZ5R2/KFlra2EBW/e1tXdR+HhkkbNSkRO4N/ZgAFDmC5AYS2Q==} peerDependencies: eslint: ^7.23.0 || ^8.0.0 typescript: '>=3.3.1' @@ -4296,9 +4508,9 @@ packages: typescript: optional: true dependencies: - '@next/eslint-plugin-next': 12.2.0 + '@next/eslint-plugin-next': 12.2.1 '@rushstack/eslint-patch': 1.1.4 - '@typescript-eslint/parser': 5.30.5_phrdw3x5bruxg3zolwflc7fabm + '@typescript-eslint/parser': 5.30.5_4x5o4skxv6sl53vpwefgt23khm eslint: 8.19.0 eslint-import-resolver-node: 0.3.6 eslint-import-resolver-typescript: 2.7.1_q2xwze32dd33a2fc2qubwr4ie4 @@ -4306,7 +4518,7 @@ packages: eslint-plugin-jsx-a11y: 6.6.0_eslint@8.19.0 eslint-plugin-react: 7.30.1_eslint@8.19.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.19.0 - typescript: 4.3.4 + typescript: 4.7.4 transitivePeerDependencies: - eslint-import-resolver-webpack - supports-color @@ -4366,7 +4578,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.30.5_phrdw3x5bruxg3zolwflc7fabm + '@typescript-eslint/parser': 5.30.5_4x5o4skxv6sl53vpwefgt23khm debug: 3.2.7 eslint-import-resolver-node: 0.3.6 eslint-import-resolver-typescript: 2.7.1_q2xwze32dd33a2fc2qubwr4ie4 @@ -4385,7 +4597,7 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.30.5_phrdw3x5bruxg3zolwflc7fabm + '@typescript-eslint/parser': 5.30.5_4x5o4skxv6sl53vpwefgt23khm array-includes: 3.1.5 array.prototype.flat: 1.3.0 debug: 2.6.9 @@ -4422,7 +4634,7 @@ packages: emoji-regex: 9.2.2 eslint: 8.19.0 has: 1.0.3 - jsx-ast-utils: 3.3.1 + jsx-ast-utils: 3.3.2 language-tags: 1.0.5 minimatch: 3.1.2 semver: 6.3.0 @@ -4448,7 +4660,7 @@ packages: doctrine: 2.1.0 eslint: 8.19.0 estraverse: 5.3.0 - jsx-ast-utils: 3.3.1 + jsx-ast-utils: 3.3.2 minimatch: 3.1.2 object.entries: 1.1.5 object.fromentries: 2.0.5 @@ -4585,6 +4797,21 @@ packages: strip-final-newline: 2.0.0 dev: true + /execa/6.1.0: + resolution: {integrity: sha512-QVWlX2e50heYJcCPG0iWtf8r0xjEYfz/OYLGDYH+IyjWezzPNxz63qNFOu0l4YftGWuizFVZHHs8PrLU5p2IDA==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dependencies: + cross-spawn: 7.0.3 + get-stream: 6.0.1 + human-signals: 3.0.1 + is-stream: 3.0.0 + merge-stream: 2.0.0 + npm-run-path: 5.1.0 + onetime: 6.0.0 + signal-exit: 3.0.7 + strip-final-newline: 3.0.0 + dev: true + /expand-brackets/0.1.5: resolution: {integrity: sha512-hxx03P2dJxss6ceIeri9cmYOT4SRs3Zk3afZwWpOsRqLqprhTR8u++SlC+sFGsQr7WGFPdMF7Gjc1njDLDK6UA==} engines: {node: '>=0.10.0'} @@ -5056,7 +5283,7 @@ packages: '@types/responselike': 1.0.0 cacheable-request: 6.1.0 decompress-response: 3.3.0 - duplexer3: 0.1.4 + duplexer3: 0.1.5 get-stream: 4.1.0 lowercase-keys: 1.0.1 mimic-response: 1.0.1 @@ -5069,21 +5296,22 @@ packages: resolution: {integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==} dev: true - /graphql-config/4.3.1_x2utdhayajzrh747hktprshhby: + /graphql-config/4.3.1_64espgwn2luu5vj5y7mf2qpsfa: resolution: {integrity: sha512-czBWzJSGaLJfOHBLuUTZVRTjfgohPfvlaeN1B5nXBVptFARpiFuS7iI4FnRhCGwm6qt1h2j1g05nkg0OIGA6bg==} engines: {node: '>= 10.0.0'} peerDependencies: graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: '@endemolshinegroup/cosmiconfig-typescript-loader': 3.0.2_zmjss6mecb4soo3dpdlecld3xa - '@graphql-tools/graphql-file-loader': 7.4.0 - '@graphql-tools/json-file-loader': 7.4.0 - '@graphql-tools/load': 7.7.0 - '@graphql-tools/merge': 8.3.0 - '@graphql-tools/url-loader': 7.12.1_@types+node@17.0.45 - '@graphql-tools/utils': 8.8.0 + '@graphql-tools/graphql-file-loader': 7.4.0_graphql@16.5.0 + '@graphql-tools/json-file-loader': 7.4.0_graphql@16.5.0 + '@graphql-tools/load': 7.7.0_graphql@16.5.0 + '@graphql-tools/merge': 8.3.0_graphql@16.5.0 + '@graphql-tools/url-loader': 7.12.1_exvfdlvhcng26fz4bmdxzrzhyu + '@graphql-tools/utils': 8.8.0_graphql@16.5.0 cosmiconfig: 7.0.1 cosmiconfig-toml-loader: 1.0.0 + graphql: 16.5.0 minimatch: 4.2.1 string-env-interpolation: 1.0.1 transitivePeerDependencies: @@ -5094,7 +5322,33 @@ packages: - utf-8-validate dev: true - /graphql-request/4.3.0: + /graphql-config/4.3.1_d3tqo63n3rumibtsdlgk6a57gq: + resolution: {integrity: sha512-czBWzJSGaLJfOHBLuUTZVRTjfgohPfvlaeN1B5nXBVptFARpiFuS7iI4FnRhCGwm6qt1h2j1g05nkg0OIGA6bg==} + engines: {node: '>= 10.0.0'} + peerDependencies: + graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + dependencies: + '@endemolshinegroup/cosmiconfig-typescript-loader': 3.0.2_zmjss6mecb4soo3dpdlecld3xa + '@graphql-tools/graphql-file-loader': 7.4.0_graphql@16.5.0 + '@graphql-tools/json-file-loader': 7.4.0_graphql@16.5.0 + '@graphql-tools/load': 7.7.0_graphql@16.5.0 + '@graphql-tools/merge': 8.3.0_graphql@16.5.0 + '@graphql-tools/url-loader': 7.12.1_t3lr2fjnx3bpj42fk4whj66h4y + '@graphql-tools/utils': 8.8.0_graphql@16.5.0 + cosmiconfig: 7.0.1 + cosmiconfig-toml-loader: 1.0.0 + graphql: 16.5.0 + minimatch: 4.2.1 + string-env-interpolation: 1.0.1 + transitivePeerDependencies: + - '@types/node' + - bufferutil + - encoding + - typescript + - utf-8-validate + dev: true + + /graphql-request/4.3.0_graphql@16.5.0: resolution: {integrity: sha512-2v6hQViJvSsifK606AliqiNiijb1uwWp6Re7o0RTyH+uRTv/u7Uqm2g4Fjq/LgZIzARB38RZEvVBFOQOVdlBow==} peerDependencies: graphql: 14 - 16 @@ -5102,24 +5356,33 @@ packages: cross-fetch: 3.1.5 extract-files: 9.0.0 form-data: 3.0.1 + graphql: 16.5.0 transitivePeerDependencies: - encoding dev: true - /graphql-tag/2.12.6: + /graphql-tag/2.12.6_graphql@16.5.0: resolution: {integrity: sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==} engines: {node: '>=10'} peerDependencies: graphql: ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: + graphql: 16.5.0 tslib: 2.4.0 dev: true - /graphql-ws/5.9.1: + /graphql-ws/5.9.1_graphql@16.5.0: resolution: {integrity: sha512-mL/SWGBwIT9Meq0NlfS55yXXTOeWPMbK7bZBEZhFu46bcGk1coTx2Sdtzxdk+9yHWngD+Fk1PZDWaAutQa9tpw==} engines: {node: '>=10'} peerDependencies: graphql: '>=0.11 <=16' + dependencies: + graphql: 16.5.0 + dev: true + + /graphql/16.5.0: + resolution: {integrity: sha512-qbHgh8Ix+j/qY+a/ZcJnFQ+j8ezakqPiHwPiZhV/3PgGlgf96QMBB5/f2rkiC9sgLoy/xvT6TSiaf2nTHJh5iA==} + engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0} dev: true /gzip-size/6.0.0: @@ -5250,6 +5513,11 @@ packages: engines: {node: '>=10.17.0'} dev: true + /human-signals/3.0.1: + resolution: {integrity: sha512-rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ==} + engines: {node: '>=12.20.0'} + dev: true + /humanize-ms/1.2.1: resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==} dependencies: @@ -5710,6 +5978,11 @@ packages: engines: {node: '>=8'} dev: true + /is-stream/3.0.0: + resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dev: true + /is-string/1.0.7: resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==} engines: {node: '>= 0.4'} @@ -5876,8 +6149,8 @@ packages: ms: 2.1.3 semver: 5.7.1 - /jsx-ast-utils/3.3.1: - resolution: {integrity: sha512-pxrjmNpeRw5wwVeWyEAk7QJu2GnBO3uzPFmHCKJJFPKK2Cy0cWL23krGtLdnMmbIi6/FjlrQpPyfQI19ByPOhQ==} + /jsx-ast-utils/3.3.2: + resolution: {integrity: sha512-4ZCADZHRkno244xlNnn4AOG6sRQ7iBZ5BbgZ4vW4y5IZw7cVUD1PPeblm1xx/nfmMxPdt/LHsXZW8z/j58+l9Q==} engines: {node: '>=4.0'} dependencies: array-includes: 3.1.5 @@ -5938,14 +6211,14 @@ packages: engines: {node: '>=0.10.0'} dev: true - /language-subtag-registry/0.3.21: - resolution: {integrity: sha512-L0IqwlIXjilBVVYKFT37X9Ih11Um5NEl9cbJIuU/SwP/zEEAbBPOnEeeuxVMf45ydWQRDQN3Nqc96OgbH1K+Pg==} + /language-subtag-registry/0.3.22: + resolution: {integrity: sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==} dev: true /language-tags/1.0.5: resolution: {integrity: sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==} dependencies: - language-subtag-registry: 0.3.21 + language-subtag-registry: 0.3.22 dev: true /latest-version/5.1.0: @@ -5994,6 +6267,29 @@ packages: - enquirer dev: true + /lint-staged/13.0.3: + resolution: {integrity: sha512-9hmrwSCFroTSYLjflGI8Uk+GWAwMB4OlpU4bMJEAT5d/llQwtYKoim4bLOyLCuWFAhWEupE0vkIFqtw/WIsPug==} + engines: {node: ^14.13.1 || >=16.0.0} + hasBin: true + dependencies: + cli-truncate: 3.1.0 + colorette: 2.0.19 + commander: 9.3.0 + debug: 4.3.4 + execa: 6.1.0 + lilconfig: 2.0.5 + listr2: 4.0.5 + micromatch: 4.0.5 + normalize-path: 3.0.0 + object-inspect: 1.12.2 + pidtree: 0.6.0 + string-argv: 0.3.1 + yaml: 2.1.1 + transitivePeerDependencies: + - enquirer + - supports-color + dev: true + /listr-silent-renderer/1.1.1: resolution: {integrity: sha512-L26cIFm7/oZeSNVhWB6faeorXhMg4HNlb/dS/7jHhr708jxlXrtrBWo4YUxZQkc6dGoxEAe6J/D3juTRBUzjtA==} engines: {node: '>=4'} @@ -6304,6 +6600,18 @@ packages: '@types/node': 17.0.45 dev: true + /meros/1.2.0_@types+node@18.0.3: + resolution: {integrity: sha512-3QRZIS707pZQnijHdhbttXRWwrHhZJ/gzolneoxKVz9N/xmsvY/7Ls8lpnI9gxbgxjcHsAVEW3mgwiZCo6kkJQ==} + engines: {node: '>=12'} + peerDependencies: + '@types/node': '>=12' + peerDependenciesMeta: + '@types/node': + optional: true + dependencies: + '@types/node': 18.0.3 + dev: true + /micromatch/2.3.11: resolution: {integrity: sha512-LnU2XFEk9xxSJ6rfgAry/ty5qwUTyHYOBU0g4R6tIw5ljwgGIBmiKhRWLw5NpMOnrgUNcDJ4WMp8rl3sYVHLNA==} engines: {node: '>=0.10.0'} @@ -6371,6 +6679,11 @@ packages: engines: {node: '>=6'} dev: true + /mimic-fn/4.0.0: + resolution: {integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==} + engines: {node: '>=12'} + dev: true + /mimic-response/1.0.1: resolution: {integrity: sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==} engines: {node: '>=4'} @@ -6520,20 +6833,20 @@ packages: resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} dev: true - /next-themes/0.0.15_nsrodebypp3mcf7ihyfjqmpudu: - resolution: {integrity: sha512-LTmtqYi03c4gMTJmWwVK9XkHL7h0/+XrtR970Ujvtu3s0kZNeJN24aJsi4rkZOI8i19+qq6f8j+8Duwy5jqcrQ==} + /next-themes/0.2.0_hd4ftj27eynthkwnbwxec6joby: + resolution: {integrity: sha512-myhpDL4vadBD9YDSHiewqvzorGzB03N84e+3LxCwHRlM/hiBOaW+UsKsQojQAzC7fdcJA0l2ppveXcYaVV+hxQ==} peerDependencies: next: '*' react: '*' react-dom: '*' dependencies: - next: 12.2.0_sfoxds7t5ydpegc3knd667wn6m + next: 12.2.1_sfoxds7t5ydpegc3knd667wn6m react: 17.0.2 react-dom: 17.0.2_react@17.0.2 dev: false - /next/12.2.0_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-B4j7D3SHYopLYx6/Ark0fenwIar9tEaZZFAaxmKjgcMMexhVJzB3jt7X+6wcdXPPMeUD6r09weUtnDpjox/vIA==} + /next/12.2.1_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-090KB5CZRlLG/GWxb8tA1ZFwqL8OfpUtH4mXA7POuisa6NL5ihiAZhfk5nRBdPHvkXuSt0n7zQaVym6SrT3Wiw==} engines: {node: '>=12.22.0'} hasBin: true peerDependencies: @@ -6550,7 +6863,52 @@ packages: sass: optional: true dependencies: - '@next/env': 12.2.0 + '@next/env': 12.2.1 + '@swc/helpers': 0.4.2 + caniuse-lite: 1.0.30001363 + postcss: 8.4.5 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + styled-jsx: 5.0.2_react@18.2.0 + use-sync-external-store: 1.1.0_react@18.2.0 + optionalDependencies: + '@next/swc-android-arm-eabi': 12.2.1 + '@next/swc-android-arm64': 12.2.1 + '@next/swc-darwin-arm64': 12.2.1 + '@next/swc-darwin-x64': 12.2.1 + '@next/swc-freebsd-x64': 12.2.1 + '@next/swc-linux-arm-gnueabihf': 12.2.1 + '@next/swc-linux-arm64-gnu': 12.2.1 + '@next/swc-linux-arm64-musl': 12.2.1 + '@next/swc-linux-x64-gnu': 12.2.1 + '@next/swc-linux-x64-musl': 12.2.1 + '@next/swc-win32-arm64-msvc': 12.2.1 + '@next/swc-win32-ia32-msvc': 12.2.1 + '@next/swc-win32-x64-msvc': 12.2.1 + transitivePeerDependencies: + - '@babel/core' + - babel-plugin-macros + dev: true + + /next/12.2.1_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-090KB5CZRlLG/GWxb8tA1ZFwqL8OfpUtH4mXA7POuisa6NL5ihiAZhfk5nRBdPHvkXuSt0n7zQaVym6SrT3Wiw==} + engines: {node: '>=12.22.0'} + hasBin: true + peerDependencies: + fibers: '>= 3.1.0' + node-sass: ^6.0.0 || ^7.0.0 + react: ^17.0.2 || ^18.0.0-0 + react-dom: ^17.0.2 || ^18.0.0-0 + sass: ^1.3.0 + peerDependenciesMeta: + fibers: + optional: true + node-sass: + optional: true + sass: + optional: true + dependencies: + '@next/env': 12.2.1 '@swc/helpers': 0.4.2 caniuse-lite: 1.0.30001363 postcss: 8.4.5 @@ -6559,19 +6917,19 @@ packages: styled-jsx: 5.0.2_react@17.0.2 use-sync-external-store: 1.1.0_react@17.0.2 optionalDependencies: - '@next/swc-android-arm-eabi': 12.2.0 - '@next/swc-android-arm64': 12.2.0 - '@next/swc-darwin-arm64': 12.2.0 - '@next/swc-darwin-x64': 12.2.0 - '@next/swc-freebsd-x64': 12.2.0 - '@next/swc-linux-arm-gnueabihf': 12.2.0 - '@next/swc-linux-arm64-gnu': 12.2.0 - '@next/swc-linux-arm64-musl': 12.2.0 - '@next/swc-linux-x64-gnu': 12.2.0 - '@next/swc-linux-x64-musl': 12.2.0 - '@next/swc-win32-arm64-msvc': 12.2.0 - '@next/swc-win32-ia32-msvc': 12.2.0 - '@next/swc-win32-x64-msvc': 12.2.0 + '@next/swc-android-arm-eabi': 12.2.1 + '@next/swc-android-arm64': 12.2.1 + '@next/swc-darwin-arm64': 12.2.1 + '@next/swc-darwin-x64': 12.2.1 + '@next/swc-freebsd-x64': 12.2.1 + '@next/swc-linux-arm-gnueabihf': 12.2.1 + '@next/swc-linux-arm64-gnu': 12.2.1 + '@next/swc-linux-arm64-musl': 12.2.1 + '@next/swc-linux-x64-gnu': 12.2.1 + '@next/swc-linux-x64-musl': 12.2.1 + '@next/swc-win32-arm64-msvc': 12.2.1 + '@next/swc-win32-ia32-msvc': 12.2.1 + '@next/swc-win32-x64-msvc': 12.2.1 transitivePeerDependencies: - '@babel/core' - babel-plugin-macros @@ -6633,6 +6991,13 @@ packages: path-key: 3.1.1 dev: true + /npm-run-path/5.1.0: + resolution: {integrity: sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dependencies: + path-key: 4.0.0 + dev: true + /nullthrows/1.1.1: resolution: {integrity: sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==} dev: true @@ -6773,6 +7138,13 @@ packages: mimic-fn: 2.1.0 dev: true + /onetime/6.0.0: + resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==} + engines: {node: '>=12'} + dependencies: + mimic-fn: 4.0.0 + dev: true + /opener/1.5.2: resolution: {integrity: sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==} hasBin: true @@ -6961,6 +7333,11 @@ packages: engines: {node: '>=8'} dev: true + /path-key/4.0.0: + resolution: {integrity: sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==} + engines: {node: '>=12'} + dev: true + /path-parse/1.0.7: resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} @@ -6994,6 +7371,12 @@ packages: hasBin: true dev: true + /pidtree/0.6.0: + resolution: {integrity: sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==} + engines: {node: '>=0.10'} + hasBin: true + dev: true + /pify/2.3.0: resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} engines: {node: '>=0.10.0'} @@ -7211,9 +7594,9 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-load-config/3.1.4_postcss@8.4.14: - resolution: {integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==} - engines: {node: '>= 10'} + /postcss-load-config/4.0.1_postcss@8.4.14: + resolution: {integrity: sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==} + engines: {node: '>= 14'} peerDependencies: postcss: '>=8.0.9' ts-node: '>=9.0.0' @@ -7225,7 +7608,7 @@ packages: dependencies: lilconfig: 2.0.5 postcss: 8.4.14 - yaml: 1.10.2 + yaml: 2.1.1 dev: false /postcss-logical/5.0.4_postcss@8.4.14: @@ -7265,16 +7648,6 @@ packages: '@csstools/selector-specificity': 2.0.1_444rcjjorr3kpoqtvoodsr46pu postcss: 8.4.14 postcss-selector-parser: 6.0.10 - dev: true - - /postcss-nesting/8.0.1_postcss@8.4.14: - resolution: {integrity: sha512-cHPNhW5VvRQjszFDxmy16mis9qFQqQLBNw6KVmueLqqE3M182ZAk9+QoxGqbGVryzLVhannw2B5Yhosqq522fA==} - engines: {node: 12 - 16} - peerDependencies: - postcss: ^8 - dependencies: - postcss: 8.4.14 - dev: false /postcss-opacity-percentage/1.1.2: resolution: {integrity: sha512-lyUfF7miG+yewZ8EAk9XUBIlrHyUE6fijnesuz+Mj5zrIHIEw6KcIZSOk/elVMqzLvREmXB83Zi/5QpNRYd47w==} @@ -7535,6 +7908,16 @@ packages: react: 17.0.2 scheduler: 0.20.2 + /react-dom/18.2.0_react@18.2.0: + resolution: {integrity: sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==} + peerDependencies: + react: ^18.2.0 + dependencies: + loose-envify: 1.4.0 + react: 18.2.0 + scheduler: 0.23.0 + dev: true + /react-fast-marquee/1.3.2_sfoxds7t5ydpegc3knd667wn6m: resolution: {integrity: sha512-iTRVzu5c5Hig9FsgDgOveJC08PY7nQgbvnr8bBCnVibziA2onWdLJMmjxhgmxEWed7tSRffeXgkx/Gq0M/Q5OQ==} peerDependencies: @@ -7549,8 +7932,8 @@ packages: resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} dev: true - /react-merge-refs/1.1.0: - resolution: {integrity: sha512-alTKsjEL0dKH/ru1Iyn7vliS2QRcBp9zZPGoWxUOvRGWPUYgjo+V01is7p04It6KhgrzhJGnIj9GgX8W4bZoCQ==} + /react-merge-refs/2.0.1: + resolution: {integrity: sha512-pywF6oouJWuqL26xV3OruRSIqai31R9SdJX/I3gP2q8jLxUnA1IwXcLW8werUHLZOrp4N7YOeQNZrh/BKrHI4A==} dev: false /react-remove-scroll-bar/2.3.3_sudpmbbyhqtxq6t4xf6jlicdem: @@ -7569,8 +7952,8 @@ packages: tslib: 2.4.0 dev: false - /react-remove-scroll/2.5.5_sudpmbbyhqtxq6t4xf6jlicdem: - resolution: {integrity: sha512-ImKhrzJJsyXJfBZ4bzu8Bwpka14c/fQt0k+cyFp/PBhTfyDnU5hjOtM4AG/0AMyy8oKzOTR0lDgJIM7pYXI0kw==} + /react-remove-scroll/2.5.4_sudpmbbyhqtxq6t4xf6jlicdem: + resolution: {integrity: sha512-xGVKJJr0SJGQVirVFAUZ2k1QLyO6m+2fy0l8Qawbp5Jgrv3DeLalrfMNBFSlmz5kriGGzsVBtGVnf4pTKIhhWA==} engines: {node: '>=10'} peerDependencies: '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -7623,6 +8006,13 @@ packages: loose-envify: 1.4.0 object-assign: 4.1.1 + /react/18.2.0: + resolution: {integrity: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==} + engines: {node: '>=0.10.0'} + dependencies: + loose-envify: 1.4.0 + dev: true + /read-cache/1.0.0: resolution: {integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==} dependencies: @@ -7918,6 +8308,12 @@ packages: loose-envify: 1.4.0 object-assign: 4.1.1 + /scheduler/0.23.0: + resolution: {integrity: sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==} + dependencies: + loose-envify: 1.4.0 + dev: true + /scuid/1.1.0: resolution: {integrity: sha512-MuCAyrGZcTLfQoH2XoBlQ8C6bzwN88XT/0slOGz0pn8+gIP85BOAfYa44ZXQUTOwRwPU0QvgU+V+OSajl/59Xg==} dev: true @@ -8296,6 +8692,11 @@ packages: engines: {node: '>=6'} dev: true + /strip-final-newline/3.0.0: + resolution: {integrity: sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==} + engines: {node: '>=12'} + dev: true + /strip-json-comments/2.0.1: resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==} engines: {node: '>=0.10.0'} @@ -8329,6 +8730,22 @@ packages: dependencies: react: 17.0.2 + /styled-jsx/5.0.2_react@18.2.0: + resolution: {integrity: sha512-LqPQrbBh3egD57NBcHET4qcgshPks+yblyhPlH2GY8oaDgKs8SK4C3dBh3oSJjgzJ3G5t1SYEZGHkP+QEpX9EQ==} + engines: {node: '>= 12.0.0'} + peerDependencies: + '@babel/core': '*' + babel-plugin-macros: '*' + react: '>= 16.8.0 || 17.x.x || ^18.0.0-0' + peerDependenciesMeta: + '@babel/core': + optional: true + babel-plugin-macros: + optional: true + dependencies: + react: 18.2.0 + dev: true + /supports-color/2.0.0: resolution: {integrity: sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==} engines: {node: '>=0.8.0'} @@ -8404,8 +8821,8 @@ packages: resolution: {integrity: sha512-QD9qKY3StfbZqWOPLp0++pOrAVb/HbUi5xCc8cUo4XjP19808oaMiDzn0leBY5mCespIBM0CIZePzZjgzR83kA==} dev: false - /tailwindcss/3.1.4: - resolution: {integrity: sha512-NrxbFV4tYsga/hpWbRyUfIaBrNMXDxx5BsHgBS4v5tlyjf+sDsgBg5m9OxjrXIqAS/uR9kicxLKP+bEHI7BSeQ==} + /tailwindcss/3.1.5: + resolution: {integrity: sha512-bC/2dy3dGPqxMWAqFSRgQxVCfmO/31ZbeEp8s9DMDh4zgPZ5WW1gxRJkbBkXcTUIzaSUdhWrcsrSOe32ccgB4w==} engines: {node: '>=12.13.0'} hasBin: true dependencies: @@ -8425,7 +8842,7 @@ packages: postcss: 8.4.14 postcss-import: 14.1.0_postcss@8.4.14 postcss-js: 4.0.0_postcss@8.4.14 - postcss-load-config: 3.1.4_postcss@8.4.14 + postcss-load-config: 4.0.1_postcss@8.4.14 postcss-nested: 5.0.6_postcss@8.4.14 postcss-selector-parser: 6.0.10 postcss-value-parser: 4.2.0 @@ -8574,14 +8991,14 @@ packages: /tslib/2.4.0: resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==} - /tsutils/3.21.0_typescript@4.3.4: + /tsutils/3.21.0_typescript@4.7.4: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 4.3.4 + typescript: 4.7.4 dev: true /turbo-android-arm64/1.3.1: @@ -8734,12 +9151,6 @@ packages: engines: {node: '>=10'} dev: true - /typescript/4.3.4: - resolution: {integrity: sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==} - engines: {node: '>=4.2.0'} - hasBin: true - dev: true - /typescript/4.7.4: resolution: {integrity: sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==} engines: {node: '>=4.2.0'} @@ -8884,6 +9295,14 @@ packages: dependencies: react: 17.0.2 + /use-sync-external-store/1.1.0_react@18.2.0: + resolution: {integrity: sha512-SEnieB2FPKEVne66NpXPd1Np4R1lTNKfjuy3XdIoPQKYBAFdzbzSZlSn1KJZUiihQLQC5Znot4SBz1EOTBwQAQ==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + dependencies: + react: 18.2.0 + dev: true + /use/3.1.1: resolution: {integrity: sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==} engines: {node: '>=0.10.0'} @@ -9077,6 +9496,11 @@ packages: /yaml/1.10.2: resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==} engines: {node: '>= 6'} + dev: true + + /yaml/2.1.1: + resolution: {integrity: sha512-o96x3OPo8GjWeSLF+wOAbrPfhFOGY0W00GNaxCDv+9hkcDJEnev1yh8S7pgHF0ik6zc8sQLuL8hjHjJULZp8bw==} + engines: {node: '>= 14'} /yargs-parser/18.1.3: resolution: {integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==} diff --git a/site/components/auth/SignUpView.tsx b/site/components/auth/SignUpView.tsx index a85a3bc27..5744cc80f 100644 --- a/site/components/auth/SignUpView.tsx +++ b/site/components/auth/SignUpView.tsx @@ -41,7 +41,12 @@ const SignUpView: FC = () => { setLoading(false) closeModal() } catch ({ errors }) { - setMessage(errors[0].message) + if (errors instanceof Array) { + setMessage(errors[0].message) + } else { + setMessage('Unexpected error') + console.log(errors) + } setLoading(false) } } diff --git a/site/components/checkout/context.tsx b/site/components/checkout/context.tsx index b53b45a5d..d6cb19ddf 100644 --- a/site/components/checkout/context.tsx +++ b/site/components/checkout/context.tsx @@ -5,6 +5,7 @@ import React, { useReducer, useContext, createContext, + ReactNode, } from 'react' import type { CardFields } from '@commerce/types/customer/card' import type { AddressFields } from '@commerce/types/customer/address' @@ -65,7 +66,7 @@ const checkoutReducer = (state: State, action: Action): State => { } } -export const CheckoutProvider: FC = (props) => { +export const CheckoutProvider: FC<{ children?: ReactNode }> = (props) => { const [state, dispatch] = useReducer(checkoutReducer, initialState) const setCardFields = useCallback( @@ -86,7 +87,10 @@ export const CheckoutProvider: FC = (props) => { const cardFields = useMemo(() => state.cardFields, [state.cardFields]) - const addressFields = useMemo(() => state.addressFields, [state.addressFields]) + const addressFields = useMemo( + () => state.addressFields, + [state.addressFields] + ) const value = useMemo( () => ({ @@ -96,7 +100,13 @@ export const CheckoutProvider: FC = (props) => { setAddressFields, clearCheckoutFields, }), - [cardFields, addressFields, setCardFields, setAddressFields, clearCheckoutFields] + [ + cardFields, + addressFields, + setCardFields, + setAddressFields, + clearCheckoutFields, + ] ) return diff --git a/site/components/common/Layout/Layout.tsx b/site/components/common/Layout/Layout.tsx index 6dda880e4..b5262dccd 100644 --- a/site/components/common/Layout/Layout.tsx +++ b/site/components/common/Layout/Layout.tsx @@ -53,6 +53,7 @@ interface Props { pages?: Page[] categories: Category[] } + children?: React.ReactNode } const ModalView: React.FC<{ modalView: string; closeModal(): any }> = ({ diff --git a/site/components/common/Navbar/NavbarRoot.tsx b/site/components/common/Navbar/NavbarRoot.tsx index 16556e842..0f20e8e93 100644 --- a/site/components/common/Navbar/NavbarRoot.tsx +++ b/site/components/common/Navbar/NavbarRoot.tsx @@ -1,9 +1,9 @@ -import { FC, useState, useEffect } from 'react' +import { FC, useState, useEffect, ReactNode } from 'react' import throttle from 'lodash.throttle' import cn from 'clsx' import s from './Navbar.module.css' -const NavbarRoot: FC = ({ children }) => { +const NavbarRoot: FC<{ children?: ReactNode }> = ({ children }) => { const [hasScrolled, setHasScrolled] = useState(false) useEffect(() => { diff --git a/site/components/common/SidebarLayout/SidebarLayout.tsx b/site/components/common/SidebarLayout/SidebarLayout.tsx index b291e8a68..48181c23b 100644 --- a/site/components/common/SidebarLayout/SidebarLayout.tsx +++ b/site/components/common/SidebarLayout/SidebarLayout.tsx @@ -1,10 +1,10 @@ -import React, { FC } from 'react' +import React, { FC, ReactNode } from 'react' import { Cross, ChevronLeft } from '@components/icons' import { UserNav } from '@components/common' import cn from 'clsx' import s from './SidebarLayout.module.css' -type ComponentProps = { className?: string } & ( +type ComponentProps = { className?: string; children?: ReactNode } & ( | { handleClose: () => any; handleBack?: never } | { handleBack: () => any; handleClose?: never } ) diff --git a/site/components/product/ProductSlider/ProductSlider.tsx b/site/components/product/ProductSlider/ProductSlider.tsx index 009d058c8..bd0e2db87 100644 --- a/site/components/product/ProductSlider/ProductSlider.tsx +++ b/site/components/product/ProductSlider/ProductSlider.tsx @@ -12,7 +12,7 @@ import s from './ProductSlider.module.css' import ProductSliderControl from '../ProductSliderControl' interface ProductSliderProps { - children: React.ReactNode[] + children?: React.ReactNode[] className?: string } diff --git a/site/components/ui/Button/Button.tsx b/site/components/ui/Button/Button.tsx index 47d474f2b..8c85ce0c1 100644 --- a/site/components/ui/Button/Button.tsx +++ b/site/components/ui/Button/Button.tsx @@ -5,7 +5,7 @@ import React, { JSXElementConstructor, useRef, } from 'react' -import mergeRefs from 'react-merge-refs' +import { mergeRefs } from 'react-merge-refs' import s from './Button.module.css' import { LoadingDots } from '@components/ui' diff --git a/site/components/ui/Collapse/Collapse.tsx b/site/components/ui/Collapse/Collapse.tsx index 8ec71ee5a..ab246f385 100644 --- a/site/components/ui/Collapse/Collapse.tsx +++ b/site/components/ui/Collapse/Collapse.tsx @@ -7,7 +7,7 @@ import useMeasure from 'react-use-measure' export interface CollapseProps { title: string - children: ReactNode + children?: ReactNode } const Collapse: FC = ({ title, children }) => { diff --git a/site/components/ui/Dropdown/Dropdown.tsx b/site/components/ui/Dropdown/Dropdown.tsx index 566b962d6..b2e09c9ba 100644 --- a/site/components/ui/Dropdown/Dropdown.tsx +++ b/site/components/ui/Dropdown/Dropdown.tsx @@ -11,7 +11,7 @@ export const DropdownMenuGroup = DropdownMenu.Group export const DropdownContent = React.forwardRef< HTMLDivElement, - { children: React.ReactNode } & DropdownMenu.DropdownMenuContentProps & + { children?: React.ReactNode } & DropdownMenu.DropdownMenuContentProps & React.RefAttributes >(function DropdownContent({ children, className, ...props }, forwardedRef) { return ( diff --git a/site/components/ui/Grid/Grid.tsx b/site/components/ui/Grid/Grid.tsx index 9b033c0a1..1ca74e83a 100644 --- a/site/components/ui/Grid/Grid.tsx +++ b/site/components/ui/Grid/Grid.tsx @@ -4,7 +4,7 @@ import s from './Grid.module.css' interface GridProps { className?: string - children?: ReactNode[] | Component[] | any[] + children?: ReactNode layout?: 'A' | 'B' | 'C' | 'D' | 'normal' variant?: 'default' | 'filled' } diff --git a/site/components/ui/Link/Link.tsx b/site/components/ui/Link/Link.tsx index 27f30e863..5b0ee084b 100644 --- a/site/components/ui/Link/Link.tsx +++ b/site/components/ui/Link/Link.tsx @@ -1,6 +1,10 @@ import NextLink, { LinkProps as NextLinkProps } from 'next/link' -const Link: React.FC = ({ href, children, ...props }) => { +const Link: React.FC< + NextLinkProps & { + children?: React.ReactNode + } +> = ({ href, children, ...props }) => { return ( {children} diff --git a/site/components/ui/Modal/Modal.tsx b/site/components/ui/Modal/Modal.tsx index 40ed3b3ff..4bbb431ae 100644 --- a/site/components/ui/Modal/Modal.tsx +++ b/site/components/ui/Modal/Modal.tsx @@ -1,4 +1,4 @@ -import { FC, useRef, useEffect, useCallback } from 'react' +import { FC, useRef, useEffect, useCallback, ReactNode } from 'react' import s from './Modal.module.css' import FocusTrap from '@lib/focus-trap' import { Cross } from '@components/icons' @@ -6,9 +6,8 @@ import { disableBodyScroll, clearAllBodyScrollLocks } from 'body-scroll-lock' interface ModalProps { className?: string - children?: any + children?: ReactNode onClose: () => void - onEnter?: () => void | null } const Modal: FC = ({ children, onClose }) => { diff --git a/site/components/ui/Skeleton/Skeleton.tsx b/site/components/ui/Skeleton/Skeleton.tsx index f4ca677e6..6f73687ce 100644 --- a/site/components/ui/Skeleton/Skeleton.tsx +++ b/site/components/ui/Skeleton/Skeleton.tsx @@ -11,6 +11,7 @@ interface SkeletonProps { width?: string | number height?: string | number boxHeight?: string | number + children?: React.ReactNode } const Skeleton: React.FC = ({ diff --git a/site/components/ui/context.tsx b/site/components/ui/context.tsx index ca2bfd7ed..5af8c0bb8 100644 --- a/site/components/ui/context.tsx +++ b/site/components/ui/context.tsx @@ -1,4 +1,4 @@ -import React, { FC, useCallback, useMemo } from 'react' +import React, { FC, ReactNode, useCallback, useMemo } from 'react' import { ThemeProvider } from 'next-themes' export interface State { @@ -124,7 +124,7 @@ function uiReducer(state: State, action: Action) { } } -export const UIProvider: FC = (props) => { +export const UIProvider: FC<{ children?: ReactNode }> = (props) => { const [state, dispatch] = React.useReducer(uiReducer, initialState) const openSidebar = useCallback( @@ -209,7 +209,9 @@ export const useUI = () => { return context } -export const ManagedUIContext: FC = ({ children }) => ( +export const ManagedUIContext: FC<{ children?: ReactNode }> = ({ + children, +}) => ( {children} diff --git a/site/lib/click-outside/click-outside.tsx b/site/lib/click-outside/click-outside.tsx index 973345b07..d6172904a 100644 --- a/site/lib/click-outside/click-outside.tsx +++ b/site/lib/click-outside/click-outside.tsx @@ -6,14 +6,16 @@ import React, { ReactElement, forwardRef, Ref, + ReactNode, } from 'react' -import mergeRefs from 'react-merge-refs' +import { mergeRefs } from 'react-merge-refs' import hasParent from './has-parent' interface ClickOutsideProps { active: boolean onClick: (e?: MouseEvent) => void ref?: Ref + children?: ReactNode } /** diff --git a/site/package.json b/site/package.json index 97aba91b5..ac9237298 100644 --- a/site/package.json +++ b/site/package.json @@ -13,7 +13,7 @@ }, "sideEffects": false, "dependencies": { - "@radix-ui/react-dropdown-menu": "^0.1.6", + "@radix-ui/react-dropdown-menu": "0.1.7-rc.46", "@react-spring/web": "^9.4.1", "@vercel/commerce": "workspace:*", "@vercel/commerce-bigcommerce": "workspace:*", @@ -31,17 +31,17 @@ "clsx": "^1.1.1", "email-validator": "^2.0.4", "js-cookie": "^3.0.1", - "keen-slider": "^6.6.3", + "keen-slider": "^6.7.0", "lodash.random": "^3.2.0", "lodash.throttle": "^4.1.1", - "next": "^12.0.8", - "next-themes": "^0.0.15", + "next": "^12.2.1", + "next-themes": "^0.2.0", "postcss": "^8.3.5", - "postcss-nesting": "^8.0.1", + "postcss-nesting": "^10.1.10", "react": "^17.0.2", "react-dom": "^17.0.2", "react-fast-marquee": "^1.3.1", - "react-merge-refs": "^1.1.0", + "react-merge-refs": "^2.0.1", "react-use-measure": "^2.1.1", "tabbable": "^5.2.1", "tailwindcss": "^3.0.13" @@ -52,16 +52,16 @@ "@types/js-cookie": "^3.0.1", "@types/lodash.random": "^3.2.6", "@types/lodash.throttle": "^4.1.6", - "@types/node": "^17.0.8", + "@types/node": "^18.0.3", "@types/react": "^17.0.38", "eslint": "^8.6.0", "eslint-config-next": "^12.0.8", "eslint-config-prettier": "^8.3.0", - "lint-staged": "^12.1.7", + "lint-staged": "^13.0.3", "postcss-flexbugs-fixes": "^5.0.2", "postcss-preset-env": "^7.2.3", "prettier": "^2.5.1", - "typescript": "4.3.4" + "typescript": "4.7.4" }, "lint-staged": { "**/*.{js,jsx,ts,tsx}": [ diff --git a/site/pages/_app.tsx b/site/pages/_app.tsx index dae0311b4..26e1484fa 100644 --- a/site/pages/_app.tsx +++ b/site/pages/_app.tsx @@ -2,12 +2,12 @@ import '@assets/main.css' import '@assets/chrome-bug.css' import 'keen-slider/keen-slider.min.css' -import { FC, useEffect } from 'react' +import { FC, ReactNode, useEffect } from 'react' import type { AppProps } from 'next/app' import { Head } from '@components/common' import { ManagedUIContext } from '@components/ui/context' -const Noop: FC = ({ children }) => <>{children} +const Noop: FC<{ children?: ReactNode }> = ({ children }) => <>{children} export default function MyApp({ Component, pageProps }: AppProps) { const Layout = (Component as any).Layout || Noop diff --git a/site/tsconfig.json b/site/tsconfig.json index 7c91afd6f..2de809a44 100644 --- a/site/tsconfig.json +++ b/site/tsconfig.json @@ -23,8 +23,8 @@ "@components/*": ["components/*"], "@commerce": ["../packages/commerce/src"], "@commerce/*": ["../packages/commerce/src/*"], - "@framework": ["../packages/local/src"], - "@framework/*": ["../packages/local/src/*"] + "@framework": ["../packages/shopify/src"], + "@framework/*": ["../packages/shopify/src/*"] } }, "include": ["next-env.d.ts", "**/*.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],