diff --git a/packages/parsers/src/__test__/__snapshots__/openapi/cohere.json b/packages/parsers/src/__test__/__snapshots__/openapi/cohere.json index 31a3ff92fd..c6056c02a7 100644 --- a/packages/parsers/src/__test__/__snapshots__/openapi/cohere.json +++ b/packages/parsers/src/__test__/__snapshots__/openapi/cohere.json @@ -601,7 +601,30 @@ } } ], - "responses": [], + "responses": [ + { + "statusCode": 200, + "body": { + "type": "alias", + "value": { + "type": "id", + "id": "NonStreamedChatResponse" + } + }, + "description": "OK" + }, + { + "statusCode": 200, + "body": { + "type": "alias", + "value": { + "type": "id", + "id": "StreamedChatResponse" + } + }, + "description": "OK" + } + ], "errors": [ { "statusCode": 400, @@ -1621,6 +1644,28 @@ } ] } + }, + { + "path": "/v1/chat", + "responseStatusCode": 200, + "responseBody": { + "type": "json", + "value": { + "text": "string" + } + }, + "snippets": {} + }, + { + "path": "/v1/chat", + "responseStatusCode": 200, + "responseBody": { + "type": "json", + "value": { + "text": "string" + } + }, + "snippets": {} } ] }, @@ -1765,7 +1810,28 @@ "type": "list", "itemShape": { "type": "undiscriminatedUnion", - "variants": [] + "variants": [ + { + "shape": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "string" + } + } + } + }, + { + "shape": { + "type": "alias", + "value": { + "type": "id", + "id": "Document" + } + } + } + ] } } } @@ -2020,7 +2086,30 @@ } } ], - "responses": [], + "responses": [ + { + "statusCode": 200, + "body": { + "type": "alias", + "value": { + "type": "id", + "id": "ChatResponse" + } + }, + "description": "OK" + }, + { + "statusCode": 200, + "body": { + "type": "alias", + "value": { + "type": "id", + "id": "StreamedChatResponseV2" + } + }, + "description": "OK" + } + ], "errors": [ { "statusCode": 400, @@ -2938,6 +3027,36 @@ } ] } + }, + { + "path": "/v2/chat", + "responseStatusCode": 200, + "responseBody": { + "type": "json", + "value": { + "id": "string", + "finish_reason": "string", + "message": { + "role": "string" + } + } + }, + "snippets": {} + }, + { + "path": "/v2/chat", + "responseStatusCode": 200, + "responseBody": { + "type": "json", + "value": { + "id": "string", + "finish_reason": "string", + "message": { + "role": "string" + } + } + }, + "snippets": {} } ] }, @@ -3989,6 +4108,27 @@ "description": "The name of the project that is making the request.\n" } ], + "responseHeaders": [ + { + "key": "X-API-Warning", + "valueShape": { + "type": "alias", + "value": { + "type": "optional", + "shape": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "string" + } + } + } + } + }, + "description": "Warning description for incorrect usage of the API" + } + ], "requests": [ { "contentType": "application/json", @@ -4097,48 +4237,34 @@ } } ], - "responses": [], - "errors": [ + "responses": [ { - "statusCode": 400, - "shape": { + "statusCode": 200, + "body": { "type": "object", - "extends": [], "properties": [ { - "key": "data", + "key": "response_type", "valueShape": { "type": "alias", "value": { - "type": "primitive", - "value": { - "type": "string" + "type": "optional", + "shape": { + "type": "enum", + "values": [ + { + "value": "embeddings_floats" + }, + { + "value": "embeddings_by_type" + } + ] } } } - } - ] - }, - "name": "Bad Request", - "examples": [ - { - "responseBody": { - "type": "json", - "value": { - "data": "string" - } - } - } - ] - }, - { - "statusCode": 401, - "shape": { - "type": "object", - "extends": [], - "properties": [ + }, { - "key": "data", + "key": "id", "valueShape": { "type": "alias", "value": { @@ -4148,74 +4274,449 @@ } } } - } - ] - }, - "name": "Unauthorized", - "examples": [ - { - "responseBody": { - "type": "json", - "value": { - "data": "string" - } - } - } - ] - }, - { - "statusCode": 403, - "shape": { - "type": "object", - "extends": [], - "properties": [ + }, { - "key": "data", + "key": "embeddings", "valueShape": { "type": "alias", "value": { - "type": "primitive", - "value": { - "type": "string" + "type": "list", + "itemShape": { + "type": "alias", + "value": { + "type": "list", + "itemShape": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "double" + } + } + } + } } } - } - } - ] - }, - "name": "Forbidden", - "examples": [ - { - "responseBody": { - "type": "json", - "value": { - "data": "string" - } - } - } - ] - }, - { - "statusCode": 404, - "shape": { - "type": "object", - "extends": [], - "properties": [ + }, + "description": "An array of embeddings, where each embedding is an array of floats. The length of the `embeddings` array will be the same as the length of the original `texts` array." + }, { - "key": "data", + "key": "texts", "valueShape": { "type": "alias", "value": { - "type": "primitive", - "value": { - "type": "string" - } - } - } - } - ] - }, - "name": "Not Found", + "type": "list", + "itemShape": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "string" + } + } + } + } + }, + "description": "The text entries for which embeddings were returned." + }, + { + "key": "images", + "valueShape": { + "type": "alias", + "value": { + "type": "optional", + "shape": { + "type": "alias", + "value": { + "type": "list", + "itemShape": { + "type": "alias", + "value": { + "type": "id", + "id": "Image" + } + } + } + } + } + }, + "description": "The image entries for which embeddings were returned." + }, + { + "key": "meta", + "valueShape": { + "type": "alias", + "value": { + "type": "optional", + "shape": { + "type": "alias", + "value": { + "type": "id", + "id": "ApiMeta" + } + } + } + } + } + ], + "extends": [] + }, + "description": "OK" + }, + { + "statusCode": 200, + "body": { + "type": "object", + "properties": [ + { + "key": "response_type", + "valueShape": { + "type": "alias", + "value": { + "type": "optional", + "shape": { + "type": "enum", + "values": [ + { + "value": "embeddings_floats" + }, + { + "value": "embeddings_by_type" + } + ] + } + } + } + }, + { + "key": "id", + "valueShape": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "string" + } + } + } + }, + { + "key": "embeddings", + "valueShape": { + "type": "object", + "extends": [], + "properties": [ + { + "key": "float", + "valueShape": { + "type": "alias", + "value": { + "type": "list", + "itemShape": { + "type": "alias", + "value": { + "type": "list", + "itemShape": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "double" + } + } + } + } + } + } + }, + "description": "An array of float embeddings." + }, + { + "key": "int8", + "valueShape": { + "type": "alias", + "value": { + "type": "list", + "itemShape": { + "type": "alias", + "value": { + "type": "list", + "itemShape": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "integer" + } + } + } + } + } + } + }, + "description": "An array of signed int8 embeddings. Each value is between -128 and 127." + }, + { + "key": "uint8", + "valueShape": { + "type": "alias", + "value": { + "type": "list", + "itemShape": { + "type": "alias", + "value": { + "type": "list", + "itemShape": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "integer" + } + } + } + } + } + } + }, + "description": "An array of unsigned int8 embeddings. Each value is between 0 and 255." + }, + { + "key": "binary", + "valueShape": { + "type": "alias", + "value": { + "type": "list", + "itemShape": { + "type": "alias", + "value": { + "type": "list", + "itemShape": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "integer" + } + } + } + } + } + } + }, + "description": "An array of packed signed binary embeddings. The length of each binary embedding is 1/8 the length of the float embeddings of the provided model. Each value is between -128 and 127." + }, + { + "key": "ubinary", + "valueShape": { + "type": "alias", + "value": { + "type": "list", + "itemShape": { + "type": "alias", + "value": { + "type": "list", + "itemShape": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "integer" + } + } + } + } + } + } + }, + "description": "An array of packed unsigned binary embeddings. The length of each binary embedding is 1/8 the length of the float embeddings of the provided model. Each value is between 0 and 255." + } + ] + }, + "description": "An object with different embedding types. The length of each embedding type array will be the same as the length of the original `texts` array." + }, + { + "key": "texts", + "valueShape": { + "type": "alias", + "value": { + "type": "list", + "itemShape": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "string" + } + } + } + } + }, + "description": "The text entries for which embeddings were returned." + }, + { + "key": "images", + "valueShape": { + "type": "alias", + "value": { + "type": "optional", + "shape": { + "type": "alias", + "value": { + "type": "list", + "itemShape": { + "type": "alias", + "value": { + "type": "id", + "id": "Image" + } + } + } + } + } + }, + "description": "The image entries for which embeddings were returned." + }, + { + "key": "meta", + "valueShape": { + "type": "alias", + "value": { + "type": "optional", + "shape": { + "type": "alias", + "value": { + "type": "id", + "id": "ApiMeta" + } + } + } + } + } + ], + "extends": [] + }, + "description": "OK" + } + ], + "errors": [ + { + "statusCode": 400, + "shape": { + "type": "object", + "extends": [], + "properties": [ + { + "key": "data", + "valueShape": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "string" + } + } + } + } + ] + }, + "name": "Bad Request", + "examples": [ + { + "responseBody": { + "type": "json", + "value": { + "data": "string" + } + } + } + ] + }, + { + "statusCode": 401, + "shape": { + "type": "object", + "extends": [], + "properties": [ + { + "key": "data", + "valueShape": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "string" + } + } + } + } + ] + }, + "name": "Unauthorized", + "examples": [ + { + "responseBody": { + "type": "json", + "value": { + "data": "string" + } + } + } + ] + }, + { + "statusCode": 403, + "shape": { + "type": "object", + "extends": [], + "properties": [ + { + "key": "data", + "valueShape": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "string" + } + } + } + } + ] + }, + "name": "Forbidden", + "examples": [ + { + "responseBody": { + "type": "json", + "value": { + "data": "string" + } + } + } + ] + }, + { + "statusCode": 404, + "shape": { + "type": "object", + "extends": [], + "properties": [ + { + "key": "data", + "valueShape": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "string" + } + } + } + } + ] + }, + "name": "Not Found", "examples": [ { "responseBody": { @@ -7739,6 +8240,44 @@ } ] } + }, + { + "path": "/v1/embed", + "responseStatusCode": 200, + "responseBody": { + "type": "json", + "value": { + "id": "string", + "embeddings": [ + [ + 0 + ] + ], + "texts": [ + "string" + ] + } + }, + "snippets": {} + }, + { + "path": "/v1/embed", + "responseStatusCode": 200, + "responseBody": { + "type": "json", + "value": { + "id": "string", + "embeddings": [ + [ + 0 + ] + ], + "texts": [ + "string" + ] + } + }, + "snippets": {} } ] }, @@ -12645,6 +13184,9 @@ "pathParameters": {}, "queryParameters": {}, "headers": {}, + "requestBody": { + "type": "json" + }, "snippets": { "go": [ { @@ -13801,7 +14343,28 @@ "type": "list", "itemShape": { "type": "undiscriminatedUnion", - "variants": [] + "variants": [ + { + "shape": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "string" + } + } + } + }, + { + "shape": { + "type": "alias", + "value": { + "type": "id", + "id": "RerankDocument" + } + } + } + ] } } }, @@ -22116,6 +22679,9 @@ "pathParameters": {}, "queryParameters": {}, "headers": {}, + "requestBody": { + "type": "json" + }, "snippets": { "go": [ { @@ -23177,6 +23743,9 @@ "pathParameters": {}, "queryParameters": {}, "headers": {}, + "requestBody": { + "type": "json" + }, "snippets": { "go": [ { @@ -26358,6 +26927,9 @@ "pathParameters": {}, "queryParameters": {}, "headers": {}, + "requestBody": { + "type": "json" + }, "snippets": { "java": [ { @@ -30160,16 +30732,43 @@ "type": "enum", "values": [ { - "value": "user" + "value": "user" + } + ] + } + }, + { + "key": "content", + "valueShape": { + "type": "undiscriminatedUnion", + "variants": [ + { + "shape": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "string" + } + } + } + }, + { + "shape": { + "type": "alias", + "value": { + "type": "list", + "itemShape": { + "type": "alias", + "value": { + "type": "id", + "id": "Content" + } + } + } + } } ] - } - }, - { - "key": "content", - "valueShape": { - "type": "undiscriminatedUnion", - "variants": [] }, "description": "The content of the message. This can be a string or a list of content blocks.\nIf a string is provided, it will be treated as a text content block.\n" } @@ -30502,7 +31101,64 @@ "type": "optional", "shape": { "type": "undiscriminatedUnion", - "variants": [] + "variants": [ + { + "shape": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "string" + } + } + } + }, + { + "shape": { + "type": "alias", + "value": { + "type": "list", + "itemShape": { + "type": "discriminatedUnion", + "discriminant": "type", + "variants": [ + { + "discriminantValue": "text", + "description": "Text content of the message.", + "type": "object", + "extends": [], + "properties": [ + { + "key": "type", + "valueShape": { + "type": "enum", + "values": [ + { + "value": "text" + } + ] + } + }, + { + "key": "text", + "valueShape": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "string" + } + } + } + } + ] + } + ] + } + } + } + } + ] } } } @@ -30554,7 +31210,64 @@ "key": "content", "valueShape": { "type": "undiscriminatedUnion", - "variants": [] + "variants": [ + { + "shape": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "string" + } + } + } + }, + { + "shape": { + "type": "alias", + "value": { + "type": "list", + "itemShape": { + "type": "discriminatedUnion", + "discriminant": "type", + "variants": [ + { + "discriminantValue": "text", + "description": "Text content of the message.", + "type": "object", + "extends": [], + "properties": [ + { + "key": "type", + "valueShape": { + "type": "enum", + "values": [ + { + "value": "text" + } + ] + } + }, + { + "key": "text", + "valueShape": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "string" + } + } + } + } + ] + } + ] + } + } + } + } + ] } } ] @@ -30740,7 +31453,34 @@ "key": "content", "valueShape": { "type": "undiscriminatedUnion", - "variants": [] + "variants": [ + { + "shape": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "string" + } + } + } + }, + { + "shape": { + "type": "alias", + "value": { + "type": "list", + "itemShape": { + "type": "alias", + "value": { + "type": "id", + "id": "ToolContent" + } + } + } + } + } + ] }, "description": "Outputs from a tool. The content should formatted as a JSON object string, or a list of tool content blocks" } @@ -30775,7 +31515,34 @@ "key": "content", "valueShape": { "type": "undiscriminatedUnion", - "variants": [] + "variants": [ + { + "shape": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "string" + } + } + } + }, + { + "shape": { + "type": "alias", + "value": { + "type": "list", + "itemShape": { + "type": "alias", + "value": { + "type": "id", + "id": "Content" + } + } + } + } + } + ] }, "description": "The content of the message. This can be a string or a list of content blocks.\nIf a string is provided, it will be treated as a text content block.\n" } @@ -30847,7 +31614,64 @@ "type": "optional", "shape": { "type": "undiscriminatedUnion", - "variants": [] + "variants": [ + { + "shape": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "string" + } + } + } + }, + { + "shape": { + "type": "alias", + "value": { + "type": "list", + "itemShape": { + "type": "discriminatedUnion", + "discriminant": "type", + "variants": [ + { + "discriminantValue": "text", + "description": "Text content of the message.", + "type": "object", + "extends": [], + "properties": [ + { + "key": "type", + "valueShape": { + "type": "enum", + "values": [ + { + "value": "text" + } + ] + } + }, + { + "key": "text", + "valueShape": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "string" + } + } + } + } + ] + } + ] + } + } + } + } + ] } } } @@ -30897,7 +31721,64 @@ "key": "content", "valueShape": { "type": "undiscriminatedUnion", - "variants": [] + "variants": [ + { + "shape": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "string" + } + } + } + }, + { + "shape": { + "type": "alias", + "value": { + "type": "list", + "itemShape": { + "type": "discriminatedUnion", + "discriminant": "type", + "variants": [ + { + "discriminantValue": "text", + "description": "Text content of the message.", + "type": "object", + "extends": [], + "properties": [ + { + "key": "type", + "valueShape": { + "type": "enum", + "values": [ + { + "value": "text" + } + ] + } + }, + { + "key": "text", + "valueShape": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "string" + } + } + } + } + ] + } + ] + } + } + } + } + ] } } ] @@ -30936,7 +31817,34 @@ "key": "content", "valueShape": { "type": "undiscriminatedUnion", - "variants": [] + "variants": [ + { + "shape": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "string" + } + } + } + }, + { + "shape": { + "type": "alias", + "value": { + "type": "list", + "itemShape": { + "type": "alias", + "value": { + "type": "id", + "id": "ToolContent" + } + } + } + } + } + ] }, "description": "Outputs from a tool. The content should formatted as a JSON object string, or a list of tool content blocks" } diff --git a/packages/parsers/src/__test__/__snapshots__/openapi/deeptune.json b/packages/parsers/src/__test__/__snapshots__/openapi/deeptune.json index 0026387703..56c7de569a 100644 --- a/packages/parsers/src/__test__/__snapshots__/openapi/deeptune.json +++ b/packages/parsers/src/__test__/__snapshots__/openapi/deeptune.json @@ -206,11 +206,43 @@ { "contentType": "multipart/form-data", "body": { - "type": "alias", - "value": { - "type": "id", - "id": "CreateVoiceRequest" - } + "type": "formData", + "fields": [ + { + "type": "property", + "key": "name", + "valueShape": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "string" + } + } + }, + "description": "The name of the new voice." + }, + { + "type": "file", + "key": "file", + "isOptional": false, + "description": "The audio file for the voice." + }, + { + "type": "property", + "key": "description", + "valueShape": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "string" + } + } + }, + "description": "Optional description of the voice." + } + ] } } ], @@ -392,11 +424,43 @@ { "contentType": "multipart/form-data", "body": { - "type": "alias", - "value": { - "type": "id", - "id": "UpdateVoiceRequest" - } + "type": "formData", + "fields": [ + { + "type": "property", + "key": "name", + "valueShape": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "string" + } + } + }, + "description": "The name of the new voice." + }, + { + "type": "file", + "key": "file", + "isOptional": true, + "description": "The audio file for the voice." + }, + { + "type": "property", + "key": "description", + "valueShape": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "string" + } + } + }, + "description": "Optional description of the voice." + } + ] } } ], diff --git a/packages/parsers/src/__test__/__snapshots__/openapi/uploadcare.json b/packages/parsers/src/__test__/__snapshots__/openapi/uploadcare.json index 96994c9470..2ff6b14bd4 100644 --- a/packages/parsers/src/__test__/__snapshots__/openapi/uploadcare.json +++ b/packages/parsers/src/__test__/__snapshots__/openapi/uploadcare.json @@ -2130,7 +2130,26 @@ "description": "Version header." } ], - "requests": [], + "requests": [ + { + "contentType": "application/json", + "body": { + "type": "alias", + "value": { + "type": "list", + "itemShape": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "uuid" + } + } + } + } + } + } + ], "responses": [ { "statusCode": 200, @@ -2186,6 +2205,15 @@ "shape": { "type": "undiscriminatedUnion", "variants": [ + { + "shape": { + "type": "alias", + "value": { + "type": "id", + "id": "simpleAuthHTTPForbidden" + } + } + }, { "shape": { "type": "object", @@ -2587,7 +2615,26 @@ "description": "Version header." } ], - "requests": [], + "requests": [ + { + "contentType": "application/json", + "body": { + "type": "alias", + "value": { + "type": "list", + "itemShape": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "uuid" + } + } + } + } + } + } + ], "responses": [ { "statusCode": 200, @@ -2643,6 +2690,15 @@ "shape": { "type": "undiscriminatedUnion", "variants": [ + { + "shape": { + "type": "alias", + "value": { + "type": "id", + "id": "simpleAuthHTTPForbidden" + } + } + }, { "shape": { "type": "object", @@ -3535,7 +3591,17 @@ "statusCode": 400, "shape": { "type": "undiscriminatedUnion", - "variants": [] + "variants": [ + { + "shape": { + "type": "alias", + "value": { + "type": "id", + "id": "simpleAuthHTTPForbidden" + } + } + } + ] }, "description": "Simple HTTP auth. on HTTP or file copy errors.", "name": "Bad Request", @@ -7046,7 +7112,20 @@ "description": "Version header." } ], - "requests": [], + "requests": [ + { + "contentType": "application/json", + "body": { + "type": "alias", + "value": { + "type": "primitive", + "value": { + "type": "string" + } + } + } + } + ], "responses": [ { "statusCode": 200, @@ -8875,7 +8954,26 @@ "statusCode": 400, "shape": { "type": "undiscriminatedUnion", - "variants": [] + "variants": [ + { + "shape": { + "type": "alias", + "value": { + "type": "id", + "id": "simpleAuthHTTPForbidden" + } + } + }, + { + "shape": { + "type": "alias", + "value": { + "type": "id", + "id": "cantUseWebhooksError" + } + } + } + ] }, "description": "Simple HTTP Auth or webhook permission errors.", "name": "Bad Request", @@ -9129,7 +9227,85 @@ "description": "Version header." } ], - "requests": [], + "requests": [ + { + "contentType": "application/x-www-form-urlencoded", + "body": { + "type": "object", + "extends": [], + "properties": [ + { + "key": "target_url", + "valueShape": { + "type": "alias", + "value": { + "type": "id", + "id": "webhook_target" + } + } + }, + { + "key": "event", + "valueShape": { + "type": "alias", + "value": { + "type": "id", + "id": "webhook_event" + } + } + }, + { + "key": "is_active", + "valueShape": { + "type": "alias", + "value": { + "type": "optional", + "shape": { + "type": "alias", + "value": { + "type": "id", + "id": "webhook_is_active" + } + } + } + } + }, + { + "key": "signing_secret", + "valueShape": { + "type": "alias", + "value": { + "type": "optional", + "shape": { + "type": "alias", + "value": { + "type": "id", + "id": "webhook_signing_secret" + } + } + } + } + }, + { + "key": "version", + "valueShape": { + "type": "alias", + "value": { + "type": "optional", + "shape": { + "type": "alias", + "value": { + "type": "id", + "id": "webhook_version_of_request" + } + } + } + } + } + ] + } + } + ], "responses": [ { "statusCode": 201, @@ -9148,7 +9324,35 @@ "statusCode": 400, "shape": { "type": "undiscriminatedUnion", - "variants": [] + "variants": [ + { + "shape": { + "type": "alias", + "value": { + "type": "id", + "id": "simpleAuthHTTPForbidden" + } + } + }, + { + "shape": { + "type": "alias", + "value": { + "type": "id", + "id": "cantUseWebhooksError" + } + } + }, + { + "shape": { + "type": "alias", + "value": { + "type": "id", + "id": "webhookTargetUrlError" + } + } + } + ] }, "description": "Simple HTTP Auth or webhook permission or endpoint errors.", "name": "Bad Request", @@ -9752,7 +9956,57 @@ "description": "Version header." } ], - "requests": [], + "requests": [ + { + "contentType": "application/x-www-form-urlencoded", + "body": { + "type": "object", + "extends": [], + "properties": [ + { + "key": "target_url", + "valueShape": { + "type": "alias", + "value": { + "type": "id", + "id": "webhook_target" + } + } + }, + { + "key": "event", + "valueShape": { + "type": "alias", + "value": { + "type": "id", + "id": "webhook_event" + } + } + }, + { + "key": "is_active", + "valueShape": { + "type": "alias", + "value": { + "type": "id", + "id": "webhook_is_active" + } + } + }, + { + "key": "signing_secret", + "valueShape": { + "type": "alias", + "value": { + "type": "id", + "id": "webhook_signing_secret" + } + } + } + ] + } + } + ], "responses": [ { "statusCode": 200, @@ -10036,14 +10290,62 @@ "description": "Version header." } ], - "requests": [], + "requests": [ + { + "contentType": "application/x-www-form-urlencoded", + "body": { + "type": "object", + "extends": [], + "properties": [ + { + "key": "target_url", + "valueShape": { + "type": "alias", + "value": { + "type": "id", + "id": "webhook_target" + } + } + } + ] + } + } + ], "responses": [], "errors": [ { "statusCode": 400, "shape": { "type": "undiscriminatedUnion", - "variants": [] + "variants": [ + { + "shape": { + "type": "alias", + "value": { + "type": "id", + "id": "simpleAuthHTTPForbidden" + } + } + }, + { + "shape": { + "type": "alias", + "value": { + "type": "id", + "id": "cantUseWebhooksError" + } + } + }, + { + "shape": { + "type": "alias", + "value": { + "type": "id", + "id": "webhookTargetUrlError" + } + } + } + ] }, "description": "Simple HTTP Auth or webhook permission or endpoint errors.", "name": "Bad Request", @@ -10425,7 +10727,26 @@ "statusCode": 400, "shape": { "type": "undiscriminatedUnion", - "variants": [] + "variants": [ + { + "shape": { + "type": "alias", + "value": { + "type": "id", + "id": "simpleAuthHTTPForbidden" + } + } + }, + { + "shape": { + "type": "alias", + "value": { + "type": "id", + "id": "cantUseDocsConversionError" + } + } + } + ] }, "description": "Simple HTTP Auth or document conversion permission errors.", "name": "Bad Request", @@ -10775,6 +11096,33 @@ "shape": { "type": "undiscriminatedUnion", "variants": [ + { + "shape": { + "type": "alias", + "value": { + "type": "id", + "id": "simpleAuthHTTPForbidden" + } + } + }, + { + "shape": { + "type": "alias", + "value": { + "type": "id", + "id": "cantUseDocsConversionError" + } + } + }, + { + "shape": { + "type": "alias", + "value": { + "type": "id", + "id": "jsonObjectParseError" + } + } + }, { "shape": { "type": "object", @@ -11147,7 +11495,26 @@ "statusCode": 400, "shape": { "type": "undiscriminatedUnion", - "variants": [] + "variants": [ + { + "shape": { + "type": "alias", + "value": { + "type": "id", + "id": "simpleAuthHTTPForbidden" + } + } + }, + { + "shape": { + "type": "alias", + "value": { + "type": "id", + "id": "cantUseDocsConversionError" + } + } + } + ] }, "description": "Simple HTTP Auth or document conversion permission errors.", "name": "Bad Request", @@ -11549,6 +11916,33 @@ "shape": { "type": "undiscriminatedUnion", "variants": [ + { + "shape": { + "type": "alias", + "value": { + "type": "id", + "id": "simpleAuthHTTPForbidden" + } + } + }, + { + "shape": { + "type": "alias", + "value": { + "type": "id", + "id": "cantUseVideoConversionError" + } + } + }, + { + "shape": { + "type": "alias", + "value": { + "type": "id", + "id": "jsonObjectParseError" + } + } + }, { "shape": { "type": "object", @@ -11936,7 +12330,26 @@ "statusCode": 400, "shape": { "type": "undiscriminatedUnion", - "variants": [] + "variants": [ + { + "shape": { + "type": "alias", + "value": { + "type": "id", + "id": "simpleAuthHTTPForbidden" + } + } + }, + { + "shape": { + "type": "alias", + "value": { + "type": "id", + "id": "cantUseVideoConversionError" + } + } + } + ] }, "description": "Simple HTTP Auth or video conversion permission errors.", "name": "Bad Request", diff --git a/packages/parsers/src/openapi/3.1/paths/__test__/request/ExampleObjectConverter.node.test.ts b/packages/parsers/src/openapi/3.1/paths/__test__/request/ExampleObjectConverter.node.test.ts index 6857cecb69..1003ad27b1 100644 --- a/packages/parsers/src/openapi/3.1/paths/__test__/request/ExampleObjectConverter.node.test.ts +++ b/packages/parsers/src/openapi/3.1/paths/__test__/request/ExampleObjectConverter.node.test.ts @@ -33,26 +33,6 @@ describe("ExampleObjectConverterNode", () => { }; describe("parse()", () => { - it("should error if request body schema is missing", () => { - new ExampleObjectConverterNode( - baseArgs, - mockPath, - mockResponseStatusCode, - "test", - { - ...mockRequestBody, - resolvedSchema: undefined, - } as unknown as RequestMediaTypeObjectConverterNode, - mockResponseBody as unknown as ResponseMediaTypeObjectConverterNode, - undefined - ); - - expect(mockContext.errors.error).toHaveBeenCalledWith({ - message: "Request body schema is required", - path: ["test"], - }); - }); - it("should error if json example is not an object", () => { new ExampleObjectConverterNode( { diff --git a/packages/parsers/src/openapi/3.1/paths/__test__/request/RequestMediaTypeObjectConverter.node.test.ts b/packages/parsers/src/openapi/3.1/paths/__test__/request/RequestMediaTypeObjectConverter.node.test.ts index 7a684f0bfe..cff959be75 100644 --- a/packages/parsers/src/openapi/3.1/paths/__test__/request/RequestMediaTypeObjectConverter.node.test.ts +++ b/packages/parsers/src/openapi/3.1/paths/__test__/request/RequestMediaTypeObjectConverter.node.test.ts @@ -135,10 +135,11 @@ describe("RequestMediaTypeObjectConverterNode", () => { accessPath: [], pathId: "test", }, - "application/xml" + "application/xml", + "testpath", + 200 ); - expect(converter.contentType).toBeUndefined(); expect(mockContext.errors.warning).toHaveBeenCalled(); }); }); diff --git a/packages/parsers/src/openapi/3.1/paths/__test__/response/ResponseMediaTypeObjectConverter.node.test.ts b/packages/parsers/src/openapi/3.1/paths/__test__/response/ResponseMediaTypeObjectConverter.node.test.ts index 0f9d54f846..d193b21aab 100644 --- a/packages/parsers/src/openapi/3.1/paths/__test__/response/ResponseMediaTypeObjectConverter.node.test.ts +++ b/packages/parsers/src/openapi/3.1/paths/__test__/response/ResponseMediaTypeObjectConverter.node.test.ts @@ -73,11 +73,13 @@ describe("ResponseMediaTypeObjectConverterNode", () => { pathId: "test", }, "application/json", - "json" + "json", + "testpath", + 200, + undefined ); expect(converter.contentType).toBe("application/json"); - expect(converter.streamingFormat).toBe("json"); expect(converter.schema).toBeDefined(); }); @@ -92,11 +94,14 @@ describe("ResponseMediaTypeObjectConverterNode", () => { pathId: "test", }, "text/event-stream", - "sse" + "sse", + "testpath", + 200, + undefined ); const result = converter.convert(); - expect(result).toEqual({ type: "streamingText" }); + expect(result[0]).toEqual({ type: "streamingText" }); }); it("should error when JSON response is missing schema", () => { @@ -110,6 +115,9 @@ describe("ResponseMediaTypeObjectConverterNode", () => { pathId: "test", }, "application/json", + undefined, + "testpath", + 200, undefined ); diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ed10a4a027..bc1a9b9002 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,21 +5,25 @@ settings: excludeLinksFromLockfile: false overrides: + '@babel/core': 7.26.0 + clipboardy: 4.0.0 + colorjs.io: ^0.5.2 cookie: 0.7.0 cross-spawn: 7.0.5 - micromatch: 4.0.8 - postcss: 8.4.31 + elliptic: 6.6.0 esbuild: 0.20.2 + eslint: 9.17.0 + eslint-config-next: 15.1.2 instantsearch.js: 4.75.4 - next: npm:@fern-api/next@14.2.9-fork.2 jsonpath-plus: 10.0.7 markdown-to-jsx: 7.4.0 - webpack: 5.94.0 - clipboardy: 4.0.0 - elliptic: 6.6.0 + micromatch: 4.0.8 + postcss: 8.4.31 react: 18.3.1 react-dom: 18.3.1 - '@babel/core': 7.26.0 + tailwindcss: 3.4.17 + typescript: 5.7.2 + webpack: 5.94.0 importers: @@ -34,6 +38,9 @@ importers: get-port: specifier: ^7.1.0 version: 7.1.0 + prettier-plugin-packagejson: + specifier: ^2.5.6 + version: 2.5.6(prettier@3.4.2) devDependencies: '@babel/core': specifier: 7.26.0 @@ -47,18 +54,24 @@ importers: '@babel/preset-typescript': specifier: ^7.26.0 version: 7.26.0(@babel/core@7.26.0) - '@next/eslint-plugin-next': - specifier: 14.2.9 - version: 14.2.9 + '@eslint/compat': + specifier: ^1.2.4 + version: 1.2.4(eslint@9.17.0(jiti@1.21.7)) + '@eslint/eslintrc': + specifier: ^3.2.0 + version: 3.2.0 + '@eslint/js': + specifier: ^9.17.0 + version: 9.17.0 '@playwright/test': specifier: ^1.47.1 version: 1.47.1 '@tailwindcss/forms': specifier: ^0.5.7 - version: 0.5.7(tailwindcss@3.4.3(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3))) + version: 0.5.7(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2))) '@tailwindcss/typography': specifier: ^0.5.10 - version: 0.5.13(tailwindcss@3.4.3(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3))) + version: 0.5.13(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2))) '@types/express': specifier: ^4.17.13 version: 4.17.21 @@ -75,11 +88,11 @@ importers: specifier: ^18.7.18 version: 18.19.33 '@typescript-eslint/eslint-plugin': - specifier: 7.3.1 - version: 7.3.1(@typescript-eslint/parser@7.3.1(eslint@8.57.0)(typescript@5.4.3))(eslint@8.57.0)(typescript@5.4.3) + specifier: 8.18.1 + version: 8.18.1(@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2))(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2) '@typescript-eslint/parser': - specifier: 7.3.1 - version: 7.3.1(eslint@8.57.0)(typescript@5.4.3) + specifier: 8.18.1 + version: 8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2) '@yarnpkg/sdks': specifier: ^3.1.0 version: 3.1.2(typanion@3.14.0) @@ -93,38 +106,41 @@ importers: specifier: ^16.4.5 version: 16.4.5 eslint: - specifier: ^8.56.0 - version: 8.57.0 + specifier: 9.17.0 + version: 9.17.0(jiti@1.21.7) eslint-config-next: - specifier: 14.2.15 - version: 14.2.15(eslint@8.57.0)(typescript@5.4.3) + specifier: 15.1.2 + version: 15.1.2(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2) eslint-config-prettier: specifier: ^9.1.0 - version: 9.1.0(eslint@8.57.0) + version: 9.1.0(eslint@9.17.0(jiti@1.21.7)) eslint-plugin-deprecation: - specifier: ^2.0.0 - version: 2.0.0(eslint@8.57.0)(typescript@5.4.3) + specifier: ^3.0.0 + version: 3.0.0(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2) eslint-plugin-import: - specifier: ^2.29.1 - version: 2.29.1(@typescript-eslint/parser@7.3.1(eslint@8.57.0)(typescript@5.4.3))(eslint@8.57.0) + specifier: ^2.31.0 + version: 2.31.0(@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2))(eslint-import-resolver-typescript@3.6.1)(eslint@9.17.0(jiti@1.21.7)) eslint-plugin-react: - specifier: ^7.33.2 - version: 7.34.1(eslint@8.57.0) + specifier: ^7.37.2 + version: 7.37.2(eslint@9.17.0(jiti@1.21.7)) eslint-plugin-react-hooks: - specifier: ^4.6.0 - version: 4.6.2(eslint@8.57.0) + specifier: ^5.1.0 + version: 5.1.0(eslint@9.17.0(jiti@1.21.7)) eslint-plugin-tailwindcss: - specifier: ^3.13.1 - version: 3.15.1(tailwindcss@3.4.3(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3))) + specifier: ^3.17.5 + version: 3.17.5(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2))) eslint-plugin-vitest: - specifier: ^0.3.26 - version: 0.3.26(@typescript-eslint/eslint-plugin@7.3.1(@typescript-eslint/parser@7.3.1(eslint@8.57.0)(typescript@5.4.3))(eslint@8.57.0)(typescript@5.4.3))(eslint@8.57.0)(typescript@5.4.3)(vitest@2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0)) + specifier: ^0.5.4 + version: 0.5.4(@typescript-eslint/eslint-plugin@8.18.1(@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2))(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2))(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2)(vitest@2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0)) execa: specifier: ^5.1.1 version: 5.1.1 express: specifier: ^4.20.0 version: 4.21.1 + globals: + specifier: ^15.14.0 + version: 15.14.0 http-proxy-middleware: specifier: ^3.0.3 version: 3.0.3 @@ -153,8 +169,11 @@ importers: specifier: ^1.47.1 version: 1.47.1 prettier: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.4.2 + version: 3.4.2 + prettier-plugin-tailwindcss: + specifier: ^0.6.9 + version: 0.6.9(prettier@3.4.2) react: specifier: 18.3.1 version: 18.3.1 @@ -166,37 +185,40 @@ importers: version: 5.1.3(@babel/core@7.26.0)(react@18.3.1) stylelint: specifier: ^16.1.0 - version: 16.5.0(typescript@5.4.3) + version: 16.5.0(typescript@5.7.2) stylelint-config-recommended: specifier: ^14.0.0 - version: 14.0.0(stylelint@16.5.0(typescript@5.4.3)) + version: 14.0.0(stylelint@16.5.0(typescript@5.7.2)) stylelint-config-standard-scss: specifier: ^13.0.0 - version: 13.1.0(postcss@8.4.31)(stylelint@16.5.0(typescript@5.4.3)) + version: 13.1.0(postcss@8.4.31)(stylelint@16.5.0(typescript@5.7.2)) stylelint-config-tailwindcss: specifier: ^0.0.7 - version: 0.0.7(stylelint@16.5.0(typescript@5.4.3))(tailwindcss@3.4.3(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3))) + version: 0.0.7(stylelint@16.5.0(typescript@5.7.2))(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2))) stylelint-scss: specifier: ^6.0.0 - version: 6.3.0(stylelint@16.5.0(typescript@5.4.3)) + version: 6.3.0(stylelint@16.5.0(typescript@5.7.2)) tailwindcss: - specifier: ^3.4.3 - version: 3.4.3(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)) + specifier: 3.4.17 + version: 3.4.17(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2)) ts-node: specifier: ^10.9.2 - version: 10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3) + version: 10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2) tsx: - specifier: ^4.7.1 - version: 4.9.3 + specifier: ^4.19.2 + version: 4.19.2 turbo: - specifier: ^2.1.2 - version: 2.1.2 + specifier: ^2.3.3 + version: 2.3.3 typescript: - specifier: 5.4.3 - version: 5.4.3 + specifier: 5.7.2 + version: 5.7.2 + typescript-eslint: + specifier: ^8.18.1 + version: 8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2) typescript-plugin-css-modules: specifier: ^5.1.0 - version: 5.1.0(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3))(typescript@5.4.3) + version: 5.1.0(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2))(typescript@5.7.2) vitest: specifier: ^2.1.4 version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) @@ -235,8 +257,8 @@ importers: specifier: 0.20.2 version: 0.20.2 eslint: - specifier: ^8.56.0 - version: 8.57.0 + specifier: 9.17.0 + version: 9.17.0(jiti@1.21.7) execa: specifier: ^9.5.1 version: 9.5.1 @@ -244,17 +266,17 @@ importers: specifier: ^0.10.0 version: 0.10.0 prettier: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.4.2 + version: 3.4.2 tmp-promise: specifier: ^3.0.3 version: 3.0.3 tsup: specifier: ^8.3.5 - version: 8.3.5(@swc/core@1.5.7)(jiti@1.21.0)(postcss@8.4.31)(tsx@4.19.2)(typescript@4.9.5)(yaml@2.4.2) + version: 8.3.5(@swc/core@1.5.7)(jiti@1.21.7)(postcss@8.4.31)(tsx@4.19.2)(typescript@5.7.2)(yaml@2.4.2) typescript: - specifier: 4.9.5 - version: 4.9.5 + specifier: 5.7.2 + version: 5.7.2 vitest: specifier: ^2.1.4 version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) @@ -275,7 +297,7 @@ importers: version: 9.5.1 ts-essentials: specifier: ^10.0.1 - version: 10.0.1(typescript@4.9.5) + version: 10.0.1(typescript@5.7.2) devDependencies: '@fern-platform/configs': specifier: workspace:* @@ -290,20 +312,20 @@ importers: specifier: ^1.4.3 version: 1.4.7 eslint: - specifier: ^8.56.0 - version: 8.57.0 + specifier: 9.17.0 + version: 9.17.0(jiti@1.21.7) organize-imports-cli: specifier: ^0.10.0 version: 0.10.0 prettier: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.4.2 + version: 3.4.2 tsx: specifier: ^4.7.1 version: 4.9.3 typescript: - specifier: 4.9.5 - version: 4.9.5 + specifier: 5.7.2 + version: 5.7.2 yargs: specifier: ^17.4.1 version: 17.7.2 @@ -339,11 +361,11 @@ importers: specifier: ^2.118.0 version: 2.141.0 prettier: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.4.2 + version: 3.4.2 typescript: - specifier: 5.4.3 - version: 5.4.3 + specifier: 5.7.2 + version: 5.7.2 packages/commons/core-utils: dependencies: @@ -379,20 +401,20 @@ importers: specifier: ^1.4.3 version: 1.4.7 eslint: - specifier: ^8.56.0 - version: 8.57.0 + specifier: 9.17.0 + version: 9.17.0(jiti@1.21.7) organize-imports-cli: specifier: ^0.10.0 version: 0.10.0 prettier: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.4.2 + version: 3.4.2 stylelint: specifier: ^16.1.0 - version: 16.5.0(typescript@5.4.3) + version: 16.5.0(typescript@5.7.2) typescript: - specifier: 5.4.3 - version: 5.4.3 + specifier: 5.7.2 + version: 5.7.2 vitest: specifier: ^2.1.4 version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) @@ -404,7 +426,7 @@ importers: version: link:../../fdr-sdk ts-essentials: specifier: ^10.0.1 - version: 10.0.1(typescript@5.4.3) + version: 10.0.1(typescript@5.7.2) devDependencies: '@fern-platform/configs': specifier: workspace:* @@ -416,20 +438,20 @@ importers: specifier: ^1.4.3 version: 1.4.7 eslint: - specifier: ^8.56.0 - version: 8.57.0 + specifier: 9.17.0 + version: 9.17.0(jiti@1.21.7) organize-imports-cli: specifier: ^0.10.0 version: 0.10.0 prettier: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.4.2 + version: 3.4.2 stylelint: specifier: ^16.1.0 - version: 16.5.0(typescript@5.4.3) + version: 16.5.0(typescript@5.7.2) typescript: - specifier: 5.4.3 - version: 5.4.3 + specifier: 5.7.2 + version: 5.7.2 vitest: specifier: ^2.1.4 version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) @@ -453,23 +475,23 @@ importers: specifier: ^1.4.3 version: 1.4.7 eslint: - specifier: ^8.56.0 - version: 8.57.0 + specifier: 9.17.0 + version: 9.17.0(jiti@1.21.7) organize-imports-cli: specifier: ^0.10.0 version: 0.10.0 prettier: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.4.2 + version: 3.4.2 simple-git: specifier: ^3.24.0 version: 3.24.0 stylelint: specifier: ^16.1.0 - version: 16.5.0(typescript@5.4.3) + version: 16.5.0(typescript@5.7.2) typescript: - specifier: 5.4.3 - version: 5.4.3 + specifier: 5.7.2 + version: 5.7.2 vitest: specifier: ^2.1.4 version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) @@ -490,158 +512,32 @@ importers: specifier: ^1.4.3 version: 1.4.7 eslint: - specifier: ^8.56.0 - version: 8.57.0 - organize-imports-cli: - specifier: ^0.10.0 - version: 0.10.0 - prettier: - specifier: ^3.3.2 - version: 3.3.2 - stylelint: - specifier: ^16.1.0 - version: 16.5.0(typescript@5.4.3) - typescript: - specifier: 5.4.3 - version: 5.4.3 - vitest: - specifier: ^2.1.4 - version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) - - packages/commons/next-seo: - dependencies: - '@fern-api/fdr-sdk': - specifier: workspace:* - version: link:../../fdr-sdk - next: - specifier: npm:@fern-api/next@14.2.9-fork.2 - version: '@fern-api/next@14.2.9-fork.2(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.47.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0)' - react: - specifier: 18.3.1 - version: 18.3.1 - devDependencies: - '@fern-platform/configs': - specifier: workspace:* - version: link:../../configs - '@types/node': - specifier: ^18.7.18 - version: 18.19.33 - '@types/react': - specifier: ^18 - version: 18.3.3 - depcheck: - specifier: ^1.4.3 - version: 1.4.7 - eslint: - specifier: ^8.56.0 - version: 8.57.0 - organize-imports-cli: - specifier: ^0.10.0 - version: 0.10.0 - prettier: - specifier: ^3.3.2 - version: 3.3.2 - stylelint: - specifier: ^16.1.0 - version: 16.5.0(typescript@5.4.3) - typescript: - specifier: 5.4.3 - version: 5.4.3 - vitest: - specifier: ^2.1.4 - version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) - - packages/commons/react/common-components: - dependencies: - '@fern-ui/loadable': - specifier: workspace:* - version: link:../../loadable - react: - specifier: 18.3.1 - version: 18.3.1 - devDependencies: - '@fern-platform/configs': - specifier: workspace:* - version: link:../../../configs - '@types/node': - specifier: ^18.7.18 - version: 18.19.33 - '@types/react': - specifier: ^18 - version: 18.3.3 - depcheck: - specifier: ^1.4.3 - version: 1.4.7 - eslint: - specifier: ^8.56.0 - version: 8.57.0 - organize-imports-cli: - specifier: ^0.10.0 - version: 0.10.0 - prettier: - specifier: ^3.3.2 - version: 3.3.2 - stylelint: - specifier: ^16.1.0 - version: 16.5.0(typescript@5.4.3) - typescript: - specifier: 5.4.3 - version: 5.4.3 - vite: - specifier: ^5.4.10 - version: 5.4.10(@types/node@18.19.33)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) - vitest: - specifier: ^2.1.4 - version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) - - packages/commons/react/fonts: - dependencies: - react: - specifier: 18.3.1 - version: 18.3.1 - devDependencies: - '@fern-platform/configs': - specifier: workspace:* - version: link:../../../configs - '@types/node': - specifier: ^18.7.18 - version: 18.19.33 - '@types/react': - specifier: ^18 - version: 18.3.3 - depcheck: - specifier: ^1.4.3 - version: 1.4.7 - eslint: - specifier: ^8.56.0 - version: 8.57.0 + specifier: 9.17.0 + version: 9.17.0(jiti@1.21.7) organize-imports-cli: specifier: ^0.10.0 version: 0.10.0 prettier: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.4.2 + version: 3.4.2 stylelint: specifier: ^16.1.0 - version: 16.5.0(typescript@5.4.3) + version: 16.5.0(typescript@5.7.2) typescript: - specifier: 5.4.3 - version: 5.4.3 - vite: - specifier: ^5.4.10 - version: 5.4.10(@types/node@18.19.33)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) + specifier: 5.7.2 + version: 5.7.2 vitest: specifier: ^2.1.4 version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) - packages/commons/react/react-commons: + packages/commons/react-commons: dependencies: '@fern-api/ui-core-utils': specifier: workspace:* - version: link:../../core-utils + version: link:../core-utils es-toolkit: specifier: ^1.27.0 - version: 1.27.0 + version: 1.30.0 fastdom: specifier: ^1.0.12 version: 1.0.12 @@ -653,11 +549,11 @@ importers: version: 18.3.1 ts-essentials: specifier: ^10.0.1 - version: 10.0.1(typescript@5.4.3) + version: 10.0.1(typescript@5.7.2) devDependencies: '@fern-platform/configs': specifier: workspace:* - version: link:../../../configs + version: link:../../configs '@types/node': specifier: ^18.7.18 version: 18.19.33 @@ -668,20 +564,20 @@ importers: specifier: ^1.4.3 version: 1.4.7 eslint: - specifier: ^8.56.0 - version: 8.57.0 + specifier: 9.17.0 + version: 9.17.0(jiti@1.21.7) organize-imports-cli: specifier: ^0.10.0 version: 0.10.0 prettier: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.4.2 + version: 3.4.2 stylelint: specifier: ^16.1.0 - version: 16.5.0(typescript@5.4.3) + version: 16.5.0(typescript@5.7.2) typescript: - specifier: 5.4.3 - version: 5.4.3 + specifier: 5.7.2 + version: 5.7.2 vite: specifier: ^5.4.10 version: 5.4.10(@types/node@18.19.33)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) @@ -689,140 +585,8 @@ importers: specifier: ^2.1.4 version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) - packages/commons/react/react-query-utils: - dependencies: - '@fern-ui/loadable': - specifier: workspace:* - version: link:../../loadable - '@tanstack/react-query': - specifier: ^4.36.1 - version: 4.36.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - react: - specifier: 18.3.1 - version: 18.3.1 - devDependencies: - '@fern-platform/configs': - specifier: workspace:* - version: link:../../../configs - '@types/node': - specifier: ^18.7.18 - version: 18.19.33 - '@types/react': - specifier: ^18 - version: 18.3.3 - depcheck: - specifier: ^1.4.3 - version: 1.4.7 - eslint: - specifier: ^8.56.0 - version: 8.57.0 - organize-imports-cli: - specifier: ^0.10.0 - version: 0.10.0 - prettier: - specifier: ^3.3.2 - version: 3.3.2 - stylelint: - specifier: ^16.1.0 - version: 16.5.0(typescript@5.4.3) - typescript: - specifier: 5.4.3 - version: 5.4.3 - vite: - specifier: ^5.4.6 - version: 5.4.10(@types/node@18.19.33)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) - vitest: - specifier: ^2.1.4 - version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) - - packages/commons/search-utils: - dependencies: - '@fern-api/fdr-sdk': - specifier: workspace:* - version: link:../../fdr-sdk - '@fern-api/ui-core-utils': - specifier: workspace:* - version: link:../core-utils - devDependencies: - '@fern-platform/configs': - specifier: workspace:* - version: link:../../configs - '@inkeep/widgets': - specifier: ^0.2.288 - version: 0.2.288(@internationalized/date@3.5.4)(@types/react@18.3.3)(jsdom@24.0.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.4.3) - '@types/node': - specifier: ^18.7.18 - version: 18.19.33 - depcheck: - specifier: ^1.4.3 - version: 1.4.7 - eslint: - specifier: ^8.56.0 - version: 8.57.0 - instantsearch.js: - specifier: 4.75.4 - version: 4.75.4(algoliasearch@5.13.0) - organize-imports-cli: - specifier: ^0.10.0 - version: 0.10.0 - prettier: - specifier: ^3.3.2 - version: 3.3.2 - stylelint: - specifier: ^16.1.0 - version: 16.5.0(typescript@5.4.3) - ts-essentials: - specifier: ^10.0.1 - version: 10.0.1(typescript@5.4.3) - typescript: - specifier: 5.4.3 - version: 5.4.3 - vitest: - specifier: ^2.1.4 - version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) - packages/configs: {} - packages/eslint: - dependencies: - '@next/eslint-plugin-next': - specifier: 14.2.9 - version: 14.2.9 - '@typescript-eslint/eslint-plugin': - specifier: 7.3.1 - version: 7.3.1(@typescript-eslint/parser@7.3.1(eslint@8.57.0)(typescript@5.4.3))(eslint@8.57.0)(typescript@5.4.3) - '@typescript-eslint/parser': - specifier: 7.3.1 - version: 7.3.1(eslint@8.57.0)(typescript@5.4.3) - eslint: - specifier: ^8.56.0 - version: 8.57.0 - eslint-config-prettier: - specifier: ^9.1.0 - version: 9.1.0(eslint@8.57.0) - eslint-plugin-deprecation: - specifier: ^2.0.0 - version: 2.0.0(eslint@8.57.0)(typescript@5.4.3) - eslint-plugin-import: - specifier: ^2.29.1 - version: 2.29.1(@typescript-eslint/parser@7.3.1(eslint@8.57.0)(typescript@5.4.3))(eslint@8.57.0) - eslint-plugin-react: - specifier: ^7.33.2 - version: 7.34.1(eslint@8.57.0) - eslint-plugin-react-hooks: - specifier: ^4.6.0 - version: 4.6.2(eslint@8.57.0) - eslint-plugin-tailwindcss: - specifier: ^3.13.1 - version: 3.15.1(tailwindcss@3.4.3(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3))) - eslint-plugin-vitest: - specifier: ^0.3.26 - version: 0.3.26(@typescript-eslint/eslint-plugin@7.3.1(@typescript-eslint/parser@7.3.1(eslint@8.57.0)(typescript@5.4.3))(eslint@8.57.0)(typescript@5.4.3))(eslint@8.57.0)(typescript@5.4.3)(vitest@2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0)) - devDependencies: - prettier: - specifier: ^3.3.2 - version: 3.3.2 - packages/fdr-sdk: dependencies: '@fern-api/ui-core-utils': @@ -863,7 +627,7 @@ importers: version: 3.5.3 ts-essentials: specifier: ^10.0.1 - version: 10.0.1(typescript@5.4.3) + version: 10.0.1(typescript@5.7.2) url-join: specifier: 5.0.0 version: 5.0.0 @@ -877,9 +641,6 @@ importers: '@babel/preset-typescript': specifier: ^7.26.0 version: 7.26.0(@babel/core@7.26.0) - '@fern-api/eslint-config': - specifier: workspace:* - version: link:../eslint '@fern-platform/configs': specifier: workspace:* version: link:../configs @@ -899,601 +660,321 @@ importers: specifier: ^1.2.0 version: 1.2.0 eslint: - specifier: ^8.56.0 - version: 8.57.0 + specifier: 9.17.0 + version: 9.17.0(jiti@1.21.7) prettier: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.4.2 + version: 3.4.2 typescript: - specifier: 5.4.3 - version: 5.4.3 + specifier: 5.7.2 + version: 5.7.2 vitest: specifier: ^2.1.4 version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@22.5.5)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) - packages/healthchecks: + packages/fern-docs/auth: dependencies: - algoliasearch: - specifier: ^5.13.0 - version: 5.13.0 - console-table-printer: - specifier: ^2.12.0 - version: 2.12.0 - node-emoji: - specifier: ^2.1.3 - version: 2.1.3 + zod: + specifier: ^3.23.8 + version: 3.23.8 devDependencies: - '@fern-api/fdr-sdk': - specifier: workspace:* - version: link:../fdr-sdk - '@fern-api/ui-core-utils': + '@fern-platform/configs': specifier: workspace:* - version: link:../commons/core-utils - '@fern-fern/vercel': - specifier: 0.0.7 - version: 0.0.7 - '@types/jest': - specifier: ^29.5.11 - version: 29.5.12 + version: link:../../configs '@types/node': specifier: ^18.7.18 version: 18.19.33 - '@types/yargs': - specifier: ^17.0.32 - version: 17.0.32 - '@yarnpkg/esbuild-plugin-pnp': - specifier: ^3.0.0-rc.15 - version: 3.0.0-rc.15(esbuild@0.20.2) depcheck: specifier: ^1.4.3 version: 1.4.7 - esbuild: - specifier: 0.20.2 - version: 0.20.2 eslint: - specifier: ^8.56.0 - version: 8.57.0 + specifier: 9.17.0 + version: 9.17.0(jiti@1.21.7) organize-imports-cli: specifier: ^0.10.0 version: 0.10.0 prettier: - specifier: ^3.3.2 - version: 3.3.2 - tsup: - specifier: ^8.3.5 - version: 8.3.5(@swc/core@1.5.7)(jiti@1.21.0)(postcss@8.4.31)(tsx@4.19.2)(typescript@4.9.5)(yaml@2.4.2) + specifier: ^3.4.2 + version: 3.4.2 + stylelint: + specifier: ^16.1.0 + version: 16.5.0(typescript@5.7.2) typescript: - specifier: 4.9.5 - version: 4.9.5 + specifier: 5.7.2 + version: 5.7.2 vitest: specifier: ^2.1.4 version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) - yargs: - specifier: ^17.4.1 - version: 17.7.2 - packages/parsers: - dependencies: - '@fern-api/logger': - specifier: 0.4.24-rc1 - version: 0.4.24-rc1 - '@fern-api/ui-core-utils': - specifier: workspace:* - version: link:../commons/core-utils - es-toolkit: - specifier: ^1.24.0 - version: 1.27.0 - openapi-types: - specifier: ^12.1.3 - version: 12.1.3 - ts-essentials: - specifier: ^10.0.1 - version: 10.0.1(typescript@5.4.3) - uuid: - specifier: ^9.0.0 - version: 9.0.1 - vitest: - specifier: ^2.1.4 - version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@22.5.5)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) - whatwg-mimetype: - specifier: ^4.0.0 - version: 4.0.0 - devDependencies: - '@fern-fern/docs-parsers-fern-definition': - specifier: ^0.0.3 - version: 0.0.3 - '@fern-platform/configs': - specifier: workspace:* - version: link:../configs - '@types/uuid': - specifier: ^9.0.1 - version: 9.0.8 - '@types/whatwg-mimetype': - specifier: ^3.0.2 - version: 3.0.2 - js-yaml: - specifier: ^4.1.0 - version: 4.1.0 - - packages/scripts: - dependencies: - chalk: - specifier: ^5.3.0 - version: 5.3.0 - execa: - specifier: ^9.5.1 - version: 9.5.1 - js-yaml: - specifier: ^4.1.0 - version: 4.1.0 - ts-essentials: - specifier: ^10.0.1 - version: 10.0.1(typescript@5.4.3) - yargs: - specifier: ^17.4.1 - version: 17.7.2 - devDependencies: - '@fern-platform/configs': - specifier: workspace:* - version: link:../configs - '@types/js-yaml': - specifier: ^4.0.5 - version: 4.0.9 - '@types/node': - specifier: ^18.7.18 - version: 18.19.33 - '@types/yargs': - specifier: ^17.0.32 - version: 17.0.32 - depcheck: - specifier: ^1.4.3 - version: 1.4.7 - eslint: - specifier: ^8.56.0 - version: 8.57.0 - organize-imports-cli: - specifier: ^0.10.0 - version: 0.10.0 - prettier: - specifier: ^3.3.2 - version: 3.3.2 - typescript: - specifier: 5.4.3 - version: 5.4.3 - vitest: - specifier: ^2.1.4 - version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) - - packages/template-resolver: + packages/fern-docs/bundle: dependencies: - '@fern-fern/fdr-cjs-sdk': - specifier: 0.116.5-873e41db0 - version: 0.116.5-873e41db0 - prettier: - specifier: ^3.3.2 - version: 3.3.2 - devDependencies: - '@fern-platform/configs': - specifier: workspace:* - version: link:../configs - '@types/jest': - specifier: ^29.0.3 - version: 29.5.12 - '@types/node': - specifier: ^18.7.18 - version: 18.19.33 - depcheck: - specifier: ^1.4.6 - version: 1.4.7 - eslint: - specifier: ^8.56.0 - version: 8.57.0 - jest: - specifier: ^29.7.0 - version: 29.7.0(@types/node@18.19.33)(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)) - organize-imports-cli: - specifier: ^0.10.0 - version: 0.10.0 - typescript: - specifier: 5.4.3 - version: 5.4.3 - - packages/ui/app: - dependencies: - '@emotion/is-prop-valid': - specifier: ^1.2.2 - version: 1.2.2 + '@ai-sdk/anthropic': + specifier: ^1.0.5 + version: 1.0.5(zod@3.23.8) + '@ai-sdk/openai': + specifier: ^1.0.8 + version: 1.0.8(zod@3.23.8) + '@algolia/client-search': + specifier: ^5.15.0 + version: 5.15.0 + '@aws-sdk/client-s3': + specifier: ^3.685.0 + version: 3.685.0 + '@aws-sdk/s3-request-presigner': + specifier: ^3.685.0 + version: 3.685.0 '@fern-api/fdr-sdk': specifier: workspace:* version: link:../../fdr-sdk - '@fern-api/template-resolver': - specifier: workspace:* - version: link:../../template-resolver '@fern-api/ui-core-utils': specifier: workspace:* version: link:../../commons/core-utils - '@fern-ui/components': + '@fern-docs/auth': specifier: workspace:* - version: link:../components - '@fern-ui/fdr-utils': + version: link:../auth + '@fern-docs/cache': specifier: workspace:* - version: link:../../commons/fdr-utils - '@fern-ui/fern-docs-mdx': + version: link:../cache + '@fern-docs/components': specifier: workspace:* - version: link:../fern-docs-mdx - '@fern-ui/fern-docs-search-ui': + version: link:../components + '@fern-docs/edge-config': specifier: workspace:* - version: link:../fern-docs-search-ui - '@fern-ui/fern-docs-server': + version: link:../edge-config + '@fern-docs/mdx': specifier: workspace:* - version: link:../fern-docs-server - '@fern-ui/fern-docs-syntax-highlighter': + version: link:../mdx + '@fern-docs/search-server': specifier: workspace:* - version: link:../fern-docs-syntax-highlighter - '@fern-ui/fern-docs-utils': + version: link:../search-server + '@fern-docs/search-ui': specifier: workspace:* - version: link:../fern-docs-utils - '@fern-ui/loadable': + version: link:../search-ui + '@fern-docs/search-utils': specifier: workspace:* - version: link:../../commons/loadable - '@fern-ui/next-seo': + version: link:../search-utils + '@fern-docs/syntax-highlighter': specifier: workspace:* - version: link:../../commons/next-seo - '@fern-ui/react-commons': + version: link:../syntax-highlighter + '@fern-docs/ui': specifier: workspace:* - version: link:../../commons/react/react-commons - '@fern-ui/search-utils': + version: link:../ui + '@fern-docs/utils': specifier: workspace:* - version: link:../../commons/search-utils - '@inkeep/widgets': - specifier: ^0.2.288 - version: 0.2.288(@internationalized/date@3.5.4)(@types/react@18.3.3)(jsdom@24.0.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.4.3) - '@next/third-parties': - specifier: 14.2.9 - version: 14.2.9(@fern-api/next@14.2.9-fork.2(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.47.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0))(react@18.3.1) - '@radix-ui/colors': - specifier: ^3.0.0 - version: 3.0.0 - '@radix-ui/react-accordion': - specifier: ^1.2.1 - version: 1.2.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-collapsible': - specifier: ^1.1.1 - version: 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-dialog': - specifier: ^1.1.2 - version: 1.1.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-popover': - specifier: ^1.1.2 - version: 1.1.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-select': - specifier: ^2.1.2 - version: 2.1.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-separator': - specifier: ^1.1.0 - version: 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-tabs': - specifier: ^1.1.1 - version: 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-tooltip': - specifier: ^1.1.4 - version: 1.1.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-visually-hidden': - specifier: ^1.1.0 - version: 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-three/drei': - specifier: ^9.120.4 - version: 9.120.4(@react-three/fiber@8.17.10(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.171.0))(@types/react@18.3.3)(@types/three@0.170.0)(immer@9.0.21)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.171.0)(use-sync-external-store@1.2.2(react@18.3.1)) - '@react-three/fiber': - specifier: ^8.17.10 - version: 8.17.10(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.171.0) - '@segment/snippet': - specifier: ^5.2.1 - version: 5.2.1 - '@types/nprogress': - specifier: ^0.2.3 - version: 0.2.3 + version: link:../utils + '@fern-fern/fern-docs-sdk': + specifier: 0.0.5 + version: 0.0.5 + '@fern-platform/fdr-utils': + specifier: workspace:* + version: link:../../commons/fdr-utils + '@types/qs': + specifier: 6.9.14 + version: 6.9.14 + '@upstash/qstash': + specifier: ^2.7.16 + version: 2.7.16 + '@vercel/kv': + specifier: ^2.0.0 + version: 2.0.0 + '@workos-inc/node': + specifier: ^7.29.0 + version: 7.30.0(@fern-api/next@14.2.9-fork.2(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.47.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0))(express@4.21.1) + ai: + specifier: ^4.0.18 + version: 4.0.18(react@18.3.1)(zod@3.23.8) algoliasearch: specifier: ^5.13.0 version: 5.13.0 - bezier-easing: - specifier: ^2.1.0 - version: 2.1.0 - clsx: - specifier: ^2.1.0 - version: 2.1.1 - colorjs.io: - specifier: ^0.5.0 - version: 0.5.0 + cssnano: + specifier: ^6.0.3 + version: 6.1.2(postcss@8.4.31) es-toolkit: specifier: ^1.27.0 - version: 1.27.0 + version: 1.30.0 esbuild: specifier: 0.20.2 version: 0.20.2 - fastdom: - specifier: ^1.0.12 - version: 1.0.12 - framer-motion: - specifier: ^11.2.4 - version: 11.2.4(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - github-slugger: - specifier: ^2.0.0 - version: 2.0.0 - hast-util-to-jsx-runtime: - specifier: ^2.3.0 - version: 2.3.0 - hast-util-to-string: - specifier: ^3.0.0 - version: 3.0.0 - iconoir-react: - specifier: ^7.7.0 - version: 7.7.0(react@18.3.1) + feed: + specifier: ^4.2.2 + version: 4.2.2 + iron-session: + specifier: ^8.0.3 + version: 8.0.3 jose: specifier: ^5.2.3 - version: 5.2.4 - jotai: - specifier: ^2.10.4 - version: 2.10.4(@types/react@18.3.3)(react@18.3.1) - jotai-effect: - specifier: ^1.0.5 - version: 1.0.5(jotai@2.10.4(@types/react@18.3.3)(react@18.3.1)) - jotai-location: - specifier: ^0.5.5 - version: 0.5.5(jotai@2.10.4(@types/react@18.3.3)(react@18.3.1)) + version: 5.6.3 jsonpath: specifier: ^1.1.1 version: 1.1.1 - launchdarkly-js-client-sdk: - specifier: ^3.4.0 - version: 3.4.0 - mdx-bundler: - specifier: ^10.0.2 - version: 10.0.2(esbuild@0.20.2) - mermaid: - specifier: ^11.2.1 - version: 11.3.0 - moment: - specifier: ^2.30.1 - version: 2.30.1 next: specifier: npm:@fern-api/next@14.2.9-fork.2 version: '@fern-api/next@14.2.9-fork.2(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.47.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0)' - next-mdx-remote: - specifier: ^5.0.0 - version: 5.0.0(@types/react@18.3.3)(react@18.3.1) - nprogress: - specifier: ^0.2.0 - version: 0.2.0 - numeral: - specifier: ^2.0.6 - version: 2.0.6 - parse-numeric-range: - specifier: ^1.3.0 - version: 1.3.0 - posthog-js: - specifier: ^1.154.5 - version: 1.154.5 + postcss-import: + specifier: ^16.0.1 + version: 16.1.0(postcss@8.4.31) + posthog-node: + specifier: ^4.2.1 + version: 4.2.1 + qs: + specifier: 6.12.0 + version: 6.12.0 react: specifier: 18.3.1 version: 18.3.1 react-dom: specifier: 18.3.1 version: 18.3.1(react@18.3.1) - react-error-boundary: - specifier: ^4.0.10 - version: 4.0.13(react@18.3.1) - react-feather: - specifier: ^2.0.10 - version: 2.0.10(react@18.3.1) - react-instantsearch: - specifier: ^7.13.7 - version: 7.13.7(algoliasearch@5.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - react-medium-image-zoom: - specifier: ^5.1.10 - version: 5.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.3.2)) - react-virtuoso: - specifier: ^4.7.7 - version: 4.7.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - rehype-katex: - specifier: ^7.0.0 - version: 7.0.0 - rehype-slug: - specifier: ^6.0.0 - version: 6.0.0 - remark-gemoji: - specifier: ^8.0.0 - version: 8.0.0 - remark-gfm: - specifier: ^4.0.0 - version: 4.0.0 - remark-math: - specifier: ^6.0.0 - version: 6.0.0 - remark-smartypants: - specifier: ^2.1.0 - version: 2.1.0 - selection-popover: - specifier: ^0.3.0 - version: 0.3.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - swr: - specifier: ^2.2.5 - version: 2.2.5(react@18.3.1) - three: - specifier: ^0.171.0 - version: 0.171.0 - tinycolor2: - specifier: ^1.6.0 - version: 1.6.0 - unified: - specifier: ^11.0.4 - version: 11.0.4 - unist-util-visit: - specifier: ^5.0.0 - version: 5.0.0 + sharp: + specifier: ^0.33.3 + version: 0.33.3 + ts-essentials: + specifier: ^10.0.1 + version: 10.0.1(typescript@5.7.2) url-join: specifier: 5.0.0 version: 5.0.0 - use-memo-one: - specifier: ^1.1.3 - version: 1.1.3(react@18.3.1) + webflow-api: + specifier: ^2.4.2 + version: 2.4.2 zod: specifier: ^3.23.8 version: 3.23.8 + optionalDependencies: + '@next/swc-darwin-arm64': + specifier: 14.2.9 + version: 14.2.9 + '@next/swc-darwin-x64': + specifier: 14.2.9 + version: 14.2.9 + '@next/swc-linux-x64-gnu': + specifier: 14.2.9 + version: 14.2.9 + '@next/swc-win32-x64-msvc': + specifier: 14.2.9 + version: 14.2.9 devDependencies: - '@chromatic-com/storybook': - specifier: ^1.3.5 - version: 1.3.5(react@18.3.1) '@fern-platform/configs': specifier: workspace:* version: link:../../configs - '@fern-ui/fern-docs-auth': - specifier: workspace:* - version: link:../fern-docs-auth - '@mdx-js/esbuild': - specifier: ^3.0.1 - version: 3.0.1(esbuild@0.20.2) - '@storybook/addon-essentials': - specifier: ^8.4.4 - version: 8.4.4(@types/react@18.3.3)(storybook@8.4.4(prettier@3.3.2))(webpack-sources@3.2.3) - '@storybook/addon-interactions': - specifier: ^8.4.4 - version: 8.4.4(storybook@8.4.4(prettier@3.3.2)) - '@storybook/addon-links': - specifier: ^8.4.4 - version: 8.4.4(react@18.3.1)(storybook@8.4.4(prettier@3.3.2)) - '@storybook/addon-onboarding': - specifier: ^8.4.4 - version: 8.4.4(react@18.3.1)(storybook@8.4.4(prettier@3.3.2)) - '@storybook/addon-themes': - specifier: ^8.4.4 - version: 8.4.4(storybook@8.4.4(prettier@3.3.2)) - '@storybook/blocks': - specifier: ^8.4.4 - version: 8.4.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.3.2)) - '@storybook/nextjs': - specifier: ^8.4.4 - version: 8.4.4(@fern-api/next@14.2.9-fork.2(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.47.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0))(@swc/core@1.5.7)(esbuild@0.20.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0)(storybook@8.4.4(prettier@3.3.2))(type-fest@4.21.0)(typescript@5.4.3)(webpack-hot-middleware@2.26.1)(webpack@5.94.0(@swc/core@1.5.7)(esbuild@0.20.2)) - '@storybook/react': - specifier: ^8.4.4 - version: 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(prettier@3.3.2)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.3.2))(typescript@5.4.3) - '@storybook/test': - specifier: ^8.4.4 - version: 8.4.4(storybook@8.4.4(prettier@3.3.2)) + '@next/bundle-analyzer': + specifier: 14.2.9 + version: 14.2.9 '@tailwindcss/forms': specifier: ^0.5.7 - version: 0.5.7(tailwindcss@3.4.3(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3))) + version: 0.5.7(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2))) '@tailwindcss/typography': specifier: ^0.5.10 - version: 0.5.13(tailwindcss@3.4.3(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3))) - '@testing-library/jest-dom': - specifier: ^6.4.2 - version: 6.4.5(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@18.19.33)(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)))(vitest@2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0)) - '@testing-library/react': - specifier: ^14.2.1 - version: 14.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@types/hast': - specifier: ^3.0.4 - version: 3.0.4 - '@types/jsonpath': - specifier: ^0.2.4 - version: 0.2.4 - '@types/mdx': - specifier: ^2.0.13 - version: 2.0.13 + version: 0.5.13(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2))) '@types/node': specifier: ^18.7.18 version: 18.19.33 - '@types/numeral': - specifier: ^2.0.5 - version: 2.0.5 '@types/react': specifier: ^18 version: 18.3.3 '@types/react-dom': specifier: ^18 version: 18.3.0 - '@types/react-test-renderer': - specifier: ^18.0.7 - version: 18.3.0 - '@types/three': - specifier: ^0.170.0 - version: 0.170.0 - '@types/tinycolor2': - specifier: ^1.4.6 - version: 1.4.6 - '@vitejs/plugin-react': - specifier: ^4.2.1 - version: 4.2.1(vite@5.4.10(@types/node@18.19.33)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0)) autoprefixer: specifier: ^10.4.16 version: 10.4.19(postcss@8.4.31) - chromatic: - specifier: ^11.3.0 - version: 11.3.2 depcheck: specifier: ^1.4.3 version: 1.4.7 eslint: - specifier: ^8.56.0 - version: 8.57.0 - eslint-plugin-storybook: - specifier: ^0.8.0 - version: 0.8.0(eslint@8.57.0)(typescript@5.4.3) - instantsearch.js: - specifier: 4.75.4 - version: 4.75.4(algoliasearch@5.13.0) - jsdom: - specifier: ^24.0.0 - version: 24.0.0 - next-router-mock: - specifier: ^0.9.13 - version: 0.9.13(@fern-api/next@14.2.9-fork.2(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.47.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0))(react@18.3.1) + specifier: 9.17.0 + version: 9.17.0(jiti@1.21.7) + glslify-import: + specifier: ^3.1.0 + version: 3.1.0 + glslify-loader: + specifier: ^2.0.0 + version: 2.0.0 organize-imports-cli: specifier: ^0.10.0 version: 0.10.0 - postcss-import: - specifier: ^16.0.1 - version: 16.1.0(postcss@8.4.31) + postcss: + specifier: 8.4.31 + version: 8.4.31 prettier: - specifier: ^3.3.2 - version: 3.3.2 - react-test-renderer: - specifier: ^18 - version: 18.3.1(react@18.3.1) + specifier: ^3.4.2 + version: 3.4.2 + raw-loader: + specifier: ^4.0.2 + version: 4.0.2(webpack@5.94.0(@swc/core@1.5.7)(esbuild@0.20.2)) sass: specifier: ^1.74.1 version: 1.77.0 - storybook: - specifier: ^8.4.4 - version: 8.4.4(prettier@3.3.2) stylelint: specifier: ^16.1.0 - version: 16.5.0(typescript@5.4.3) + version: 16.5.0(typescript@5.7.2) tailwindcss: - specifier: ^3.4.3 - version: 3.4.3(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)) + specifier: 3.4.17 + version: 3.4.17(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2)) + typescript: + specifier: 5.7.2 + version: 5.7.2 + vitest: + specifier: ^2.1.4 + version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) + + packages/fern-docs/cache: + dependencies: + '@fern-api/fdr-sdk': + specifier: workspace:* + version: link:../../fdr-sdk + '@fern-api/ui-core-utils': + specifier: workspace:* + version: link:../../commons/core-utils + '@fern-docs/utils': + specifier: workspace:* + version: link:../utils + '@vercel/kv': + specifier: ^2.0.0 + version: 2.0.0 + httpsnippet-lite: + specifier: ^3.0.5 + version: 3.0.5 ts-essentials: specifier: ^10.0.1 - version: 10.0.1(typescript@5.4.3) + version: 10.0.1(typescript@5.7.2) + devDependencies: + '@fern-platform/configs': + specifier: workspace:* + version: link:../../configs + '@types/node': + specifier: ^18.7.18 + version: 18.19.33 + depcheck: + specifier: ^1.4.3 + version: 1.4.7 + eslint: + specifier: 9.17.0 + version: 9.17.0(jiti@1.21.7) + organize-imports-cli: + specifier: ^0.10.0 + version: 0.10.0 + prettier: + specifier: ^3.4.2 + version: 3.4.2 + stylelint: + specifier: ^16.1.0 + version: 16.5.0(typescript@5.7.2) typescript: - specifier: 5.4.3 - version: 5.4.3 - vite: - specifier: ^5.4.10 - version: 5.4.10(@types/node@18.19.33)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) + specifier: 5.7.2 + version: 5.7.2 vitest: specifier: ^2.1.4 version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) - packages/ui/components: + packages/fern-docs/components: dependencies: '@emotion/is-prop-valid': specifier: ^1.2.2 version: 1.2.2 '@fern-ui/react-commons': specifier: workspace:* - version: link:../../commons/react/react-commons + version: link:../../commons/react-commons '@radix-ui/colors': specifier: ^3.0.0 version: 3.0.0 @@ -1553,7 +1034,7 @@ importers: version: 4.1.0 es-toolkit: specifier: ^1.24.0 - version: 1.27.0 + version: 1.30.0 iconoir-react: specifier: ^7.7.0 version: 7.7.0(react@18.3.1) @@ -1587,217 +1068,280 @@ importers: version: link:../../configs '@storybook/addon-essentials': specifier: ^8.4.4 - version: 8.4.4(@types/react@18.3.3)(storybook@8.4.4(prettier@3.3.2))(webpack-sources@3.2.3) + version: 8.4.4(@types/react@18.3.3)(storybook@8.4.4(prettier@3.4.2))(webpack-sources@3.2.3) '@storybook/addon-interactions': specifier: ^8.4.4 - version: 8.4.4(storybook@8.4.4(prettier@3.3.2)) + version: 8.4.4(storybook@8.4.4(prettier@3.4.2)) '@storybook/addon-links': specifier: ^8.4.4 - version: 8.4.4(react@18.3.1)(storybook@8.4.4(prettier@3.3.2)) + version: 8.4.4(react@18.3.1)(storybook@8.4.4(prettier@3.4.2)) '@storybook/addon-onboarding': specifier: ^8.4.4 - version: 8.4.4(react@18.3.1)(storybook@8.4.4(prettier@3.3.2)) + version: 8.4.4(react@18.3.1)(storybook@8.4.4(prettier@3.4.2)) '@storybook/addon-themes': specifier: ^8.4.4 - version: 8.4.4(storybook@8.4.4(prettier@3.3.2)) + version: 8.4.4(storybook@8.4.4(prettier@3.4.2)) '@storybook/blocks': specifier: ^8.4.4 - version: 8.4.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.3.2)) + version: 8.4.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.4.2)) '@storybook/react': specifier: ^8.4.4 - version: 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(prettier@3.3.2)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.3.2))(typescript@5.4.3) + version: 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(prettier@3.4.2)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.4.2))(typescript@5.7.2) '@storybook/react-vite': specifier: ^8.4.4 - version: 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(prettier@3.3.2)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(rollup@4.24.3)(storybook@8.4.4(prettier@3.3.2))(typescript@5.4.3)(vite@5.4.10(@types/node@18.19.33)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0))(webpack-sources@3.2.3) + version: 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(prettier@3.4.2)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(rollup@4.24.3)(storybook@8.4.4(prettier@3.4.2))(typescript@5.7.2)(vite@5.4.10(@types/node@18.19.33)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0))(webpack-sources@3.2.3) '@storybook/test': specifier: ^8.4.4 - version: 8.4.4(storybook@8.4.4(prettier@3.3.2)) + version: 8.4.4(storybook@8.4.4(prettier@3.4.2)) '@tailwindcss/forms': specifier: ^0.5.7 - version: 0.5.7(tailwindcss@3.4.3(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3))) + version: 0.5.7(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2))) '@tailwindcss/typography': specifier: ^0.5.10 - version: 0.5.13(tailwindcss@3.4.3(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3))) + version: 0.5.13(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2))) '@testing-library/jest-dom': specifier: ^6.4.2 - version: 6.4.5(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@18.19.33)(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)))(vitest@2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0)) + version: 6.5.0 '@testing-library/react': specifier: ^14.2.1 version: 14.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@types/date-fns': - specifier: ^2.6.3 - version: 2.6.3 '@types/node': specifier: ^18.7.18 version: 18.19.33 '@types/react': specifier: ^18 version: 18.3.3 - '@types/react-dom': - specifier: ^18 - version: 18.3.0 - '@types/react-test-renderer': - specifier: ^18.0.7 - version: 18.3.0 - '@vitejs/plugin-react': - specifier: ^4.2.1 - version: 4.2.1(vite@5.4.10(@types/node@18.19.33)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0)) - autoprefixer: - specifier: ^10.4.16 - version: 10.4.19(postcss@8.4.31) - chromatic: - specifier: ^11.3.0 - version: 11.3.2 + '@types/react-dom': + specifier: ^18 + version: 18.3.0 + '@types/react-test-renderer': + specifier: ^18.0.7 + version: 18.3.0 + '@vitejs/plugin-react': + specifier: ^4.2.1 + version: 4.2.1(vite@5.4.10(@types/node@18.19.33)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0)) + autoprefixer: + specifier: ^10.4.16 + version: 10.4.19(postcss@8.4.31) + chromatic: + specifier: ^11.3.0 + version: 11.18.1 + depcheck: + specifier: ^1.4.3 + version: 1.4.7 + eslint: + specifier: 9.17.0 + version: 9.17.0(jiti@1.21.7) + eslint-plugin-storybook: + specifier: ^0.8.0 + version: 0.8.0(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2) + jsdom: + specifier: ^24.0.0 + version: 24.0.0 + organize-imports-cli: + specifier: ^0.10.0 + version: 0.10.0 + postcss-import: + specifier: ^16.0.1 + version: 16.1.0(postcss@8.4.31) + prettier: + specifier: ^3.4.2 + version: 3.4.2 + react-test-renderer: + specifier: ^18 + version: 18.3.1(react@18.3.1) + sass: + specifier: ^1.74.1 + version: 1.77.0 + storybook: + specifier: ^8.4.4 + version: 8.4.4(prettier@3.4.2) + stylelint: + specifier: ^16.1.0 + version: 16.5.0(typescript@5.7.2) + tailwindcss: + specifier: 3.4.17 + version: 3.4.17(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2)) + typescript: + specifier: 5.7.2 + version: 5.7.2 + vite: + specifier: ^5.4.10 + version: 5.4.10(@types/node@18.19.33)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) + vitest: + specifier: ^2.1.4 + version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) + + packages/fern-docs/edge-config: + dependencies: + '@fern-docs/auth': + specifier: workspace:* + version: link:../auth + '@fern-docs/utils': + specifier: workspace:* + version: link:../utils + '@vercel/edge-config': + specifier: ^1.1.0 + version: 1.1.0(@opentelemetry/api@1.9.0)(typescript@5.7.2) + url-join: + specifier: 5.0.0 + version: 5.0.0 + zod: + specifier: ^3.23.8 + version: 3.23.8 + devDependencies: + '@fern-docs/search-utils': + specifier: workspace:* + version: link:../search-utils + '@fern-platform/configs': + specifier: workspace:* + version: link:../../configs + '@types/node': + specifier: ^18.7.18 + version: 18.19.33 + depcheck: + specifier: ^1.4.3 + version: 1.4.7 + eslint: + specifier: 9.17.0 + version: 9.17.0(jiti@1.21.7) + organize-imports-cli: + specifier: ^0.10.0 + version: 0.10.0 + prettier: + specifier: ^3.4.2 + version: 3.4.2 + stylelint: + specifier: ^16.1.0 + version: 16.5.0(typescript@5.7.2) + typescript: + specifier: 5.7.2 + version: 5.7.2 + vitest: + specifier: ^2.1.4 + version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) + + packages/fern-docs/icons-cdn: + dependencies: + '@fortawesome/fontawesome-svg-core': + specifier: ^6.5.1 + version: 6.5.2 + '@fortawesome/free-brands-svg-icons': + specifier: ^6.5.2 + version: 6.5.2 + '@fortawesome/pro-duotone-svg-icons': + specifier: ^6.5.2 + version: 6.5.2 + '@fortawesome/pro-light-svg-icons': + specifier: ^6.5.2 + version: 6.5.2 + '@fortawesome/pro-regular-svg-icons': + specifier: ^6.5.2 + version: 6.5.2 + '@fortawesome/pro-solid-svg-icons': + specifier: ^6.5.2 + version: 6.5.2 + '@fortawesome/pro-thin-svg-icons': + specifier: ^6.5.2 + version: 6.5.2 + '@fortawesome/sharp-light-svg-icons': + specifier: ^6.5.2 + version: 6.5.2 + '@fortawesome/sharp-regular-svg-icons': + specifier: ^6.5.2 + version: 6.5.2 + '@fortawesome/sharp-solid-svg-icons': + specifier: ^6.5.2 + version: 6.5.2 + '@fortawesome/sharp-thin-svg-icons': + specifier: ^6.5.2 + version: 6.5.2 + react: + specifier: 18.3.1 + version: 18.3.1 + react-dom: + specifier: 18.3.1 + version: 18.3.1(react@18.3.1) + optionalDependencies: + '@next/swc-darwin-arm64': + specifier: 14.2.9 + version: 14.2.9 + '@next/swc-darwin-x64': + specifier: 14.2.9 + version: 14.2.9 + '@next/swc-linux-x64-gnu': + specifier: 14.2.9 + version: 14.2.9 + '@next/swc-win32-x64-msvc': + specifier: 14.2.9 + version: 14.2.9 + devDependencies: + '@fern-platform/configs': + specifier: workspace:* + version: link:../../configs + '@next/bundle-analyzer': + specifier: 14.2.9 + version: 14.2.9 + '@types/node': + specifier: ^18.7.18 + version: 18.19.33 + '@types/react': + specifier: ^18 + version: 18.3.3 depcheck: specifier: ^1.4.3 version: 1.4.7 eslint: - specifier: ^8.56.0 - version: 8.57.0 - eslint-plugin-storybook: - specifier: ^0.8.0 - version: 0.8.0(eslint@8.57.0)(typescript@5.4.3) - jsdom: - specifier: ^24.0.0 - version: 24.0.0 + specifier: 9.17.0 + version: 9.17.0(jiti@1.21.7) + next: + specifier: npm:@fern-api/next@14.2.9-fork.2 + version: '@fern-api/next@14.2.9-fork.2(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.47.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0)' organize-imports-cli: specifier: ^0.10.0 version: 0.10.0 - postcss-import: - specifier: ^16.0.1 - version: 16.1.0(postcss@8.4.31) prettier: - specifier: ^3.3.2 - version: 3.3.2 - react-test-renderer: - specifier: ^18 - version: 18.3.1(react@18.3.1) - sass: - specifier: ^1.74.1 - version: 1.77.0 - storybook: - specifier: ^8.4.4 - version: 8.4.4(prettier@3.3.2) + specifier: ^3.4.2 + version: 3.4.2 stylelint: specifier: ^16.1.0 - version: 16.5.0(typescript@5.4.3) - tailwindcss: - specifier: ^3.4.3 - version: 3.4.3(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)) + version: 16.5.0(typescript@5.7.2) typescript: - specifier: 5.4.3 - version: 5.4.3 - vite: - specifier: ^5.4.10 - version: 5.4.10(@types/node@18.19.33)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) + specifier: 5.7.2 + version: 5.7.2 vitest: specifier: ^2.1.4 version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) - packages/ui/docs-bundle: + packages/fern-docs/local-preview-bundle: dependencies: - '@ai-sdk/anthropic': - specifier: ^1.0.5 - version: 1.0.5(zod@3.23.8) - '@ai-sdk/openai': - specifier: ^1.0.8 - version: 1.0.8(zod@3.23.8) - '@algolia/client-search': - specifier: ^5.15.0 - version: 5.15.0 - '@aws-sdk/client-s3': - specifier: ^3.685.0 - version: 3.685.0 - '@aws-sdk/s3-request-presigner': - specifier: ^3.685.0 - version: 3.685.0 + '@emotion/is-prop-valid': + specifier: ^1.2.2 + version: 1.2.2 '@fern-api/fdr-sdk': specifier: workspace:* version: link:../../fdr-sdk '@fern-api/ui-core-utils': specifier: workspace:* version: link:../../commons/core-utils - '@fern-fern/fern-docs-sdk': - specifier: 0.0.5 - version: 0.0.5 - '@fern-fern/proxy-sdk': - specifier: 0.0.26 - version: 0.0.26 - '@fern-ui/components': + '@fern-docs/components': specifier: workspace:* version: link:../components - '@fern-ui/fdr-utils': - specifier: workspace:* - version: link:../../commons/fdr-utils - '@fern-ui/fern-docs-auth': - specifier: workspace:* - version: link:../fern-docs-auth - '@fern-ui/fern-docs-edge-config': - specifier: workspace:* - version: link:../fern-docs-edge-config - '@fern-ui/fern-docs-mdx': - specifier: workspace:* - version: link:../fern-docs-mdx - '@fern-ui/fern-docs-search-server': + '@fern-docs/syntax-highlighter': specifier: workspace:* - version: link:../fern-docs-search-server - '@fern-ui/fern-docs-search-ui': + version: link:../syntax-highlighter + '@fern-docs/ui': specifier: workspace:* - version: link:../fern-docs-search-ui - '@fern-ui/fern-docs-server': + version: link:../ui + '@fern-docs/utils': specifier: workspace:* - version: link:../fern-docs-server - '@fern-ui/fern-docs-syntax-highlighter': + version: link:../utils + '@fern-platform/fdr-utils': specifier: workspace:* - version: link:../fern-docs-syntax-highlighter - '@fern-ui/fern-docs-utils': - specifier: workspace:* - version: link:../fern-docs-utils - '@fern-ui/search-utils': - specifier: workspace:* - version: link:../../commons/search-utils - '@fern-ui/ui': - specifier: workspace:* - version: link:../app - '@types/qs': - specifier: 6.9.14 - version: 6.9.14 - '@upstash/qstash': - specifier: ^2.7.16 - version: 2.7.16 - '@vercel/kv': - specifier: ^2.0.0 - version: 2.0.0 - '@workos-inc/node': - specifier: ^7.29.0 - version: 7.30.0(@fern-api/next@14.2.9-fork.2(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.47.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0))(express@4.21.1) - ai: - specifier: ^4.0.18 - version: 4.0.18(react@18.3.1)(zod@3.23.8) - algoliasearch: - specifier: ^5.13.0 - version: 5.13.0 + version: link:../../commons/fdr-utils cssnano: specifier: ^6.0.3 version: 6.1.2(postcss@8.4.31) - es-toolkit: - specifier: ^1.27.0 - version: 1.27.0 - esbuild: - specifier: 0.20.2 - version: 0.20.2 - feed: - specifier: ^4.2.2 - version: 4.2.2 - form-data: - specifier: 4.0.0 - version: 4.0.0 - iron-session: - specifier: ^8.0.3 - version: 8.0.3 - jose: - specifier: ^5.2.3 - version: 5.2.4 jsonpath: specifier: ^1.1.1 version: 1.1.1 @@ -1810,33 +1354,18 @@ importers: postcss-import: specifier: ^16.0.1 version: 16.1.0(postcss@8.4.31) - posthog-node: - specifier: ^4.2.1 - version: 4.2.1 - qs: - specifier: 6.12.0 - version: 6.12.0 react: specifier: 18.3.1 version: 18.3.1 react-dom: specifier: 18.3.1 version: 18.3.1(react@18.3.1) - sharp: - specifier: ^0.33.3 - version: 0.33.3 - ts-essentials: - specifier: ^10.0.1 - version: 10.0.1(typescript@5.4.3) + styled-jsx: + specifier: ^5.1.2 + version: 5.1.6(@babel/core@7.26.0)(react@18.3.1) url-join: specifier: 5.0.0 version: 5.0.0 - webflow-api: - specifier: ^2.4.2 - version: 2.4.2 - zod: - specifier: ^3.23.8 - version: 3.23.8 optionalDependencies: '@next/swc-darwin-arm64': specifier: 14.2.9 @@ -1859,10 +1388,10 @@ importers: version: 14.2.9 '@tailwindcss/forms': specifier: ^0.5.7 - version: 0.5.7(tailwindcss@3.4.3(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3))) + version: 0.5.7(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2))) '@tailwindcss/typography': specifier: ^0.5.10 - version: 0.5.13(tailwindcss@3.4.3(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3))) + version: 0.5.13(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2))) '@types/node': specifier: ^18.7.18 version: 18.19.33 @@ -1882,8 +1411,11 @@ importers: specifier: ^1.4.3 version: 1.4.7 eslint: - specifier: ^8.56.0 - version: 8.57.0 + specifier: 9.17.0 + version: 9.17.0(jiti@1.21.7) + express: + specifier: ^4.20.0 + version: 4.21.1 glslify-import: specifier: ^3.1.0 version: 3.1.0 @@ -1897,111 +1429,31 @@ importers: specifier: 8.4.31 version: 8.4.31 prettier: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.4.2 + version: 3.4.2 raw-loader: specifier: ^4.0.2 - version: 4.0.2(webpack@5.94.0(@swc/core@1.5.7)(esbuild@0.20.2)) + version: 4.0.2(webpack@5.94.0(@swc/core@1.5.7)) sass: specifier: ^1.74.1 version: 1.77.0 stylelint: specifier: ^16.1.0 - version: 16.5.0(typescript@5.4.3) + version: 16.5.0(typescript@5.7.2) tailwindcss: - specifier: ^3.4.3 - version: 3.4.3(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)) - typescript: - specifier: 5.4.3 - version: 5.4.3 - vitest: - specifier: ^2.1.4 - version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) - - packages/ui/fern-docs-auth: - dependencies: - zod: - specifier: ^3.23.8 - version: 3.23.8 - devDependencies: - '@fern-platform/configs': - specifier: workspace:* - version: link:../../configs - '@types/node': - specifier: ^18.7.18 - version: 18.19.33 - depcheck: - specifier: ^1.4.3 - version: 1.4.7 - eslint: - specifier: ^8.56.0 - version: 8.57.0 - organize-imports-cli: - specifier: ^0.10.0 - version: 0.10.0 - prettier: - specifier: ^3.3.2 - version: 3.3.2 - stylelint: - specifier: ^16.1.0 - version: 16.5.0(typescript@5.4.3) - typescript: - specifier: 5.4.3 - version: 5.4.3 - vitest: - specifier: ^2.1.4 - version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) - - packages/ui/fern-docs-edge-config: - dependencies: - '@fern-ui/fern-docs-auth': - specifier: workspace:* - version: link:../fern-docs-auth - '@fern-ui/fern-docs-utils': - specifier: workspace:* - version: link:../fern-docs-utils - '@vercel/edge-config': - specifier: ^1.1.0 - version: 1.1.0(@opentelemetry/api@1.9.0)(typescript@5.4.3) - url-join: - specifier: 5.0.0 - version: 5.0.0 - zod: - specifier: ^3.23.8 - version: 3.23.8 - devDependencies: - '@fern-platform/configs': - specifier: workspace:* - version: link:../../configs - '@fern-ui/search-utils': - specifier: workspace:* - version: link:../../commons/search-utils - '@types/node': - specifier: ^18.7.18 - version: 18.19.33 - depcheck: - specifier: ^1.4.3 - version: 1.4.7 - eslint: - specifier: ^8.56.0 - version: 8.57.0 - organize-imports-cli: - specifier: ^0.10.0 - version: 0.10.0 - prettier: - specifier: ^3.3.2 - version: 3.3.2 - stylelint: - specifier: ^16.1.0 - version: 16.5.0(typescript@5.4.3) + specifier: 3.4.17 + version: 3.4.17(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2)) typescript: - specifier: 5.4.3 - version: 5.4.3 + specifier: 5.7.2 + version: 5.7.2 vitest: specifier: ^2.1.4 version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) + ws: + specifier: ^8.17.1 + version: 8.18.0 - packages/ui/fern-docs-mdx: + packages/fern-docs/mdx: dependencies: '@fern-api/fdr-sdk': specifier: workspace:* @@ -2011,7 +1463,7 @@ importers: version: link:../../commons/core-utils '@types/estree': specifier: ^1.0.5 - version: 1.0.5 + version: 1.0.6 '@types/hast': specifier: ^3.0.4 version: 3.0.4 @@ -2026,7 +1478,7 @@ importers: version: 2.1.0 es-toolkit: specifier: ^1.27.0 - version: 1.27.0 + version: 1.30.0 estree-util-value-to-estree: specifier: ^3.1.2 version: 3.1.2 @@ -2084,9 +1536,6 @@ importers: micromark-extension-mdxjs: specifier: ^3.0.0 version: 3.0.0 - pnpm: - specifier: ^9.12.1 - version: 9.12.1 rehype-slug: specifier: ^6.0.0 version: 6.0.0 @@ -2095,7 +1544,7 @@ importers: version: 1.0.6 ts-essentials: specifier: ^10.0.1 - version: 10.0.1(typescript@5.4.3) + version: 10.0.1(typescript@5.7.2) unist-util-visit: specifier: ^5.0.0 version: 5.0.0 @@ -2113,25 +1562,68 @@ importers: specifier: ^1.4.3 version: 1.4.7 eslint: - specifier: ^8.56.0 - version: 8.57.0 + specifier: 9.17.0 + version: 9.17.0(jiti@1.21.7) + organize-imports-cli: + specifier: ^0.10.0 + version: 0.10.0 + prettier: + specifier: ^3.4.2 + version: 3.4.2 + stylelint: + specifier: ^16.1.0 + version: 16.5.0(typescript@5.7.2) + typescript: + specifier: 5.7.2 + version: 5.7.2 + vitest: + specifier: ^2.1.4 + version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) + + packages/fern-docs/next-seo: + dependencies: + '@fern-api/fdr-sdk': + specifier: workspace:* + version: link:../../fdr-sdk + next: + specifier: npm:@fern-api/next@14.2.9-fork.2 + version: '@fern-api/next@14.2.9-fork.2(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.47.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0)' + react: + specifier: 18.3.1 + version: 18.3.1 + devDependencies: + '@fern-platform/configs': + specifier: workspace:* + version: link:../../configs + '@types/node': + specifier: ^18.7.18 + version: 18.19.33 + '@types/react': + specifier: ^18 + version: 18.3.3 + depcheck: + specifier: ^1.4.3 + version: 1.4.7 + eslint: + specifier: 9.17.0 + version: 9.17.0(jiti@1.21.7) organize-imports-cli: specifier: ^0.10.0 version: 0.10.0 prettier: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.4.2 + version: 3.4.2 stylelint: specifier: ^16.1.0 - version: 16.5.0(typescript@5.4.3) + version: 16.5.0(typescript@5.7.2) typescript: - specifier: 5.4.3 - version: 5.4.3 + specifier: 5.7.2 + version: 5.7.2 vitest: specifier: ^2.1.4 version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) - packages/ui/fern-docs-search-server: + packages/fern-docs/search-server: dependencies: '@fern-api/fdr-sdk': specifier: workspace:* @@ -2139,12 +1631,12 @@ importers: '@fern-api/ui-core-utils': specifier: workspace:* version: link:../../commons/core-utils - '@fern-ui/fern-docs-mdx': + '@fern-docs/mdx': specifier: workspace:* - version: link:../fern-docs-mdx - '@fern-ui/fern-docs-utils': + version: link:../mdx + '@fern-docs/utils': specifier: workspace:* - version: link:../fern-docs-utils + version: link:../utils '@langchain/textsplitters': specifier: ^0.1.0 version: 0.1.0(@langchain/core@0.3.23) @@ -2156,7 +1648,7 @@ importers: version: 5.13.0 es-toolkit: specifier: ^1.27.0 - version: 1.27.0 + version: 1.30.0 html-entities: specifier: ^2.5.2 version: 2.5.2 @@ -2171,7 +1663,7 @@ importers: version: 9.12.1 ts-essentials: specifier: ^10.0.1 - version: 10.0.1(typescript@5.4.3) + version: 10.0.1(typescript@5.7.2) zod: specifier: ^3.23.8 version: 3.23.8 @@ -2192,25 +1684,25 @@ importers: specifier: ^1.4.3 version: 1.4.7 eslint: - specifier: ^8.56.0 - version: 8.57.0 + specifier: 9.17.0 + version: 9.17.0(jiti@1.21.7) organize-imports-cli: specifier: ^0.10.0 version: 0.10.0 prettier: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.4.2 + version: 3.4.2 stylelint: specifier: ^16.1.0 - version: 16.5.0(typescript@5.4.3) + version: 16.5.0(typescript@5.7.2) typescript: - specifier: 5.4.3 - version: 5.4.3 + specifier: 5.7.2 + version: 5.7.2 vitest: specifier: ^2.1.4 version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) - packages/ui/fern-docs-search-ui: + packages/fern-docs/search-ui: dependencies: '@ai-sdk/anthropic': specifier: ^1.0.5 @@ -2230,226 +1722,694 @@ importers: '@fern-api/ui-core-utils': specifier: workspace:* version: link:../../commons/core-utils - '@fern-ui/components': + '@fern-docs/components': + specifier: workspace:* + version: link:../components + '@fern-docs/search-server': + specifier: workspace:* + version: link:../search-server + '@fern-docs/syntax-highlighter': + specifier: workspace:* + version: link:../syntax-highlighter + '@fern-ui/react-commons': + specifier: workspace:* + version: link:../../commons/react-commons + '@radix-ui/primitive': + specifier: ^1.1.0 + version: 1.1.0 + '@radix-ui/react-compose-refs': + specifier: ^1.1.0 + version: 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-dialog': + specifier: ^1.1.2 + version: 1.1.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-dropdown-menu': + specifier: ^2.1.2 + version: 2.1.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-id': + specifier: ^1.1.0 + version: 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-label': + specifier: ^2.1.0 + version: 2.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-menubar': + specifier: ^1.1.2 + version: 1.1.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-popover': + specifier: ^1.1.2 + version: 1.1.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': + specifier: ^2.0.0 + version: 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-radio-group': + specifier: ^1.2.1 + version: 1.2.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-select': + specifier: ^2.1.2 + version: 2.1.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-separator': + specifier: ^1.1.0 + version: 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-slot': + specifier: ^1.1.0 + version: 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-tabs': + specifier: ^1.1.1 + version: 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-tooltip': + specifier: ^1.1.4 + version: 1.1.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-use-controllable-state': + specifier: ^1.1.0 + version: 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-visually-hidden': + specifier: ^1.1.0 + version: 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@vercel/kv': + specifier: ^2.0.0 + version: 2.0.0 + ai: + specifier: ^4.0.18 + version: 4.0.18(react@18.3.1)(zod@3.23.8) + algoliasearch: + specifier: ^5.13.0 + version: 5.13.0 + class-variance-authority: + specifier: ^0.7.1 + version: 0.7.1 + clsx: + specifier: ^2.1.1 + version: 2.1.1 + es-toolkit: + specifier: ^1.27.0 + version: 1.30.0 + instantsearch.js: + specifier: 4.75.4 + version: 4.75.4(algoliasearch@5.13.0) + jotai: + specifier: ^2.10.4 + version: 2.10.4(@types/react@18.3.3)(react@18.3.1) + lucide-react: + specifier: ^0.460.0 + version: 0.460.0(react@18.3.1) + next-themes: + specifier: ^0.4.3 + version: 0.4.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react-instantsearch: + specifier: ^7.13.7 + version: 7.13.7(algoliasearch@5.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react-instantsearch-nextjs: + specifier: ^0.3.17 + version: 0.3.17(@fern-api/next@14.2.9-fork.2(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.47.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0))(react-instantsearch@7.13.7(algoliasearch@5.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + react-markdown: + specifier: ^9.0.1 + version: 9.0.1(@types/react@18.3.3)(react@18.3.1) + remark-gfm: + specifier: ^4.0.0 + version: 4.0.0 + server-only: + specifier: ^0.0.1 + version: 0.0.1 + tailwind-merge: + specifier: ^2.3.0 + version: 2.3.0 + ts-essentials: + specifier: ^10.0.1 + version: 10.0.1(typescript@5.7.2) + unist-util-visit: + specifier: ^5.0.0 + version: 5.0.0 + zod: + specifier: ^3.23.8 + version: 3.23.8 + zustand: + specifier: ^5.0.2 + version: 5.0.2(@types/react@18.3.3)(immer@9.0.21)(react@18.3.1)(use-sync-external-store@1.2.2(react@18.3.1)) + devDependencies: + '@chromatic-com/storybook': + specifier: ^3.2.2 + version: 3.2.2(react@18.3.1)(storybook@8.4.4(prettier@3.4.2)) + '@storybook/addon-essentials': + specifier: ^8.4.4 + version: 8.4.4(@types/react@18.3.3)(storybook@8.4.4(prettier@3.4.2))(webpack-sources@3.2.3) + '@storybook/addon-interactions': + specifier: ^8.4.4 + version: 8.4.4(storybook@8.4.4(prettier@3.4.2)) + '@storybook/addon-onboarding': + specifier: ^8.4.4 + version: 8.4.4(react@18.3.1)(storybook@8.4.4(prettier@3.4.2)) + '@storybook/blocks': + specifier: ^8.4.4 + version: 8.4.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.4.2)) + '@storybook/nextjs': + specifier: ^8.4.4 + version: 8.4.4(@fern-api/next@14.2.9-fork.2(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.47.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0))(@swc/core@1.5.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0)(storybook@8.4.4(prettier@3.4.2))(type-fest@4.21.0)(typescript@5.7.2)(webpack-hot-middleware@2.26.1)(webpack@5.94.0(@swc/core@1.5.7)) + '@storybook/react': + specifier: ^8.4.4 + version: 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(prettier@3.4.2)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.4.2))(typescript@5.7.2) + '@storybook/test': + specifier: ^8.4.4 + version: 8.4.4(storybook@8.4.4(prettier@3.4.2)) + '@tailwindcss/typography': + specifier: ^0.5.10 + version: 0.5.13(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2))) + '@types/hast': + specifier: ^3.0.4 + version: 3.0.4 + '@types/mdast': + specifier: ^4.0.3 + version: 4.0.3 + '@types/react': + specifier: ^18 + version: 18.3.3 + '@types/react-dom': + specifier: ^18 + version: 18.3.0 + '@upstash/qstash': + specifier: ^2.7.16 + version: 2.7.16 + autoprefixer: + specifier: ^10.4.16 + version: 10.4.19(postcss@8.4.31) + cssnano: + specifier: ^6.0.3 + version: 6.1.2(postcss@8.4.31) + next: + specifier: npm:@fern-api/next@14.2.9-fork.2 + version: '@fern-api/next@14.2.9-fork.2(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.47.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0)' + postcss: + specifier: 8.4.31 + version: 8.4.31 + react: + specifier: 18.3.1 + version: 18.3.1 + react-dom: + specifier: 18.3.1 + version: 18.3.1(react@18.3.1) + storybook: + specifier: ^8.4.4 + version: 8.4.4(prettier@3.4.2) + swr: + specifier: ^2.2.5 + version: 2.2.5(react@18.3.1) + tailwindcss: + specifier: 3.4.17 + version: 3.4.17(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2)) + tailwindcss-animate: + specifier: ^1.0.7 + version: 1.0.7(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2))) + typescript: + specifier: 5.7.2 + version: 5.7.2 + + packages/fern-docs/search-utils: + dependencies: + '@fern-api/fdr-sdk': + specifier: workspace:* + version: link:../../fdr-sdk + '@fern-api/ui-core-utils': + specifier: workspace:* + version: link:../../commons/core-utils + devDependencies: + '@fern-platform/configs': + specifier: workspace:* + version: link:../../configs + '@inkeep/widgets': + specifier: ^0.2.288 + version: 0.2.288(@internationalized/date@3.5.4)(@types/react@19.0.2)(jsdom@24.0.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2) + '@types/node': + specifier: ^18.7.18 + version: 18.19.33 + depcheck: + specifier: ^1.4.3 + version: 1.4.7 + eslint: + specifier: 9.17.0 + version: 9.17.0(jiti@1.21.7) + instantsearch.js: + specifier: 4.75.4 + version: 4.75.4(algoliasearch@5.13.0) + organize-imports-cli: + specifier: ^0.10.0 + version: 0.10.0 + prettier: + specifier: ^3.4.2 + version: 3.4.2 + stylelint: + specifier: ^16.1.0 + version: 16.5.0(typescript@5.7.2) + ts-essentials: + specifier: ^10.0.1 + version: 10.0.1(typescript@5.7.2) + typescript: + specifier: 5.7.2 + version: 5.7.2 + vitest: + specifier: ^2.1.4 + version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) + + packages/fern-docs/syntax-highlighter: + dependencies: + '@fern-docs/components': + specifier: workspace:* + version: link:../components + '@fern-docs/mdx': + specifier: workspace:* + version: link:../mdx + clsx: + specifier: ^2.1.1 + version: 2.1.1 + es-toolkit: + specifier: ^1.27.0 + version: 1.30.0 + hast-util-to-jsx-runtime: + specifier: ^2.3.0 + version: 2.3.0 + hastscript: + specifier: ^9.0.0 + version: 9.0.0 + react-virtuoso: + specifier: ^4.7.7 + version: 4.7.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + shiki: + specifier: ^1.24.0 + version: 1.24.0 + devDependencies: + '@fern-platform/configs': + specifier: workspace:* + version: link:../../configs + '@types/hast': + specifier: ^3.0.4 + version: 3.0.4 + '@types/react': + specifier: ^18 + version: 18.3.3 + '@types/react-dom': + specifier: ^18 + version: 18.3.0 + react: + specifier: 18.3.1 + version: 18.3.1 + react-dom: + specifier: 18.3.1 + version: 18.3.1(react@18.3.1) + + packages/fern-docs/ui: + dependencies: + '@emotion/is-prop-valid': + specifier: ^1.2.2 + version: 1.2.2 + '@fern-api/fdr-sdk': + specifier: workspace:* + version: link:../../fdr-sdk + '@fern-api/template-resolver': + specifier: workspace:* + version: link:../../template-resolver + '@fern-api/ui-core-utils': + specifier: workspace:* + version: link:../../commons/core-utils + '@fern-docs/cache': + specifier: workspace:* + version: link:../cache + '@fern-docs/components': specifier: workspace:* version: link:../components - '@fern-ui/fern-docs-search-server': + '@fern-docs/mdx': specifier: workspace:* - version: link:../fern-docs-search-server - '@fern-ui/fern-docs-syntax-highlighter': + version: link:../mdx + '@fern-docs/next-seo': specifier: workspace:* - version: link:../fern-docs-syntax-highlighter + version: link:../next-seo + '@fern-docs/search-ui': + specifier: workspace:* + version: link:../search-ui + '@fern-docs/search-utils': + specifier: workspace:* + version: link:../search-utils + '@fern-docs/syntax-highlighter': + specifier: workspace:* + version: link:../syntax-highlighter + '@fern-docs/utils': + specifier: workspace:* + version: link:../utils + '@fern-platform/fdr-utils': + specifier: workspace:* + version: link:../../commons/fdr-utils + '@fern-ui/loadable': + specifier: workspace:* + version: link:../../commons/loadable '@fern-ui/react-commons': specifier: workspace:* - version: link:../../commons/react/react-commons - '@radix-ui/primitive': - specifier: ^1.1.0 - version: 1.1.0 - '@radix-ui/react-compose-refs': - specifier: ^1.1.0 - version: 1.1.0(@types/react@18.3.3)(react@18.3.1) + version: link:../../commons/react-commons + '@inkeep/widgets': + specifier: ^0.2.288 + version: 0.2.288(@internationalized/date@3.5.4)(@types/react@18.3.3)(jsdom@24.0.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2) + '@radix-ui/colors': + specifier: ^3.0.0 + version: 3.0.0 + '@radix-ui/react-accordion': + specifier: ^1.2.1 + version: 1.2.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-collapsible': + specifier: ^1.1.1 + version: 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-dialog': specifier: ^1.1.2 version: 1.1.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-dropdown-menu': - specifier: ^2.1.2 - version: 2.1.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-id': - specifier: ^1.1.0 - version: 1.1.0(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-label': - specifier: ^2.1.0 - version: 2.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-menubar': - specifier: ^1.1.2 - version: 1.1.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-popover': specifier: ^1.1.2 version: 1.1.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': - specifier: ^2.0.0 - version: 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-radio-group': - specifier: ^1.2.1 - version: 1.2.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-select': specifier: ^2.1.2 version: 2.1.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-separator': specifier: ^1.1.0 version: 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-slot': - specifier: ^1.1.0 - version: 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-tabs': specifier: ^1.1.1 version: 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-tooltip': specifier: ^1.1.4 version: 1.1.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-use-controllable-state': - specifier: ^1.1.0 - version: 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-visually-hidden': specifier: ^1.1.0 version: 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@vercel/kv': - specifier: ^2.0.0 - version: 2.0.0 - ai: - specifier: ^4.0.18 - version: 4.0.18(react@18.3.1)(zod@3.23.8) + '@react-three/drei': + specifier: ^9.120.4 + version: 9.120.4(@react-three/fiber@8.17.10(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.171.0))(@types/react@18.3.3)(@types/three@0.170.0)(immer@9.0.21)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.171.0)(use-sync-external-store@1.2.2(react@18.3.1)) + '@react-three/fiber': + specifier: ^8.17.10 + version: 8.17.10(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.171.0) + '@segment/snippet': + specifier: ^5.2.1 + version: 5.2.1 + '@types/nprogress': + specifier: ^0.2.3 + version: 0.2.3 algoliasearch: specifier: ^5.13.0 version: 5.13.0 - class-variance-authority: - specifier: ^0.7.1 - version: 0.7.1 + bezier-easing: + specifier: ^2.1.0 + version: 2.1.0 clsx: - specifier: ^2.1.1 + specifier: ^2.1.0 version: 2.1.1 + colorjs.io: + specifier: ^0.5.2 + version: 0.5.2 es-toolkit: specifier: ^1.27.0 - version: 1.27.0 - instantsearch.js: - specifier: 4.75.4 - version: 4.75.4(algoliasearch@5.13.0) + version: 1.30.0 + esbuild: + specifier: 0.20.2 + version: 0.20.2 + fastdom: + specifier: ^1.0.12 + version: 1.0.12 + framer-motion: + specifier: ^11.2.4 + version: 11.2.4(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + github-slugger: + specifier: ^2.0.0 + version: 2.0.0 + hast-util-to-jsx-runtime: + specifier: ^2.3.0 + version: 2.3.0 + hast-util-to-string: + specifier: ^3.0.0 + version: 3.0.0 + iconoir-react: + specifier: ^7.7.0 + version: 7.7.0(react@18.3.1) + jose: + specifier: ^5.2.3 + version: 5.6.3 jotai: specifier: ^2.10.4 version: 2.10.4(@types/react@18.3.3)(react@18.3.1) - lucide-react: - specifier: ^0.460.0 - version: 0.460.0(react@18.3.1) - next-themes: - specifier: ^0.4.3 - version: 0.4.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + jotai-effect: + specifier: ^1.0.5 + version: 1.0.5(jotai@2.10.4(@types/react@18.3.3)(react@18.3.1)) + jotai-location: + specifier: ^0.5.5 + version: 0.5.5(jotai@2.10.4(@types/react@18.3.3)(react@18.3.1)) + jsonpath: + specifier: ^1.1.1 + version: 1.1.1 + launchdarkly-js-client-sdk: + specifier: ^3.4.0 + version: 3.4.0 + mdx-bundler: + specifier: ^10.0.2 + version: 10.0.2(esbuild@0.20.2) + mermaid: + specifier: ^11.2.1 + version: 11.3.0 + moment: + specifier: ^2.30.1 + version: 2.30.1 + next: + specifier: npm:@fern-api/next@14.2.9-fork.2 + version: '@fern-api/next@14.2.9-fork.2(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.47.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0)' + next-mdx-remote: + specifier: ^5.0.0 + version: 5.0.0(@types/react@18.3.3)(react@18.3.1) + nprogress: + specifier: ^0.2.0 + version: 0.2.0 + numeral: + specifier: ^2.0.6 + version: 2.0.6 + parse-numeric-range: + specifier: ^1.3.0 + version: 1.3.0 + posthog-js: + specifier: ^1.154.5 + version: 1.154.5 + react: + specifier: 18.3.1 + version: 18.3.1 + react-dom: + specifier: 18.3.1 + version: 18.3.1(react@18.3.1) + react-error-boundary: + specifier: ^4.0.10 + version: 4.0.13(react@18.3.1) + react-feather: + specifier: ^2.0.10 + version: 2.0.10(react@18.3.1) react-instantsearch: specifier: ^7.13.7 version: 7.13.7(algoliasearch@5.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - react-instantsearch-nextjs: - specifier: ^0.3.17 - version: 0.3.17(@fern-api/next@14.2.9-fork.2(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.47.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0))(react-instantsearch@7.13.7(algoliasearch@5.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - react-markdown: - specifier: ^9.0.1 - version: 9.0.1(@types/react@18.3.3)(react@18.3.1) + react-medium-image-zoom: + specifier: ^5.1.10 + version: 5.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.4.2)) + react-virtuoso: + specifier: ^4.7.7 + version: 4.7.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + rehype-katex: + specifier: ^7.0.0 + version: 7.0.0 + rehype-slug: + specifier: ^6.0.0 + version: 6.0.0 + remark-gemoji: + specifier: ^8.0.0 + version: 8.0.0 remark-gfm: specifier: ^4.0.0 version: 4.0.0 - server-only: - specifier: ^0.0.1 - version: 0.0.1 - tailwind-merge: - specifier: ^2.3.0 - version: 2.3.0 - ts-essentials: - specifier: ^10.0.1 - version: 10.0.1(typescript@5.4.3) + remark-math: + specifier: ^6.0.0 + version: 6.0.0 + remark-smartypants: + specifier: ^2.1.0 + version: 2.1.0 + selection-popover: + specifier: ^0.3.0 + version: 0.3.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + swr: + specifier: ^2.2.5 + version: 2.2.5(react@18.3.1) + three: + specifier: ^0.171.0 + version: 0.171.0 + tinycolor2: + specifier: ^1.6.0 + version: 1.6.0 + unified: + specifier: ^11.0.4 + version: 11.0.4 unist-util-visit: specifier: ^5.0.0 version: 5.0.0 + url-join: + specifier: 5.0.0 + version: 5.0.0 + use-memo-one: + specifier: ^1.1.3 + version: 1.1.3(react@18.3.1) zod: specifier: ^3.23.8 version: 3.23.8 - zustand: - specifier: ^5.0.2 - version: 5.0.2(@types/react@18.3.3)(immer@9.0.21)(react@18.3.1)(use-sync-external-store@1.2.2(react@18.3.1)) devDependencies: '@chromatic-com/storybook': - specifier: ^3.2.2 - version: 3.2.2(react@18.3.1)(storybook@8.4.4(prettier@3.3.3)) + specifier: ^1.3.5 + version: 1.4.0(react@18.3.1) + '@fern-docs/auth': + specifier: workspace:* + version: link:../auth + '@fern-platform/configs': + specifier: workspace:* + version: link:../../configs + '@mdx-js/esbuild': + specifier: ^3.0.1 + version: 3.0.1(esbuild@0.20.2) '@storybook/addon-essentials': specifier: ^8.4.4 - version: 8.4.4(@types/react@18.3.3)(storybook@8.4.4(prettier@3.3.3))(webpack-sources@3.2.3) + version: 8.4.4(@types/react@18.3.3)(storybook@8.4.4(prettier@3.4.2))(webpack-sources@3.2.3) '@storybook/addon-interactions': specifier: ^8.4.4 - version: 8.4.4(storybook@8.4.4(prettier@3.3.3)) + version: 8.4.4(storybook@8.4.4(prettier@3.4.2)) + '@storybook/addon-links': + specifier: ^8.4.4 + version: 8.4.4(react@18.3.1)(storybook@8.4.4(prettier@3.4.2)) '@storybook/addon-onboarding': specifier: ^8.4.4 - version: 8.4.4(react@18.3.1)(storybook@8.4.4(prettier@3.3.3)) + version: 8.4.4(react@18.3.1)(storybook@8.4.4(prettier@3.4.2)) + '@storybook/addon-themes': + specifier: ^8.4.4 + version: 8.4.4(storybook@8.4.4(prettier@3.4.2)) '@storybook/blocks': specifier: ^8.4.4 - version: 8.4.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.3.3)) + version: 8.4.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.4.2)) '@storybook/nextjs': specifier: ^8.4.4 - version: 8.4.4(@fern-api/next@14.2.9-fork.2(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.47.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0))(@swc/core@1.5.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0)(storybook@8.4.4(prettier@3.3.3))(type-fest@4.21.0)(typescript@5.4.3)(webpack-hot-middleware@2.26.1)(webpack@5.94.0(@swc/core@1.5.7)) + version: 8.4.4(@fern-api/next@14.2.9-fork.2(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.47.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0))(@swc/core@1.5.7)(esbuild@0.20.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0)(storybook@8.4.4(prettier@3.4.2))(type-fest@4.21.0)(typescript@5.7.2)(webpack-hot-middleware@2.26.1)(webpack@5.94.0(@swc/core@1.5.7)(esbuild@0.20.2)) '@storybook/react': specifier: ^8.4.4 - version: 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(prettier@3.3.3)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.3.3))(typescript@5.4.3) + version: 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(prettier@3.4.2)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.4.2))(typescript@5.7.2) '@storybook/test': specifier: ^8.4.4 - version: 8.4.4(storybook@8.4.4(prettier@3.3.3)) + version: 8.4.4(storybook@8.4.4(prettier@3.4.2)) + '@tailwindcss/forms': + specifier: ^0.5.7 + version: 0.5.7(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2))) '@tailwindcss/typography': specifier: ^0.5.10 - version: 0.5.13(tailwindcss@3.4.3(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3))) + version: 0.5.13(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2))) + '@testing-library/jest-dom': + specifier: ^6.4.2 + version: 6.5.0 + '@testing-library/react': + specifier: ^14.3.1 + version: 14.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@types/hast': specifier: ^3.0.4 version: 3.0.4 - '@types/mdast': - specifier: ^4.0.3 - version: 4.0.3 + '@types/jsonpath': + specifier: ^0.2.4 + version: 0.2.4 + '@types/mdx': + specifier: ^2.0.13 + version: 2.0.13 + '@types/node': + specifier: ^18.7.18 + version: 18.19.33 + '@types/numeral': + specifier: ^2.0.5 + version: 2.0.5 '@types/react': specifier: ^18 version: 18.3.3 '@types/react-dom': specifier: ^18 version: 18.3.0 - '@upstash/qstash': - specifier: ^2.7.16 - version: 2.7.16 + '@types/three': + specifier: ^0.170.0 + version: 0.170.0 + '@types/tinycolor2': + specifier: ^1.4.6 + version: 1.4.6 + '@vitejs/plugin-react': + specifier: ^4.2.1 + version: 4.2.1(vite@5.4.10(@types/node@18.19.33)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0)) autoprefixer: specifier: ^10.4.16 version: 10.4.19(postcss@8.4.31) - cssnano: - specifier: ^6.0.3 - version: 6.1.2(postcss@8.4.31) - next: - specifier: npm:@fern-api/next@14.2.9-fork.2 - version: '@fern-api/next@14.2.9-fork.2(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.47.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0)' - postcss: - specifier: 8.4.31 - version: 8.4.31 - react: - specifier: 18.3.1 - version: 18.3.1 - react-dom: - specifier: 18.3.1 - version: 18.3.1(react@18.3.1) + chromatic: + specifier: ^11.3.0 + version: 11.18.1 + depcheck: + specifier: ^1.4.3 + version: 1.4.7 + eslint: + specifier: 9.17.0 + version: 9.17.0(jiti@1.21.7) + eslint-plugin-storybook: + specifier: ^0.8.0 + version: 0.8.0(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2) + express: + specifier: ^4.20.0 + version: 4.21.1 + instantsearch.js: + specifier: 4.75.4 + version: 4.75.4(algoliasearch@5.13.0) + jsdom: + specifier: ^24.0.0 + version: 24.0.0 + next-router-mock: + specifier: ^0.9.13 + version: 0.9.13(@fern-api/next@14.2.9-fork.2(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.47.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0))(react@18.3.1) + organize-imports-cli: + specifier: ^0.10.0 + version: 0.10.0 + postcss-import: + specifier: ^16.0.1 + version: 16.1.0(postcss@8.4.31) + prettier: + specifier: ^3.4.2 + version: 3.4.2 + sass: + specifier: ^1.74.1 + version: 1.77.0 storybook: specifier: ^8.4.4 - version: 8.4.4(prettier@3.3.3) - swr: - specifier: ^2.2.5 - version: 2.2.5(react@18.3.1) + version: 8.4.4(prettier@3.4.2) + stylelint: + specifier: ^16.1.0 + version: 16.5.0(typescript@5.7.2) tailwindcss: - specifier: ^3.4.3 - version: 3.4.3(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)) - tailwindcss-animate: - specifier: ^1.0.7 - version: 1.0.7(tailwindcss@3.4.3(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3))) + specifier: 3.4.17 + version: 3.4.17(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2)) + ts-essentials: + specifier: ^10.0.1 + version: 10.0.1(typescript@5.7.2) typescript: - specifier: 5.4.3 - version: 5.4.3 + specifier: 5.7.2 + version: 5.7.2 + vite: + specifier: ^5.4.10 + version: 5.4.10(@types/node@18.19.33)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) + vitest: + specifier: ^2.1.4 + version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) - packages/ui/fern-docs-server: + packages/fern-docs/utils: dependencies: '@fern-api/fdr-sdk': specifier: workspace:* version: link:../../fdr-sdk - '@fern-api/ui-core-utils': - specifier: workspace:* - version: link:../../commons/core-utils - '@fern-ui/fern-docs-utils': - specifier: workspace:* - version: link:../fern-docs-utils - '@vercel/kv': - specifier: ^2.0.0 - version: 2.0.0 - httpsnippet-lite: - specifier: ^3.0.5 - version: 3.0.5 - ts-essentials: - specifier: ^10.0.1 - version: 10.0.1(typescript@5.4.3) + next: + specifier: npm:@fern-api/next@14.2.9-fork.2 + version: '@fern-api/next@14.2.9-fork.2(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.47.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0)' + path-to-regexp: + specifier: 6.3.0 + version: 6.3.0 + url-join: + specifier: 5.0.0 + version: 5.0.0 devDependencies: '@fern-platform/configs': specifier: workspace:* @@ -2461,350 +2421,216 @@ importers: specifier: ^1.4.3 version: 1.4.7 eslint: - specifier: ^8.56.0 - version: 8.57.0 + specifier: 9.17.0 + version: 9.17.0(jiti@1.21.7) organize-imports-cli: specifier: ^0.10.0 version: 0.10.0 prettier: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.4.2 + version: 3.4.2 stylelint: specifier: ^16.1.0 - version: 16.5.0(typescript@5.4.3) + version: 16.5.0(typescript@5.7.2) typescript: - specifier: 5.4.3 - version: 5.4.3 + specifier: 5.7.2 + version: 5.7.2 vitest: specifier: ^2.1.4 version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) - packages/ui/fern-docs-syntax-highlighter: + packages/healthchecks: dependencies: - '@fern-ui/components': - specifier: workspace:* - version: link:../components - '@fern-ui/fern-docs-mdx': - specifier: workspace:* - version: link:../fern-docs-mdx - clsx: - specifier: ^2.1.1 - version: 2.1.1 - es-toolkit: - specifier: ^1.27.0 - version: 1.27.0 - hast-util-to-jsx-runtime: - specifier: ^2.3.0 - version: 2.3.0 - hastscript: - specifier: ^9.0.0 - version: 9.0.0 - react-virtuoso: - specifier: ^4.7.7 - version: 4.7.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - shiki: - specifier: ^1.24.0 - version: 1.24.0 + algoliasearch: + specifier: ^5.13.0 + version: 5.13.0 + console-table-printer: + specifier: ^2.12.0 + version: 2.12.0 + node-emoji: + specifier: ^2.1.3 + version: 2.1.3 devDependencies: - '@fern-platform/configs': - specifier: workspace:* - version: link:../../configs - '@types/hast': - specifier: ^3.0.4 - version: 3.0.4 - '@types/react': - specifier: ^18 - version: 18.3.3 - '@types/react-dom': - specifier: ^18 - version: 18.3.0 - react: - specifier: 18.3.1 - version: 18.3.1 - react-dom: - specifier: 18.3.1 - version: 18.3.1(react@18.3.1) - - packages/ui/fern-docs-utils: - dependencies: '@fern-api/fdr-sdk': specifier: workspace:* - version: link:../../fdr-sdk - next: - specifier: npm:@fern-api/next@14.2.9-fork.2 - version: '@fern-api/next@14.2.9-fork.2(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.47.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0)' - path-to-regexp: - specifier: 6.3.0 - version: 6.3.0 - url-join: - specifier: 5.0.0 - version: 5.0.0 - devDependencies: - '@fern-platform/configs': + version: link:../fdr-sdk + '@fern-api/ui-core-utils': specifier: workspace:* - version: link:../../configs + version: link:../commons/core-utils + '@fern-fern/vercel': + specifier: 0.0.7 + version: 0.0.7 + '@types/jest': + specifier: ^29.5.11 + version: 29.5.12 '@types/node': specifier: ^18.7.18 version: 18.19.33 + '@types/yargs': + specifier: ^17.0.32 + version: 17.0.32 + '@yarnpkg/esbuild-plugin-pnp': + specifier: ^3.0.0-rc.15 + version: 3.0.0-rc.15(esbuild@0.20.2) depcheck: specifier: ^1.4.3 version: 1.4.7 + esbuild: + specifier: 0.20.2 + version: 0.20.2 eslint: - specifier: ^8.56.0 - version: 8.57.0 + specifier: 9.17.0 + version: 9.17.0(jiti@1.21.7) organize-imports-cli: specifier: ^0.10.0 version: 0.10.0 prettier: - specifier: ^3.3.2 - version: 3.3.2 - stylelint: - specifier: ^16.1.0 - version: 16.5.0(typescript@5.4.3) + specifier: ^3.4.2 + version: 3.4.2 + tsup: + specifier: ^8.3.5 + version: 8.3.5(@swc/core@1.5.7)(jiti@1.21.7)(postcss@8.4.31)(tsx@4.19.2)(typescript@5.7.2)(yaml@2.4.2) typescript: - specifier: 5.4.3 - version: 5.4.3 + specifier: 5.7.2 + version: 5.7.2 vitest: specifier: ^2.1.4 version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) + yargs: + specifier: ^17.4.1 + version: 17.7.2 - packages/ui/fontawesome-cdn: + packages/parsers: dependencies: - '@fortawesome/fontawesome-svg-core': - specifier: ^6.5.1 - version: 6.5.2 - '@fortawesome/free-brands-svg-icons': - specifier: ^6.5.2 - version: 6.5.2 - '@fortawesome/pro-duotone-svg-icons': - specifier: ^6.5.2 - version: 6.5.2 - '@fortawesome/pro-light-svg-icons': - specifier: ^6.5.2 - version: 6.5.2 - '@fortawesome/pro-regular-svg-icons': - specifier: ^6.5.2 - version: 6.5.2 - '@fortawesome/pro-solid-svg-icons': - specifier: ^6.5.2 - version: 6.5.2 - '@fortawesome/pro-thin-svg-icons': - specifier: ^6.5.2 - version: 6.5.2 - '@fortawesome/sharp-light-svg-icons': - specifier: ^6.5.2 - version: 6.5.2 - '@fortawesome/sharp-regular-svg-icons': - specifier: ^6.5.2 - version: 6.5.2 - '@fortawesome/sharp-solid-svg-icons': - specifier: ^6.5.2 - version: 6.5.2 - '@fortawesome/sharp-thin-svg-icons': - specifier: ^6.5.2 - version: 6.5.2 - react: - specifier: 18.3.1 - version: 18.3.1 - react-dom: - specifier: 18.3.1 - version: 18.3.1(react@18.3.1) - optionalDependencies: - '@next/swc-darwin-arm64': - specifier: 14.2.9 - version: 14.2.9 - '@next/swc-darwin-x64': - specifier: 14.2.9 - version: 14.2.9 - '@next/swc-linux-x64-gnu': - specifier: 14.2.9 - version: 14.2.9 - '@next/swc-win32-x64-msvc': - specifier: 14.2.9 - version: 14.2.9 + '@fern-api/logger': + specifier: 0.4.24-rc1 + version: 0.4.24-rc1 + '@fern-api/ui-core-utils': + specifier: workspace:* + version: link:../commons/core-utils + es-toolkit: + specifier: ^1.24.0 + version: 1.27.0 + openapi-types: + specifier: ^12.1.3 + version: 12.1.3 + ts-essentials: + specifier: ^10.0.1 + version: 10.0.1(typescript@5.7.2) + uuid: + specifier: ^9.0.0 + version: 9.0.1 + vitest: + specifier: ^2.1.4 + version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@22.5.5)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) + whatwg-mimetype: + specifier: ^4.0.0 + version: 4.0.0 devDependencies: + '@fern-fern/docs-parsers-fern-definition': + specifier: ^0.0.3 + version: 0.0.3 '@fern-platform/configs': specifier: workspace:* - version: link:../../configs - '@next/bundle-analyzer': - specifier: 14.2.9 - version: 14.2.9 + version: link:../configs + '@types/uuid': + specifier: ^9.0.1 + version: 9.0.8 + '@types/whatwg-mimetype': + specifier: ^3.0.2 + version: 3.0.2 + js-yaml: + specifier: ^4.1.0 + version: 4.1.0 + + packages/scripts: + dependencies: + chalk: + specifier: ^5.3.0 + version: 5.3.0 + execa: + specifier: ^9.5.1 + version: 9.5.1 + js-yaml: + specifier: ^4.1.0 + version: 4.1.0 + ts-essentials: + specifier: ^10.0.1 + version: 10.0.1(typescript@5.7.2) + yargs: + specifier: ^17.4.1 + version: 17.7.2 + devDependencies: + '@fern-platform/configs': + specifier: workspace:* + version: link:../configs + '@types/js-yaml': + specifier: ^4.0.5 + version: 4.0.9 '@types/node': specifier: ^18.7.18 version: 18.19.33 - '@types/react': - specifier: ^18 - version: 18.3.3 + '@types/yargs': + specifier: ^17.0.32 + version: 17.0.32 depcheck: specifier: ^1.4.3 version: 1.4.7 eslint: - specifier: ^8.56.0 - version: 8.57.0 - next: - specifier: npm:@fern-api/next@14.2.9-fork.2 - version: '@fern-api/next@14.2.9-fork.2(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.47.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0)' + specifier: 9.17.0 + version: 9.17.0(jiti@1.21.7) organize-imports-cli: specifier: ^0.10.0 version: 0.10.0 prettier: - specifier: ^3.3.2 - version: 3.3.2 - stylelint: - specifier: ^16.1.0 - version: 16.5.0(typescript@5.4.3) + specifier: ^3.4.2 + version: 3.4.2 typescript: - specifier: 5.4.3 - version: 5.4.3 + specifier: 5.7.2 + version: 5.7.2 vitest: specifier: ^2.1.4 version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) - packages/ui/local-preview-bundle: + packages/template-resolver: dependencies: - '@emotion/is-prop-valid': - specifier: ^1.2.2 - version: 1.2.2 - '@fern-api/fdr-sdk': - specifier: workspace:* - version: link:../../fdr-sdk - '@fern-api/ui-core-utils': - specifier: workspace:* - version: link:../../commons/core-utils - '@fern-ui/components': - specifier: workspace:* - version: link:../components - '@fern-ui/fdr-utils': - specifier: workspace:* - version: link:../../commons/fdr-utils - '@fern-ui/fern-docs-syntax-highlighter': - specifier: workspace:* - version: link:../fern-docs-syntax-highlighter - '@fern-ui/fern-docs-utils': - specifier: workspace:* - version: link:../fern-docs-utils - '@fern-ui/ui': - specifier: workspace:* - version: link:../app - cssnano: - specifier: ^6.0.3 - version: 6.1.2(postcss@8.4.31) - jsonpath: - specifier: ^1.1.1 - version: 1.1.1 - next: - specifier: npm:@fern-api/next@14.2.9-fork.2 - version: '@fern-api/next@14.2.9-fork.2(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.47.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0)' - node-fetch: - specifier: 2.7.0 - version: 2.7.0 - postcss-import: - specifier: ^16.0.1 - version: 16.1.0(postcss@8.4.31) - react: - specifier: 18.3.1 - version: 18.3.1 - react-dom: - specifier: 18.3.1 - version: 18.3.1(react@18.3.1) - styled-jsx: - specifier: ^5.1.2 - version: 5.1.3(@babel/core@7.26.0)(react@18.3.1) - url-join: - specifier: 5.0.0 - version: 5.0.0 - optionalDependencies: - '@next/swc-darwin-arm64': - specifier: 14.2.9 - version: 14.2.9 - '@next/swc-darwin-x64': - specifier: 14.2.9 - version: 14.2.9 - '@next/swc-linux-x64-gnu': - specifier: 14.2.9 - version: 14.2.9 - '@next/swc-win32-x64-msvc': - specifier: 14.2.9 - version: 14.2.9 + '@fern-fern/fdr-cjs-sdk': + specifier: 0.116.5-873e41db0 + version: 0.116.5-873e41db0 + prettier: + specifier: ^3.4.2 + version: 3.4.2 devDependencies: '@fern-platform/configs': specifier: workspace:* - version: link:../../configs - '@next/bundle-analyzer': - specifier: 14.2.9 - version: 14.2.9 - '@tailwindcss/forms': - specifier: ^0.5.7 - version: 0.5.7(tailwindcss@3.4.3(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3))) - '@tailwindcss/typography': - specifier: ^0.5.10 - version: 0.5.13(tailwindcss@3.4.3(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3))) + version: link:../configs + '@types/jest': + specifier: ^29.0.3 + version: 29.5.12 '@types/node': specifier: ^18.7.18 version: 18.19.33 - '@types/node-fetch': - specifier: 2.6.9 - version: 2.6.9 - '@types/react': - specifier: ^18 - version: 18.3.3 - '@types/react-dom': - specifier: ^18 - version: 18.3.0 - autoprefixer: - specifier: ^10.4.16 - version: 10.4.19(postcss@8.4.31) depcheck: - specifier: ^1.4.3 + specifier: ^1.4.6 version: 1.4.7 eslint: - specifier: ^8.56.0 - version: 8.57.0 - express: - specifier: ^4.20.0 - version: 4.21.1 - glslify-import: - specifier: ^3.1.0 - version: 3.1.0 - glslify-loader: - specifier: ^2.0.0 - version: 2.0.0 + specifier: 9.17.0 + version: 9.17.0(jiti@1.21.7) + jest: + specifier: ^29.7.0 + version: 29.7.0(@types/node@18.19.33)(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2)) organize-imports-cli: specifier: ^0.10.0 version: 0.10.0 - postcss: - specifier: 8.4.31 - version: 8.4.31 - prettier: - specifier: ^3.3.2 - version: 3.3.2 - raw-loader: - specifier: ^4.0.2 - version: 4.0.2(webpack@5.94.0(@swc/core@1.5.7)) - sass: - specifier: ^1.74.1 - version: 1.77.0 - stylelint: - specifier: ^16.1.0 - version: 16.5.0(typescript@5.4.3) - tailwindcss: - specifier: ^3.4.3 - version: 3.4.3(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)) typescript: - specifier: 5.4.3 - version: 5.4.3 - vitest: - specifier: ^2.1.4 - version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) - ws: - specifier: ^8.17.1 - version: 8.18.0 + specifier: 5.7.2 + version: 5.7.2 playwright/forward-proxy/nextjs-proxy: dependencies: next: - specifier: npm:@fern-api/next@14.2.9-fork.2 - version: '@fern-api/next@14.2.9-fork.2(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.47.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0)' + specifier: 15.1.2 + version: 15.1.2(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.47.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0) react: specifier: 18.3.1 version: 18.3.1 @@ -2812,24 +2638,27 @@ importers: specifier: 18.3.1 version: 18.3.1(react@18.3.1) devDependencies: + '@eslint/eslintrc': + specifier: ^3.2.0 + version: 3.2.0 + '@eslint/js': + specifier: ^9.17.0 + version: 9.17.0 '@types/node': specifier: ^20 version: 20.12.12 '@types/react': - specifier: ^18 - version: 18.3.3 + specifier: 19.0.2 + version: 19.0.2 '@types/react-dom': - specifier: ^18 - version: 18.3.0 + specifier: 19.0.2 + version: 19.0.2(@types/react@19.0.2) eslint: - specifier: ^8 - version: 8.57.0 - eslint-config-next: - specifier: 14.2.15 - version: 14.2.15(eslint@8.57.0)(typescript@5.4.3) + specifier: 9.17.0 + version: 9.17.0(jiti@1.21.7) typescript: - specifier: ^5 - version: 5.4.3 + specifier: 5.7.2 + version: 5.7.2 servers/fdr: dependencies: @@ -2854,15 +2683,15 @@ importers: '@fern-api/venus-api-sdk': specifier: ^0.10.1-5-ged06d22 version: 0.10.1-5-ged06d22 + '@fern-docs/search-server': + specifier: workspace:* + version: link:../../packages/fern-docs/search-server '@fern-fern/fern-docs-sdk': specifier: 0.0.5 version: 0.0.5 '@fern-fern/revalidation-sdk': specifier: 0.0.9 version: 0.0.9 - '@fern-ui/fern-docs-search-server': - specifier: workspace:* - version: link:../../packages/ui/fern-docs-search-server '@prisma/client': specifier: 5.13.0 version: 5.13.0(prisma@5.13.0) @@ -2991,8 +2820,8 @@ importers: specifier: ^6.0.0 version: 6.0.0 eslint: - specifier: ^8.56.0 - version: 8.57.0 + specifier: 9.17.0 + version: 9.17.0(jiti@1.21.7) execa: specifier: ^9.5.1 version: 9.5.1 @@ -3000,8 +2829,8 @@ importers: specifier: ^3.0.0 version: 3.1.0 prettier: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.4.2 + version: 3.4.2 prisma: specifier: 5.13.0 version: 5.13.0 @@ -3009,8 +2838,8 @@ importers: specifier: ^4.7.1 version: 4.9.3 typescript: - specifier: 5.4.3 - version: 5.4.3 + specifier: 5.7.2 + version: 5.7.2 vitest: specifier: ^2.1.4 version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@22.5.5)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) @@ -3049,17 +2878,17 @@ importers: specifier: ^2.139.0 version: 2.141.0 prettier: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.4.2 + version: 3.4.2 redis-cli: specifier: ^2.1.2 version: 2.1.2 ts-node: specifier: ^10.9.1 - version: 10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3) + version: 10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2) typescript: - specifier: 5.4.3 - version: 5.4.3 + specifier: 5.7.2 + version: 5.7.2 vitest: specifier: ^2.1.4 version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) @@ -3174,13 +3003,13 @@ importers: version: 1.52.1(esbuild@0.20.2) ts-node: specifier: ^10.4.0 - version: 10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@4.9.5) + version: 10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2) tsconfig-paths: specifier: ^3.9.0 version: 3.15.0 typescript: - specifier: ^4.1.3 - version: 4.9.5 + specifier: 5.7.2 + version: 5.7.2 vitest: specifier: ^2.1.4 version: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) @@ -3613,10 +3442,6 @@ packages: resolution: {integrity: sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==} engines: {node: '>=6.9.0'} - '@babel/helper-annotate-as-pure@7.22.5': - resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} - engines: {node: '>=6.9.0'} - '@babel/helper-annotate-as-pure@7.25.9': resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==} engines: {node: '>=6.9.0'} @@ -3629,12 +3454,6 @@ packages: resolution: {integrity: sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==} engines: {node: '>=6.9.0'} - '@babel/helper-create-class-features-plugin@7.24.5': - resolution: {integrity: sha512-uRc4Cv8UQWnE4NXlYTIIdM7wfFkOqlFztcC/gVXDKohKoVB3OyonfelUBaJzSwpBntZ2KYGF/9S7asCHsXwW6g==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': 7.26.0 - '@babel/helper-create-class-features-plugin@7.25.9': resolution: {integrity: sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==} engines: {node: '>=6.9.0'} @@ -3664,10 +3483,6 @@ packages: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} - '@babel/helper-member-expression-to-functions@7.24.5': - resolution: {integrity: sha512-4owRteeihKWKamtqg4JmWSsEZU445xpFRXPEwp44HbgbxdWlUV1b4Agg4lkA806Lil5XM/e+FJyS0vj5T6vmcA==} - engines: {node: '>=6.9.0'} - '@babel/helper-member-expression-to-functions@7.25.9': resolution: {integrity: sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==} engines: {node: '>=6.9.0'} @@ -3682,18 +3497,10 @@ packages: peerDependencies: '@babel/core': 7.26.0 - '@babel/helper-optimise-call-expression@7.22.5': - resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} - engines: {node: '>=6.9.0'} - '@babel/helper-optimise-call-expression@7.25.9': resolution: {integrity: sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==} engines: {node: '>=6.9.0'} - '@babel/helper-plugin-utils@7.24.5': - resolution: {integrity: sha512-xjNLDopRzW2o6ba0gKbkZq5YWEBaK3PCyTOY1K2P/O07LGMhMqlMXPxwN4S5/RhWuCobT8z0jrlKGlYmeR1OhQ==} - engines: {node: '>=6.9.0'} - '@babel/helper-plugin-utils@7.25.9': resolution: {integrity: sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==} engines: {node: '>=6.9.0'} @@ -3704,12 +3511,6 @@ packages: peerDependencies: '@babel/core': 7.26.0 - '@babel/helper-replace-supers@7.24.1': - resolution: {integrity: sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': 7.26.0 - '@babel/helper-replace-supers@7.25.9': resolution: {integrity: sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==} engines: {node: '>=6.9.0'} @@ -3720,10 +3521,6 @@ packages: resolution: {integrity: sha512-c6WHXuiaRsJTyHYLJV75t9IqsmTbItYfdj99PnzYGQZkYKvan5/2jKJ7gu31J3/BJ/A18grImSPModuyG/Eo0Q==} engines: {node: '>=6.9.0'} - '@babel/helper-skip-transparent-expression-wrappers@7.22.5': - resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} - engines: {node: '>=6.9.0'} - '@babel/helper-skip-transparent-expression-wrappers@7.25.9': resolution: {integrity: sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==} engines: {node: '>=6.9.0'} @@ -3830,17 +3627,6 @@ packages: peerDependencies: '@babel/core': 7.26.0 - '@babel/plugin-syntax-export-namespace-from@7.8.3': - resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} - peerDependencies: - '@babel/core': 7.26.0 - - '@babel/plugin-syntax-import-assertions@7.24.1': - resolution: {integrity: sha512-IuwnI5XnuF189t91XbxmXeCDz3qs6iDRO7GJ++wcfgeXNs/8FmIlKcpDSXNVyuLQxlwvskmI3Ct73wUODkJBlQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': 7.26.0 - '@babel/plugin-syntax-import-assertions@7.26.0': resolution: {integrity: sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==} engines: {node: '>=6.9.0'} @@ -3959,12 +3745,6 @@ packages: peerDependencies: '@babel/core': 7.26.0 - '@babel/plugin-transform-class-properties@7.24.1': - resolution: {integrity: sha512-OMLCXi0NqvJfORTaPQBwqLXHhb93wkBKZ4aNwMl6WtehO7ar+cmp+89iPEQPqxAnxsOKTaMcs3POz3rKayJ72g==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': 7.26.0 - '@babel/plugin-transform-class-properties@7.25.9': resolution: {integrity: sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==} engines: {node: '>=6.9.0'} @@ -4025,12 +3805,6 @@ packages: peerDependencies: '@babel/core': 7.26.0 - '@babel/plugin-transform-export-namespace-from@7.24.1': - resolution: {integrity: sha512-Ft38m/KFOyzKw2UaJFkWG9QnHPG/Q/2SkOrRk4pNBPg5IPZ+dOxcmkK5IyuBcxiNPyyYowPGUReyBvrvZs7IlQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': 7.26.0 - '@babel/plugin-transform-export-namespace-from@7.25.9': resolution: {integrity: sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==} engines: {node: '>=6.9.0'} @@ -4115,24 +3889,12 @@ packages: peerDependencies: '@babel/core': 7.26.0 - '@babel/plugin-transform-numeric-separator@7.24.1': - resolution: {integrity: sha512-7GAsGlK4cNL2OExJH1DzmDeKnRv/LXq0eLUSvudrehVA5Rgg4bIrqEUW29FbKMBRT0ztSqisv7kjP+XIC4ZMNw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': 7.26.0 - '@babel/plugin-transform-numeric-separator@7.25.9': resolution: {integrity: sha512-TlprrJ1GBZ3r6s96Yq8gEQv82s8/5HnCVHtEJScUj90thHQbwe+E5MLhi2bbNHBEJuzrvltXSru+BUxHDoog7Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': 7.26.0 - '@babel/plugin-transform-object-rest-spread@7.24.5': - resolution: {integrity: sha512-7EauQHszLGM3ay7a161tTQH7fj+3vVM/gThlz5HpFtnygTxjrlvoeq7MPVA1Vy9Q555OB8SnAOsMkLShNkkrHA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': 7.26.0 - '@babel/plugin-transform-object-rest-spread@7.25.9': resolution: {integrity: sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==} engines: {node: '>=6.9.0'} @@ -4157,12 +3919,6 @@ packages: peerDependencies: '@babel/core': 7.26.0 - '@babel/plugin-transform-parameters@7.24.5': - resolution: {integrity: sha512-9Co00MqZ2aoky+4j2jhofErthm6QVLKbpQrvz20c3CH9KQCLHyNB+t2ya4/UrRpQGR+Wrwjg9foopoeSdnHOkA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': 7.26.0 - '@babel/plugin-transform-parameters@7.25.9': resolution: {integrity: sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==} engines: {node: '>=6.9.0'} @@ -4394,10 +4150,6 @@ packages: resolution: {integrity: sha512-YstAqNb0MCN8PjdLCDfRsBcGVRN41f3vgLvaI0IrIcBp4AqILRSS0DeWNGkicC+f/zRIPJLc+9RURVSepwvfBw==} hasBin: true - '@chromatic-com/storybook@1.3.5': - resolution: {integrity: sha512-Eunwu6qCvEHSOCaI0SHsAHJKhHOho+/yHguES34Afi8WZAOq2bw50U8GTQMSft76My87QFlPkCt/Qak4H3MAZw==} - engines: {node: '>=16.0.0', yarn: '>=1.22.18'} - '@chromatic-com/storybook@1.4.0': resolution: {integrity: sha512-CpskwN1RsgaDMSe7mnwrmst9XeLfvrSbCJOc/eaHIDzhSiKhdbbEF83cYjMYnvODPMW8QNVdw9gWMh+yzBQtSw==} engines: {node: '>=16.0.0', yarn: '>=1.22.18'} @@ -4468,6 +4220,9 @@ packages: '@emnapi/runtime@1.1.1': resolution: {integrity: sha512-3bfqkzuR1KLx57nZfjr2NLnFOobvyS0aTszaEGCGqmYMVDRaGvgIZbjGSV/MHSSmLgQ/b9JFHQ5xm5WRZYd+XQ==} + '@emnapi/runtime@1.3.1': + resolution: {integrity: sha512-kEBmG8KyqtxJZv+ygbEim+KCGtIq1fC22Ms3S4ziXmYKm8uyoLX0MHONVKwp+9opg390VaKRNt4a7A9NwmpNhw==} + '@emotion/is-prop-valid@0.8.8': resolution: {integrity: sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==} @@ -4627,19 +4382,48 @@ packages: resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 + eslint: 9.17.0 '@eslint-community/regexpp@4.10.0': resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} - '@eslint/eslintrc@2.1.4': - resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + '@eslint-community/regexpp@4.12.1': + resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==} + engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + + '@eslint/compat@1.2.4': + resolution: {integrity: sha512-S8ZdQj/N69YAtuqFt7653jwcvuUj131+6qGLUyDqfDg1OIoBQ66OCuXC473YQfO2AaxITTutiRQiDwoo7ZLYyg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: 9.17.0 + peerDependenciesMeta: + eslint: + optional: true + + '@eslint/config-array@0.19.1': + resolution: {integrity: sha512-fo6Mtm5mWyKjA/Chy1BYTdn5mGJoDNjC7C64ug20ADsRDGrA85bN3uK3MaKbeRkRuuIEAR5N33Jr1pbm411/PA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@eslint/core@0.9.1': + resolution: {integrity: sha512-GuUdqkyyzQI5RMIWkHhvTWLCyLo1jNK3vzkSyaExH5kHPDHcuL2VOpHjmMY+y3+NC69qAKToBqldTBgYeLSr9Q==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@eslint/eslintrc@3.2.0': + resolution: {integrity: sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@eslint/js@9.17.0': + resolution: {integrity: sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/js@8.57.0': - resolution: {integrity: sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + '@eslint/object-schema@2.1.5': + resolution: {integrity: sha512-o0bhxnL89h5Bae5T318nFoFzGy+YE5i/gGkoPAgkmTVdRKTiv3p8JHevPiPaMwoloKfEiiaHlawCqaZMqRm+XQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@eslint/plugin-kit@0.2.4': + resolution: {integrity: sha512-zSkKow6H5Kdm0ZUQUB2kV5JIXqoG0+uH5YADhaEHswm664N9Db8dXSi0nMJpacpMf+MyyglF1vnZohpEg5yUtg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@fal-works/esbuild-plugin-global-externals@2.1.2': resolution: {integrity: sha512-cEee/Z+I12mZcFJshKcCqC8tuX5hG3s+d+9nZ3LabqKF1vKdF41B92pJVCBggjAGORAeOzyyDDKrZwIkLffeOQ==} @@ -4695,9 +4479,6 @@ packages: '@fern-fern/paged-generators-sdk@0.0.5706': resolution: {integrity: sha512-E+qk3MT+opUqt4JXPw4OQ/2GwssUk5GJvLY3ytwIT7BQ/8F3/IVDqcpOP6/wByVCwU0UKRGJQUf/HrUwbk0XYA==} - '@fern-fern/proxy-sdk@0.0.26': - resolution: {integrity: sha512-BEt0sfP5VcyDe4cipSSaDZ6jf4CgNaq0SlsqyEi64vC14VCeVupes9WLBExdMsCXK8ve7ov9E54Eh6ccpb+8UA==} - '@fern-fern/revalidation-sdk@0.0.9': resolution: {integrity: sha512-iZhm1odMdgWqlJi8B6lUPkza8YFfPz6iAhLfTkTnG4cpgPLER4sdQ8tlO+sUcGJF07Z3KkCRKmD6k54wNhv6Gg==} @@ -4796,18 +4577,25 @@ packages: '@hapi/topo@5.1.0': resolution: {integrity: sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==} - '@humanwhocodes/config-array@0.11.14': - resolution: {integrity: sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==} - engines: {node: '>=10.10.0'} - deprecated: Use @eslint/config-array instead + '@humanfs/core@0.19.1': + resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==} + engines: {node: '>=18.18.0'} + + '@humanfs/node@0.16.6': + resolution: {integrity: sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==} + engines: {node: '>=18.18.0'} '@humanwhocodes/module-importer@1.0.1': resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} engines: {node: '>=12.22'} - '@humanwhocodes/object-schema@2.0.3': - resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==} - deprecated: Use @eslint/object-schema instead + '@humanwhocodes/retry@0.3.1': + resolution: {integrity: sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==} + engines: {node: '>=18.18'} + + '@humanwhocodes/retry@0.4.1': + resolution: {integrity: sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==} + engines: {node: '>=18.18'} '@iconify/types@2.0.0': resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==} @@ -4821,113 +4609,218 @@ packages: cpu: [arm64] os: [darwin] + '@img/sharp-darwin-arm64@0.33.5': + resolution: {integrity: sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [arm64] + os: [darwin] + '@img/sharp-darwin-x64@0.33.3': resolution: {integrity: sha512-2QeSl7QDK9ru//YBT4sQkoq7L0EAJZA3rtV+v9p8xTKl4U1bUqTIaCnoC7Ctx2kCjQgwFXDasOtPTCT8eCTXvw==} engines: {glibc: '>=2.26', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [x64] os: [darwin] + '@img/sharp-darwin-x64@0.33.5': + resolution: {integrity: sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [x64] + os: [darwin] + '@img/sharp-libvips-darwin-arm64@1.0.2': resolution: {integrity: sha512-tcK/41Rq8IKlSaKRCCAuuY3lDJjQnYIW1UXU1kxcEKrfL8WR7N6+rzNoOxoQRJWTAECuKwgAHnPvqXGN8XfkHA==} engines: {macos: '>=11', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [arm64] os: [darwin] + '@img/sharp-libvips-darwin-arm64@1.0.4': + resolution: {integrity: sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==} + cpu: [arm64] + os: [darwin] + '@img/sharp-libvips-darwin-x64@1.0.2': resolution: {integrity: sha512-Ofw+7oaWa0HiiMiKWqqaZbaYV3/UGL2wAPeLuJTx+9cXpCRdvQhCLG0IH8YGwM0yGWGLpsF4Su9vM1o6aer+Fw==} engines: {macos: '>=10.13', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [x64] os: [darwin] + '@img/sharp-libvips-darwin-x64@1.0.4': + resolution: {integrity: sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==} + cpu: [x64] + os: [darwin] + '@img/sharp-libvips-linux-arm64@1.0.2': resolution: {integrity: sha512-x7kCt3N00ofFmmkkdshwj3vGPCnmiDh7Gwnd4nUwZln2YjqPxV1NlTyZOvoDWdKQVDL911487HOueBvrpflagw==} engines: {glibc: '>=2.26', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [arm64] os: [linux] + '@img/sharp-libvips-linux-arm64@1.0.4': + resolution: {integrity: sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==} + cpu: [arm64] + os: [linux] + '@img/sharp-libvips-linux-arm@1.0.2': resolution: {integrity: sha512-iLWCvrKgeFoglQxdEwzu1eQV04o8YeYGFXtfWU26Zr2wWT3q3MTzC+QTCO3ZQfWd3doKHT4Pm2kRmLbupT+sZw==} engines: {glibc: '>=2.28', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [arm] os: [linux] + '@img/sharp-libvips-linux-arm@1.0.5': + resolution: {integrity: sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==} + cpu: [arm] + os: [linux] + '@img/sharp-libvips-linux-s390x@1.0.2': resolution: {integrity: sha512-cmhQ1J4qVhfmS6szYW7RT+gLJq9dH2i4maq+qyXayUSn9/3iY2ZeWpbAgSpSVbV2E1JUL2Gg7pwnYQ1h8rQIog==} engines: {glibc: '>=2.28', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [s390x] os: [linux] + '@img/sharp-libvips-linux-s390x@1.0.4': + resolution: {integrity: sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==} + cpu: [s390x] + os: [linux] + '@img/sharp-libvips-linux-x64@1.0.2': resolution: {integrity: sha512-E441q4Qdb+7yuyiADVi5J+44x8ctlrqn8XgkDTwr4qPJzWkaHwD489iZ4nGDgcuya4iMN3ULV6NwbhRZJ9Z7SQ==} engines: {glibc: '>=2.26', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [x64] os: [linux] + '@img/sharp-libvips-linux-x64@1.0.4': + resolution: {integrity: sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==} + cpu: [x64] + os: [linux] + '@img/sharp-libvips-linuxmusl-arm64@1.0.2': resolution: {integrity: sha512-3CAkndNpYUrlDqkCM5qhksfE+qSIREVpyoeHIU6jd48SJZViAmznoQQLAv4hVXF7xyUB9zf+G++e2v1ABjCbEQ==} engines: {musl: '>=1.2.2', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [arm64] os: [linux] + '@img/sharp-libvips-linuxmusl-arm64@1.0.4': + resolution: {integrity: sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==} + cpu: [arm64] + os: [linux] + '@img/sharp-libvips-linuxmusl-x64@1.0.2': resolution: {integrity: sha512-VI94Q6khIHqHWNOh6LLdm9s2Ry4zdjWJwH56WoiJU7NTeDwyApdZZ8c+SADC8OH98KWNQXnE01UdJ9CSfZvwZw==} engines: {musl: '>=1.2.2', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [x64] os: [linux] + '@img/sharp-libvips-linuxmusl-x64@1.0.4': + resolution: {integrity: sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==} + cpu: [x64] + os: [linux] + '@img/sharp-linux-arm64@0.33.3': resolution: {integrity: sha512-Zf+sF1jHZJKA6Gor9hoYG2ljr4wo9cY4twaxgFDvlG0Xz9V7sinsPp8pFd1XtlhTzYo0IhDbl3rK7P6MzHpnYA==} engines: {glibc: '>=2.26', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [arm64] os: [linux] + '@img/sharp-linux-arm64@0.33.5': + resolution: {integrity: sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [arm64] + os: [linux] + '@img/sharp-linux-arm@0.33.3': resolution: {integrity: sha512-Q7Ee3fFSC9P7vUSqVEF0zccJsZ8GiiCJYGWDdhEjdlOeS9/jdkyJ6sUSPj+bL8VuOYFSbofrW0t/86ceVhx32w==} engines: {glibc: '>=2.28', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [arm] os: [linux] + '@img/sharp-linux-arm@0.33.5': + resolution: {integrity: sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [arm] + os: [linux] + '@img/sharp-linux-s390x@0.33.3': resolution: {integrity: sha512-vFk441DKRFepjhTEH20oBlFrHcLjPfI8B0pMIxGm3+yilKyYeHEVvrZhYFdqIseSclIqbQ3SnZMwEMWonY5XFA==} engines: {glibc: '>=2.28', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [s390x] os: [linux] + '@img/sharp-linux-s390x@0.33.5': + resolution: {integrity: sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [s390x] + os: [linux] + '@img/sharp-linux-x64@0.33.3': resolution: {integrity: sha512-Q4I++herIJxJi+qmbySd072oDPRkCg/SClLEIDh5IL9h1zjhqjv82H0Seupd+q2m0yOfD+/fJnjSoDFtKiHu2g==} engines: {glibc: '>=2.26', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [x64] os: [linux] + '@img/sharp-linux-x64@0.33.5': + resolution: {integrity: sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [x64] + os: [linux] + '@img/sharp-linuxmusl-arm64@0.33.3': resolution: {integrity: sha512-qnDccehRDXadhM9PM5hLvcPRYqyFCBN31kq+ErBSZtZlsAc1U4Z85xf/RXv1qolkdu+ibw64fUDaRdktxTNP9A==} engines: {musl: '>=1.2.2', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [arm64] os: [linux] + '@img/sharp-linuxmusl-arm64@0.33.5': + resolution: {integrity: sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [arm64] + os: [linux] + '@img/sharp-linuxmusl-x64@0.33.3': resolution: {integrity: sha512-Jhchim8kHWIU/GZ+9poHMWRcefeaxFIs9EBqf9KtcC14Ojk6qua7ghKiPs0sbeLbLj/2IGBtDcxHyjCdYWkk2w==} engines: {musl: '>=1.2.2', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [x64] os: [linux] + '@img/sharp-linuxmusl-x64@0.33.5': + resolution: {integrity: sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [x64] + os: [linux] + '@img/sharp-wasm32@0.33.3': resolution: {integrity: sha512-68zivsdJ0koE96stdUfM+gmyaK/NcoSZK5dV5CAjES0FUXS9lchYt8LAB5rTbM7nlWtxaU/2GON0HVN6/ZYJAQ==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [wasm32] + '@img/sharp-wasm32@0.33.5': + resolution: {integrity: sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [wasm32] + '@img/sharp-win32-ia32@0.33.3': resolution: {integrity: sha512-CyimAduT2whQD8ER4Ux7exKrtfoaUiVr7HG0zZvO0XTFn2idUWljjxv58GxNTkFb8/J9Ub9AqITGkJD6ZginxQ==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [ia32] os: [win32] + '@img/sharp-win32-ia32@0.33.5': + resolution: {integrity: sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [ia32] + os: [win32] + '@img/sharp-win32-x64@0.33.3': resolution: {integrity: sha512-viT4fUIDKnli3IfOephGnolMzhz5VaTvDRkYqtZxOMIoMQ4MrAziO7pT1nVnOt2FAm7qW5aa+CCc13aEY6Le0g==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [x64] os: [win32] + '@img/sharp-win32-x64@0.33.5': + resolution: {integrity: sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [x64] + os: [win32] + '@inkeep/color-mode@0.0.24': resolution: {integrity: sha512-P/ZqGqeKsSuVRk7vk2tucGZlmadY4XlrCF/BalFTdZ/i6CtRIrXaQWy1723/GVYabzvPAbzhZ89PI3YWXGL4Rw==} peerDependencies: @@ -5049,7 +4942,7 @@ packages: '@joshwooding/vite-plugin-react-docgen-typescript@0.3.0': resolution: {integrity: sha512-2D6y7fNvFmsLmRt6UCOFJPvFoPMJGT0Uh1Wg0RaigUp7kdQPs6yYn8Dmx6GZkOH/NW0yMTwRz/p0SRMMRo50vA==} peerDependencies: - typescript: '>= 4.3.x' + typescript: 5.7.2 vite: ^3.0.0 || ^4.0.0 || ^5.0.0 peerDependenciesMeta: typescript: @@ -5150,11 +5043,11 @@ packages: '@next/env@14.2.9': resolution: {integrity: sha512-hnDAoDPMii31V0ivibI8p6b023jOF1XblWTVjsDUoZKwnZlaBtJFZKDwFqi22R8r9i6W08dThUWU7Bsh2Rg8Ww==} - '@next/eslint-plugin-next@14.2.15': - resolution: {integrity: sha512-pKU0iqKRBlFB/ocOI1Ip2CkKePZpYpnw5bEItEkuZ/Nr9FQP1+p7VDWr4VfOdff4i9bFmrOaeaU1bFEyAcxiMQ==} + '@next/env@15.1.2': + resolution: {integrity: sha512-Hm3jIGsoUl6RLB1vzY+dZeqb+/kWPZ+h34yiWxW0dV87l8Im/eMOwpOA+a0L78U0HM04syEjXuRlCozqpwuojQ==} - '@next/eslint-plugin-next@14.2.9': - resolution: {integrity: sha512-tmLXuDNfPTqoFuSfsd9Q4R96SS/UCKTPtBnnR+cKDcbh8xZU+126vZnRWH1WEpOmS4Vl2Hy/X6SPmgOGZzn+hA==} + '@next/eslint-plugin-next@15.1.2': + resolution: {integrity: sha512-sgfw3+WdaYOGPKCvM1L+UucBmRfh8V2Ygefp7ELON0+0vY7uohQwXXnVWg3rY7mXDKharQR3o7uedpfvnU2hlQ==} '@next/swc-darwin-arm64@14.2.9': resolution: {integrity: sha512-/kfQifl3uLYi3DlwFlzCkgxe6fprJNLzzTUFknq3M5wGYicDIbdGlxUl6oHpVLJpBB/CBY3Y//gO6alz/K4NWA==} @@ -5162,29 +5055,71 @@ packages: cpu: [arm64] os: [darwin] + '@next/swc-darwin-arm64@15.1.2': + resolution: {integrity: sha512-b9TN7q+j5/7+rGLhFAVZiKJGIASuo8tWvInGfAd8wsULjB1uNGRCj1z1WZwwPWzVQbIKWFYqc+9L7W09qwt52w==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [darwin] + '@next/swc-darwin-x64@14.2.9': resolution: {integrity: sha512-tK/RyhCmOCiXQ9IVdFrBbZOf4/1+0RSuJkebXU2uMEsusS51TjIJO4l8ZmEijH9gZa0pJClvmApRHi7JuBqsRw==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] + '@next/swc-darwin-x64@15.1.2': + resolution: {integrity: sha512-caR62jNDUCU+qobStO6YJ05p9E+LR0EoXh1EEmyU69cYydsAy7drMcOlUlRtQihM6K6QfvNwJuLhsHcCzNpqtA==} + engines: {node: '>= 10'} + cpu: [x64] + os: [darwin] + + '@next/swc-linux-arm64-gnu@15.1.2': + resolution: {integrity: sha512-fHHXBusURjBmN6VBUtu6/5s7cCeEkuGAb/ZZiGHBLVBXMBy4D5QpM8P33Or8JD1nlOjm/ZT9sEE5HouQ0F+hUA==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + + '@next/swc-linux-arm64-musl@15.1.2': + resolution: {integrity: sha512-9CF1Pnivij7+M3G74lxr+e9h6o2YNIe7QtExWq1KUK4hsOLTBv6FJikEwCaC3NeYTflzrm69E5UfwEAbV2U9/g==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + '@next/swc-linux-x64-gnu@14.2.9': resolution: {integrity: sha512-0HNulLWpKTB7H5BhHCkEhcRAnWUHeAYCftrrGw3QC18+ZywTdAoPv/zEqKy/0adqt+ks4JDdlgSQ1lNKOKjo0A==} engines: {node: '>= 10'} cpu: [x64] os: [linux] + '@next/swc-linux-x64-gnu@15.1.2': + resolution: {integrity: sha512-tINV7WmcTUf4oM/eN3Yuu/f8jQ5C6AkueZPKeALs/qfdfX57eNv4Ij7rt0SA6iZ8+fMobVfcFVv664Op0caCCg==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + + '@next/swc-linux-x64-musl@15.1.2': + resolution: {integrity: sha512-jf2IseC4WRsGkzeUw/cK3wci9pxR53GlLAt30+y+B+2qAQxMw6WAC3QrANIKxkcoPU3JFh/10uFfmoMDF9JXKg==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + + '@next/swc-win32-arm64-msvc@15.1.2': + resolution: {integrity: sha512-wvg7MlfnaociP7k8lxLX4s2iBJm4BrNiNFhVUY+Yur5yhAJHfkS8qPPeDEUH8rQiY0PX3u/P7Q/wcg6Mv6GSAA==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [win32] + '@next/swc-win32-x64-msvc@14.2.9': resolution: {integrity: sha512-gcbpoXyWZdVOBgNa5BRzynrL5UR1nb2ZT38yKgnphYU9UHjeecnylMHntrQiMg/QtONDcJPFC/PmsS47xIRYoA==} engines: {node: '>= 10'} cpu: [x64] os: [win32] - '@next/third-parties@14.2.9': - resolution: {integrity: sha512-fPXe0lZkaMzDucGH+GSwQND/ffvsq7yuBsmLcTiJgj4IIyRUDmB+GshYczk+04w0s/9nTbzuQHDSJNFn03FU9g==} - peerDependencies: - next: npm:@fern-api/next@14.2.9-fork.2 - react: 18.3.1 + '@next/swc-win32-x64-msvc@15.1.2': + resolution: {integrity: sha512-D3cNA8NoT3aWISWmo7HF5Eyko/0OdOO+VagkoJuiTk7pyX3P/b+n8XA/MYvyR+xSVcbKn68B1rY9fgqjNISqzQ==} + engines: {node: '>= 10'} + cpu: [x64] + os: [win32] '@nodelib/fs.scandir@2.1.5': resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} @@ -5385,6 +5320,10 @@ packages: resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} engines: {node: '>=14'} + '@pkgr/core@0.1.1': + resolution: {integrity: sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==} + engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} + '@playwright/test@1.47.1': resolution: {integrity: sha512-dbWpcNQZ5nj16m+A5UNScYx7HX5trIy7g4phrcitn+Nk83S32EBX/CLU4hiF4RGKX/yRc93AAqtfaXB7JWBd4Q==} engines: {node: '>=18'} @@ -6273,8 +6212,11 @@ packages: cpu: [x64] os: [win32] - '@rushstack/eslint-patch@1.10.2': - resolution: {integrity: sha512-hw437iINopmQuxWPSUEvqE56NCPsiU8N4AYtfHmJFckclktzK9YQJieD3XkDCDH4OjL+C7zgPUh73R/nrcHrqw==} + '@rtsao/scc@1.1.0': + resolution: {integrity: sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==} + + '@rushstack/eslint-patch@1.10.4': + resolution: {integrity: sha512-WJgX9nzTqknM393q1QJDJmoW28kUfEnybeTfVNcNAPnIx210RXm2DiXiHzfNPJNIUUb1tJnz/l4QGtJ30PgWmA==} '@sec-ant/readable-stream@0.4.1': resolution: {integrity: sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==} @@ -6792,7 +6734,7 @@ packages: resolution: {integrity: sha512-GWrNeElMYHO8FVETjW205u2s9IXFs46fmVKY8T1dHgksCm3JV8w4k14gM2eaZbOUOH/tGcOuz5YbqJl8iKkA8w==} engines: {node: '>=18.0.0'} peerDependencies: - next: npm:@fern-api/next@14.2.9-fork.2 + next: ^13.5.0 || ^14.0.0 || ^15.0.0 react: 18.3.1 react-dom: 18.3.1 storybook: ^8.4.4 @@ -6827,7 +6769,7 @@ packages: '@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.0c3f3b7.0': resolution: {integrity: sha512-KUqXC3oa9JuQ0kZJLBhVdS4lOneKTOopnNBK4tUAgoxWQ3u/IjzdueZjFr7gyBrXMoU6duutk3RQR9u8ZpYJ4Q==} peerDependencies: - typescript: '>= 4.x' + typescript: 5.7.2 webpack: 5.94.0 '@storybook/react-dom-shim@8.4.4': @@ -6854,7 +6796,7 @@ packages: react: 18.3.1 react-dom: 18.3.1 storybook: ^8.4.4 - typescript: '>= 4.2.x' + typescript: 5.7.2 peerDependenciesMeta: '@storybook/test': optional: true @@ -6946,6 +6888,9 @@ packages: '@swc/counter@0.1.3': resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==} + '@swc/helpers@0.5.15': + resolution: {integrity: sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==} + '@swc/helpers@0.5.5': resolution: {integrity: sha512-KGYxvIOXcceOAbEk4bi/dVLEK9z8sZ0uBB3Il5b1rhfClSpcX0yfRO0KmTkqR2cnQDymwLB+25ZyMzICg/cm/A==} @@ -6959,31 +6904,16 @@ packages: '@tailwindcss/forms@0.5.7': resolution: {integrity: sha512-QE7X69iQI+ZXwldE+rzasvbJiyV/ju1FGHH0Qn2W3FKbuYtqp8LKcy6iSw79fVUT5/Vvf+0XgLCeYVG+UV6hOw==} peerDependencies: - tailwindcss: '>=3.0.0 || >= 3.0.0-alpha.1' + tailwindcss: 3.4.17 '@tailwindcss/typography@0.5.13': resolution: {integrity: sha512-ADGcJ8dX21dVVHIwTRgzrcunY6YY9uSlAHHGVKvkA+vLc5qLwEszvKts40lx7z0qc4clpjclwLeK5rVCV2P/uw==} peerDependencies: - tailwindcss: '>=3.0.0 || insiders' + tailwindcss: 3.4.17 '@tanem/svg-injector@10.1.68': resolution: {integrity: sha512-UkJajeR44u73ujtr5GVSbIlELDWD/mzjqWe54YMK61ljKxFcJoPd9RBSaO7xj02ISCWUqJW99GjrS+sVF0UnrA==} - '@tanstack/query-core@4.36.1': - resolution: {integrity: sha512-DJSilV5+ytBP1FbFcEJovv4rnnm/CokuVvrBEtW/Va9DvuJ3HksbXUJEpI0aV1KtuL4ZoO9AVE6PyNLzF7tLeA==} - - '@tanstack/react-query@4.36.1': - resolution: {integrity: sha512-y7ySVHFyyQblPl3J3eQBWpXZkliroki3ARnBKsdJchlgt7yJLRDUcf4B8soufgiYt3pEQIkBWBx1N9/ZPIeUWw==} - peerDependencies: - react: 18.3.1 - react-dom: 18.3.1 - react-native: '*' - peerDependenciesMeta: - react-dom: - optional: true - react-native: - optional: true - '@testing-library/dom@10.4.0': resolution: {integrity: sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ==} engines: {node: '>=18'} @@ -6992,27 +6922,6 @@ packages: resolution: {integrity: sha512-FlS4ZWlp97iiNWig0Muq8p+3rVDjRiYE+YKGbAqXOu9nwJFFOdL00kFpz42M+4huzYi86vAK1sOOfyOG45muIQ==} engines: {node: '>=14'} - '@testing-library/jest-dom@6.4.5': - resolution: {integrity: sha512-AguB9yvTXmCnySBP1lWjfNNUwpbElsaQ567lt2VdGqAdHtpieLgjmcVyv1q7PMIvLbgpDdkWV5Ydv3FEejyp2A==} - engines: {node: '>=14', npm: '>=6', yarn: '>=1'} - peerDependencies: - '@jest/globals': '>= 28' - '@types/bun': latest - '@types/jest': '>= 28' - jest: '>= 28' - vitest: '>= 0.32' - peerDependenciesMeta: - '@jest/globals': - optional: true - '@types/bun': - optional: true - '@types/jest': - optional: true - jest: - optional: true - vitest: - optional: true - '@testing-library/jest-dom@6.5.0': resolution: {integrity: sha512-xGGHpBXYSHUUr6XsKBfs85TWlYKpTc37cSBBVrXcib2MkHLboWlkClhWF37JKlDb9KEq3dHs+f2xR7XJEWGBxA==} engines: {node: '>=14', npm: '>=6', yarn: '>=1'} @@ -7088,9 +6997,6 @@ packages: '@types/babel__template@7.4.4': resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==} - '@types/babel__traverse@7.20.5': - resolution: {integrity: sha512-WXCyOcRtH37HAUkpXhUduaxdm82b4GSlyTqajXviN4EfiuPgNYR109xMCKvpl6zPIpua0DGlMEDCq+g8EdoheQ==} - '@types/babel__traverse@7.20.6': resolution: {integrity: sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==} @@ -7121,10 +7027,6 @@ packages: '@types/cors@2.8.17': resolution: {integrity: sha512-8CGDvrBj1zgo2qE+oS3pOCyYNqCPryMWY2bGfwA0dcfopWGgxs+78df0Rs3rc9THP4JkOhLsAa+15VdpAqkcUA==} - '@types/date-fns@2.6.3': - resolution: {integrity: sha512-Ke1lw2Ni1t/wMUoLtKFmSNCLozcTBd6vmMqFP4hRzXn6qzkNt97bPAX0x5Y/c15DP43kKvwW1ycStD5+43jVQA==} - deprecated: This is a stub types definition. date-fns provides its own type definitions, so you do not need this installed. - '@types/debounce@1.2.4': resolution: {integrity: sha512-jBqiORIzKDOToaF63Fm//haOCHuwQuLa2202RK4MozpA6lh93eCBc+/8+wZn5OzjJt3ySdc+74SXWXB55Ewtyw==} @@ -7149,9 +7051,6 @@ packages: '@types/estree-jsx@1.0.5': resolution: {integrity: sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==} - '@types/estree@1.0.5': - resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} - '@types/estree@1.0.6': resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} @@ -7338,6 +7237,11 @@ packages: '@types/react-dom@18.3.0': resolution: {integrity: sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==} + '@types/react-dom@19.0.2': + resolution: {integrity: sha512-c1s+7TKFaDRRxr1TxccIX2u7sfCnc3RxkVyBIUA2lCpyqCF+QoAwQ/CBg7bsMdVwP120HEH143VQezKtef5nCg==} + peerDependencies: + '@types/react': ^19.0.0 + '@types/react-reconciler@0.26.7': resolution: {integrity: sha512-mBDYl8x+oyPX/VBb3E638N0B7xG+SPk/EAMcVPeexqus/5aTpTphQi0curhhshOqRrc9t6OPoJfEUkbymse/lQ==} @@ -7352,6 +7256,9 @@ packages: '@types/react@18.3.3': resolution: {integrity: sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==} + '@types/react@19.0.2': + resolution: {integrity: sha512-USU8ZI/xyKJwFTpjSVIrSeHBVAGagkHQKPNbxeWwql/vDmnTIBgx+TJnhFnj1NXgz8XfprU0egV2dROLGpsBEg==} + '@types/readdir-glob@1.1.5': resolution: {integrity: sha512-raiuEPUYqXu+nvtY2Pe8s8FEmZ3x5yAH4VkLdihcPdalvsHltomrRC9BzuStrJ9yk06470hS0Crw0f1pXqD+Hg==} @@ -7409,9 +7316,6 @@ packages: '@types/unist@2.0.10': resolution: {integrity: sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==} - '@types/unist@3.0.2': - resolution: {integrity: sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==} - '@types/unist@3.0.3': resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==} @@ -7436,107 +7340,51 @@ packages: '@types/yargs@17.0.32': resolution: {integrity: sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==} - '@typescript-eslint/eslint-plugin@7.17.0': - resolution: {integrity: sha512-pyiDhEuLM3PuANxH7uNYan1AaFs5XE0zw1hq69JBvGvE7gSuEoQl1ydtEe/XQeoC3GQxLXyOVa5kNOATgM638A==} - engines: {node: ^18.18.0 || >=20.0.0} - peerDependencies: - '@typescript-eslint/parser': ^7.0.0 - eslint: ^8.56.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - - '@typescript-eslint/eslint-plugin@7.3.1': - resolution: {integrity: sha512-STEDMVQGww5lhCuNXVSQfbfuNII5E08QWkvAw5Qwf+bj2WT+JkG1uc+5/vXA3AOYMDHVOSpL+9rcbEUiHIm2dw==} - engines: {node: ^18.18.0 || >=20.0.0} - peerDependencies: - '@typescript-eslint/parser': ^7.0.0 - eslint: ^8.56.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - - '@typescript-eslint/parser@7.17.0': - resolution: {integrity: sha512-puiYfGeg5Ydop8eusb/Hy1k7QmOU6X3nvsqCgzrB2K4qMavK//21+PzNE8qeECgNOIoertJPUC1SpegHDI515A==} - engines: {node: ^18.18.0 || >=20.0.0} + '@typescript-eslint/eslint-plugin@8.18.1': + resolution: {integrity: sha512-Ncvsq5CT3Gvh+uJG0Lwlho6suwDfUXH0HztslDf5I+F2wAFAZMRwYLEorumpKLzmO2suAXZ/td1tBg4NZIi9CQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - eslint: ^8.56.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 + eslint: 9.17.0 + typescript: 5.7.2 - '@typescript-eslint/parser@7.3.1': - resolution: {integrity: sha512-Rq49+pq7viTRCH48XAbTA+wdLRrB/3sRq4Lpk0oGDm0VmnjBrAOVXH/Laalmwsv2VpekiEfVFwJYVk6/e8uvQw==} - engines: {node: ^18.18.0 || >=20.0.0} + '@typescript-eslint/parser@8.18.1': + resolution: {integrity: sha512-rBnTWHCdbYM2lh7hjyXqxk70wvon3p2FyaniZuey5TrcGBpfhVp0OxOa6gxr9Q9YhZFKyfbEnxc24ZnVbbUkCA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - eslint: ^8.56.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + eslint: 9.17.0 + typescript: 5.7.2 '@typescript-eslint/scope-manager@5.62.0': resolution: {integrity: sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - '@typescript-eslint/scope-manager@6.21.0': - resolution: {integrity: sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==} - engines: {node: ^16.0.0 || >=18.0.0} - '@typescript-eslint/scope-manager@7.17.0': resolution: {integrity: sha512-0P2jTTqyxWp9HiKLu/Vemr2Rg1Xb5B7uHItdVZ6iAenXmPo4SZ86yOPCJwMqpCyaMiEHTNqizHfsbmCFT1x9SA==} engines: {node: ^18.18.0 || >=20.0.0} - '@typescript-eslint/scope-manager@7.3.1': - resolution: {integrity: sha512-fVS6fPxldsKY2nFvyT7IP78UO1/I2huG+AYu5AMjCT9wtl6JFiDnsv4uad4jQ0GTFzcUV5HShVeN96/17bTBag==} - engines: {node: ^18.18.0 || >=20.0.0} - - '@typescript-eslint/scope-manager@7.8.0': - resolution: {integrity: sha512-viEmZ1LmwsGcnr85gIq+FCYI7nO90DVbE37/ll51hjv9aG+YZMb4WDE2fyWpUR4O/UrhGRpYXK/XajcGTk2B8g==} - engines: {node: ^18.18.0 || >=20.0.0} - - '@typescript-eslint/type-utils@7.17.0': - resolution: {integrity: sha512-XD3aaBt+orgkM/7Cei0XNEm1vwUxQ958AOLALzPlbPqb8C1G8PZK85tND7Jpe69Wualri81PLU+Zc48GVKIMMA==} - engines: {node: ^18.18.0 || >=20.0.0} - peerDependencies: - eslint: ^8.56.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + '@typescript-eslint/scope-manager@8.18.1': + resolution: {integrity: sha512-HxfHo2b090M5s2+/9Z3gkBhI6xBH8OJCFjH9MhQ+nnoZqxU3wNxkLT+VWXWSFWc3UF3Z+CfPAyqdCTdoXtDPCQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/type-utils@7.3.1': - resolution: {integrity: sha512-iFhaysxFsMDQlzJn+vr3OrxN8NmdQkHks4WaqD4QBnt5hsq234wcYdyQ9uquzJJIDAj5W4wQne3yEsYA6OmXGw==} - engines: {node: ^18.18.0 || >=20.0.0} + '@typescript-eslint/type-utils@8.18.1': + resolution: {integrity: sha512-jAhTdK/Qx2NJPNOTxXpMwlOiSymtR2j283TtPqXkKBdH8OAMmhiUfP0kJjc/qSE51Xrq02Gj9NY7MwK+UxVwHQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - eslint: ^8.56.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + eslint: 9.17.0 + typescript: 5.7.2 '@typescript-eslint/types@5.62.0': resolution: {integrity: sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - '@typescript-eslint/types@6.21.0': - resolution: {integrity: sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==} - engines: {node: ^16.0.0 || >=18.0.0} - '@typescript-eslint/types@7.17.0': resolution: {integrity: sha512-a29Ir0EbyKTKHnZWbNsrc/gqfIBqYPwj3F2M+jWE/9bqfEHg0AMtXzkbUkOG6QgEScxh2+Pz9OXe11jHDnHR7A==} engines: {node: ^18.18.0 || >=20.0.0} - '@typescript-eslint/types@7.3.1': - resolution: {integrity: sha512-2tUf3uWggBDl4S4183nivWQ2HqceOZh1U4hhu4p1tPiIJoRRXrab7Y+Y0p+dozYwZVvLPRI6r5wKe9kToF9FIw==} - engines: {node: ^18.18.0 || >=20.0.0} - - '@typescript-eslint/types@7.8.0': - resolution: {integrity: sha512-wf0peJ+ZGlcH+2ZS23aJbOv+ztjeeP8uQ9GgwMJGVLx/Nj9CJt17GWgWWoSmoRVKAX2X+7fzEnAjxdvK2gqCLw==} - engines: {node: ^18.18.0 || >=20.0.0} + '@typescript-eslint/types@8.18.1': + resolution: {integrity: sha512-7uoAUsCj66qdNQNpH2G8MyTFlgerum8ubf21s3TSM3XmKXuIn+H2Sifh/ES2nPOPiYSRJWAk0fDkW0APBWcpfw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@typescript-eslint/typescript-estree@5.62.0': resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==} @@ -7547,15 +7395,6 @@ packages: typescript: optional: true - '@typescript-eslint/typescript-estree@6.21.0': - resolution: {integrity: sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==} - engines: {node: ^16.0.0 || >=18.0.0} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - '@typescript-eslint/typescript-estree@7.17.0': resolution: {integrity: sha512-72I3TGq93t2GoSBWI093wmKo0n6/b7O4j9o8U+f65TVD0FS6bI2180X5eGEr8MA8PhKMvYe9myZJquUT2JkCZw==} engines: {node: ^18.18.0 || >=20.0.0} @@ -7565,73 +7404,42 @@ packages: typescript: optional: true - '@typescript-eslint/typescript-estree@7.3.1': - resolution: {integrity: sha512-tLpuqM46LVkduWP7JO7yVoWshpJuJzxDOPYIVWUUZbW+4dBpgGeUdl/fQkhuV0A8eGnphYw3pp8d2EnvPOfxmQ==} - engines: {node: ^18.18.0 || >=20.0.0} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - - '@typescript-eslint/typescript-estree@7.8.0': - resolution: {integrity: sha512-5pfUCOwK5yjPaJQNy44prjCwtr981dO8Qo9J9PwYXZ0MosgAbfEMB008dJ5sNo3+/BN6ytBPuSvXUg9SAqB0dg==} - engines: {node: ^18.18.0 || >=20.0.0} + '@typescript-eslint/typescript-estree@8.18.1': + resolution: {integrity: sha512-z8U21WI5txzl2XYOW7i9hJhxoKKNG1kcU4RzyNvKrdZDmbjkmLBo8bgeiOJmA06kizLI76/CCBAAGlTlEeUfyg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + typescript: 5.7.2 '@typescript-eslint/utils@5.62.0': resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - - '@typescript-eslint/utils@6.21.0': - resolution: {integrity: sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==} - engines: {node: ^16.0.0 || >=18.0.0} - peerDependencies: - eslint: ^7.0.0 || ^8.0.0 + eslint: 9.17.0 '@typescript-eslint/utils@7.17.0': resolution: {integrity: sha512-r+JFlm5NdB+JXc7aWWZ3fKSm1gn0pkswEwIYsrGPdsT2GjsRATAKXiNtp3vgAAO1xZhX8alIOEQnNMl3kbTgJw==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: - eslint: ^8.56.0 - - '@typescript-eslint/utils@7.3.1': - resolution: {integrity: sha512-jIERm/6bYQ9HkynYlNZvXpzmXWZGhMbrOvq3jJzOSOlKXsVjrrolzWBjDW6/TvT5Q3WqaN4EkmcfdQwi9tDjBQ==} - engines: {node: ^18.18.0 || >=20.0.0} - peerDependencies: - eslint: ^8.56.0 + eslint: 9.17.0 - '@typescript-eslint/utils@7.8.0': - resolution: {integrity: sha512-L0yFqOCflVqXxiZyXrDr80lnahQfSOfc9ELAAZ75sqicqp2i36kEZZGuUymHNFoYOqxRT05up760b4iGsl02nQ==} - engines: {node: ^18.18.0 || >=20.0.0} + '@typescript-eslint/utils@8.18.1': + resolution: {integrity: sha512-8vikiIj2ebrC4WRdcAdDcmnu9Q/MXXwg+STf40BVfT8exDqBCUPdypvzcUPxEqRGKg9ALagZ0UWcYCtn+4W2iQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - eslint: ^8.56.0 + eslint: 9.17.0 + typescript: 5.7.2 '@typescript-eslint/visitor-keys@5.62.0': resolution: {integrity: sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - '@typescript-eslint/visitor-keys@6.21.0': - resolution: {integrity: sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==} - engines: {node: ^16.0.0 || >=18.0.0} - '@typescript-eslint/visitor-keys@7.17.0': resolution: {integrity: sha512-RVGC9UhPOCsfCdI9pU++K4nD7to+jTcMIbXTSOcrLqUEW6gF2pU1UUbYJKc9cvcRSK1UDeMJ7pdMxf4bhMpV/A==} engines: {node: ^18.18.0 || >=20.0.0} - '@typescript-eslint/visitor-keys@7.3.1': - resolution: {integrity: sha512-9RMXwQF8knsZvfv9tdi+4D/j7dMG28X/wMJ8Jj6eOHyHWwDW4ngQJcqEczSsqIKKjFiLFr40Mnr7a5ulDD3vmw==} - engines: {node: ^18.18.0 || >=20.0.0} - - '@typescript-eslint/visitor-keys@7.8.0': - resolution: {integrity: sha512-q4/gibTNBQNA0lGyYQCmWRS5D15n8rXh4QjK3KV+MBPlTYHpfBUT3D3PaPR/HeNiI9W6R7FvlkcGhNyAoP+caA==} - engines: {node: ^18.18.0 || >=20.0.0} + '@typescript-eslint/visitor-keys@8.18.1': + resolution: {integrity: sha512-Vj0WLm5/ZsD013YeUKn+K0y8p1M0jPpxOkKdbD1wB0ns53a5piVY02zjf072TblEweAbcYiFiPoSMF3kp+VhhQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@ungap/structured-clone@1.2.0': resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} @@ -8232,11 +8040,6 @@ packages: engines: {node: '>=0.4.0'} hasBin: true - acorn@8.13.0: - resolution: {integrity: sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w==} - engines: {node: '>=0.4.0'} - hasBin: true - acorn@8.14.0: resolution: {integrity: sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==} engines: {node: '>=0.4.0'} @@ -8452,16 +8255,18 @@ packages: resolution: {integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==} engines: {node: '>= 0.4'} - array.prototype.toreversed@1.1.2: - resolution: {integrity: sha512-wwDCoT4Ck4Cz7sLtgUmzR5UV3YF5mFHUlbChCzZBQZ+0m2cl/DH3tKgvphv1nKgFsJ48oCSg6p91q2Vm0I/ZMA==} - - array.prototype.tosorted@1.1.3: - resolution: {integrity: sha512-/DdH4TiTmOKzyQbp/eadcCVexiCb36xJg7HshYOYJnNZFDj33GEv0P7GxsynpShhq4OLYJzbGcBDkLsDt7MnNg==} + array.prototype.tosorted@1.1.4: + resolution: {integrity: sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==} + engines: {node: '>= 0.4'} arraybuffer.prototype.slice@1.0.3: resolution: {integrity: sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==} engines: {node: '>= 0.4'} + arraybuffer.prototype.slice@1.0.4: + resolution: {integrity: sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==} + engines: {node: '>= 0.4'} + arrify@2.0.1: resolution: {integrity: sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==} engines: {node: '>=8'} @@ -8549,8 +8354,8 @@ packages: engines: {node: '>= 14.15.0'} hasBin: true - axe-core@4.7.0: - resolution: {integrity: sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==} + axe-core@4.10.2: + resolution: {integrity: sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w==} engines: {node: '>=4'} axios-proxy-builder@0.1.2: @@ -8559,8 +8364,9 @@ packages: axios@1.7.4: resolution: {integrity: sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==} - axobject-query@3.2.1: - resolution: {integrity: sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==} + axobject-query@4.1.0: + resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} + engines: {node: '>= 0.4'} b4a@1.6.6: resolution: {integrity: sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg==} @@ -8591,11 +8397,6 @@ packages: peerDependencies: '@babel/core': 7.26.0 - babel-plugin-polyfill-corejs3@0.10.4: - resolution: {integrity: sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==} - peerDependencies: - '@babel/core': 7.26.0 - babel-plugin-polyfill-corejs3@0.10.6: resolution: {integrity: sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==} peerDependencies: @@ -8802,10 +8603,22 @@ packages: resolution: {integrity: sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==} engines: {node: '>=8'} + call-bind-apply-helpers@1.0.1: + resolution: {integrity: sha512-BhYE+WDaywFg2TBWYNXAE+8B1ATnThNBqXHP5nQu0jWJdVvY2hvkpyB3qOmtmDePiS5/BDQ8wASEWGMWRG148g==} + engines: {node: '>= 0.4'} + call-bind@1.0.7: resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==} engines: {node: '>= 0.4'} + call-bind@1.0.8: + resolution: {integrity: sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==} + engines: {node: '>= 0.4'} + + call-bound@1.0.3: + resolution: {integrity: sha512-YTd+6wGlNlPxSuri7Y6X8tY2dmm12UMH66RpKMhiX6rsk5wXXnYgbUcOt8kiS31/AjfoTOvCsE+w8nZQLQnzHA==} + engines: {node: '>= 0.4'} + callsite@1.0.0: resolution: {integrity: sha512-0vdNRFXn5q+dtOqjfFtmtlI9N2eVZ7LMyEV2iKC5mEEFvSg/69Ml6b/WU2qF8W1nLRa0wiSrDT3Y5jOHZCwKPQ==} @@ -8925,18 +8738,6 @@ packages: '@chromatic-com/playwright': optional: true - chromatic@11.3.2: - resolution: {integrity: sha512-0PuHl49VvBMoDHEfmNjC/bim9YYNhWF3axTZlFuatC0avwr2Xw4GDqJDG9fArEWN8oM8VtYHkE9D7qc87dmz2w==} - hasBin: true - peerDependencies: - '@chromatic-com/cypress': ^0.*.* || ^1.0.0 - '@chromatic-com/playwright': ^0.*.* || ^1.0.0 - peerDependenciesMeta: - '@chromatic-com/cypress': - optional: true - '@chromatic-com/playwright': - optional: true - chrome-trace-event@1.0.3: resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==} engines: {node: '>=6.0'} @@ -9076,11 +8877,8 @@ packages: colorette@2.0.20: resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==} - colorjs.io@0.4.5: - resolution: {integrity: sha512-yCtUNCmge7llyfd/Wou19PMAcf5yC3XXhgFoAh6zsO2pGswhUPBaaUh8jzgHnXtXuZyFKzXZNAnyF5i+apICow==} - - colorjs.io@0.5.0: - resolution: {integrity: sha512-qekjTiBLM3F/sXKks/ih5aWaHIGu+Ftel0yKEvmpbKvmxpNOhojKgha5uiWEUOqEpRjC1Tq3nJRT7WgdBOxIGg==} + colorjs.io@0.5.2: + resolution: {integrity: sha512-twmVoizEW7ylZSN32OgKdXRmo1qg+wT5/6C3xu5b9QsWzSFAhHLn2xd8ro0diCsKfCj1RdaTP/nrcW+vAoQPIw==} colors@1.4.0: resolution: {integrity: sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==} @@ -9148,9 +8946,6 @@ packages: concat-map@0.0.1: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} - confbox@0.1.7: - resolution: {integrity: sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==} - confbox@0.1.8: resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==} @@ -9232,7 +9027,7 @@ packages: resolution: {integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==} engines: {node: '>=14'} peerDependencies: - typescript: '>=4.9.5' + typescript: 5.7.2 peerDependenciesMeta: typescript: optional: true @@ -9731,6 +9526,10 @@ packages: detect-gpu@5.0.60: resolution: {integrity: sha512-HOUiexaACwaeTBelnR3OrUN0mxgPadneTf7VndBEieQa3cx7xzrsQ/pm3niim4hZhN8gaDpAbTdCrjveGnNToQ==} + detect-indent@7.0.1: + resolution: {integrity: sha512-Mc7QhQ8s+cLrnUfU/Ji94vG/r8M26m8f++vyres4ZoojaRDpZ1eSIh/EpzLNwlWuvzSZ3UbDFspjFvTDXe6e/g==} + engines: {node: '>=12.20'} + detect-libc@2.0.3: resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==} engines: {node: '>=8'} @@ -9739,6 +9538,10 @@ packages: resolution: {integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==} engines: {node: '>=8'} + detect-newline@4.0.1: + resolution: {integrity: sha512-qE3Veg1YXzGHQhlA6jzebZN2qVf6NX+A7m7qlhCGG30dJixrAQhYOsJjsnBjJkCSmuOPpCk30145fr8FV0bzog==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + detect-node-es@1.1.0: resolution: {integrity: sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==} @@ -9842,6 +9645,10 @@ packages: draco3d@1.5.7: resolution: {integrity: sha512-m6WCKt/erDXcw+70IJXnG7M3awwQPAsZvJGX5zY7beBqpELw6RDGkYVU0W43AFxye4pDZ5i2Lbyc/NNGqwjUVQ==} + dunder-proto@1.0.1: + resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==} + engines: {node: '>= 0.4'} + duplexer@0.1.2: resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} @@ -9904,10 +9711,6 @@ packages: endent@2.1.0: resolution: {integrity: sha512-r8VyPX7XL8U01Xgnb1CjZ3XV+z90cXIJ9JPE/R9SEC9vpw2P6CfsRPJmp20DppC5N7ZAMCmjYkJIa744Iyg96w==} - enhanced-resolve@5.16.1: - resolution: {integrity: sha512-4U5pNsuDl0EhuZpq46M5xPslstkviJuhrdobaRDBk2Jy2KO37FDAJl4lb2KlNabxT0m4MTK2UHNrsAcphE8nyw==} - engines: {node: '>=10.13.0'} - enhanced-resolve@5.17.1: resolution: {integrity: sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==} engines: {node: '>=10.13.0'} @@ -9937,10 +9740,18 @@ packages: resolution: {integrity: sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==} engines: {node: '>= 0.4'} + es-abstract@1.23.6: + resolution: {integrity: sha512-Ifco6n3yj2tMZDWNLyloZrytt9lqqlwvS83P3HtaETR0NUOYnIULGGHpktqYGObGy+8wc1okO25p8TjemhImvA==} + engines: {node: '>= 0.4'} + es-define-property@1.0.0: resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==} engines: {node: '>= 0.4'} + es-define-property@1.0.1: + resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==} + engines: {node: '>= 0.4'} + es-errors@1.3.0: resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} engines: {node: '>= 0.4'} @@ -9948,8 +9759,8 @@ packages: es-get-iterator@1.1.3: resolution: {integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==} - es-iterator-helpers@1.0.19: - resolution: {integrity: sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==} + es-iterator-helpers@1.2.1: + resolution: {integrity: sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==} engines: {node: '>= 0.4'} es-module-lexer@1.5.2: @@ -9970,6 +9781,10 @@ packages: resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} engines: {node: '>= 0.4'} + es-to-primitive@1.3.0: + resolution: {integrity: sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==} + engines: {node: '>= 0.4'} + es-toolkit@1.27.0: resolution: {integrity: sha512-ETSFA+ZJArcuSCpzD2TjAy6UHpx4E4uqFsoDg9F/nTLogrLmVVZQ+zNxco5h7cWnA1nNak07IXsLcaSMih+ZPQ==} @@ -10040,11 +9855,11 @@ packages: engines: {node: '>=4.0'} hasBin: true - eslint-config-next@14.2.15: - resolution: {integrity: sha512-mKg+NC/8a4JKLZRIOBplxXNdStgxy7lzWuedUaCc8tev+Al9mwDUTujQH6W6qXDH9kycWiVo28tADWGvpBsZcQ==} + eslint-config-next@15.1.2: + resolution: {integrity: sha512-PrMm1/4zWSJ689wd/ypWIR5ZF1uvmp3EkgpgBV1Yu6PhEobBjXMGgT8bVNelwl17LXojO8D5ePFRiI4qXjsPRA==} peerDependencies: - eslint: ^7.23.0 || ^8.0.0 - typescript: '>=3.3.1' + eslint: 9.17.0 + typescript: 5.7.2 peerDependenciesMeta: typescript: optional: true @@ -10053,7 +9868,7 @@ packages: resolution: {integrity: sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==} hasBin: true peerDependencies: - eslint: '>=7.0.0' + eslint: 9.17.0 eslint-import-resolver-node@0.3.9: resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==} @@ -10062,9 +9877,30 @@ packages: resolution: {integrity: sha512-xgdptdoi5W3niYeuQxKmzVDTATvLYqhpwmykwsh7f6HIOStGWEIL9iqZgQDF9u9OEzrRwR8no5q2VT+bjAujTg==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: - eslint: '*' + eslint: 9.17.0 eslint-plugin-import: '*' + eslint-module-utils@2.12.0: + resolution: {integrity: sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==} + engines: {node: '>=4'} + peerDependencies: + '@typescript-eslint/parser': '*' + eslint: '*' + eslint-import-resolver-node: '*' + eslint-import-resolver-typescript: '*' + eslint-import-resolver-webpack: '*' + peerDependenciesMeta: + '@typescript-eslint/parser': + optional: true + eslint: + optional: true + eslint-import-resolver-node: + optional: true + eslint-import-resolver-typescript: + optional: true + eslint-import-resolver-webpack: + optional: true + eslint-module-utils@2.8.1: resolution: {integrity: sha512-rXDXR3h7cs7dy9RNpUlQf80nX31XWJEyGq1tRMo+6GsO5VmTe4UTwtmonAD4ZkAsrfMVDA2wlGJ3790Ys+D49Q==} engines: {node: '>=4'} @@ -10086,58 +9922,58 @@ packages: eslint-import-resolver-webpack: optional: true - eslint-plugin-deprecation@2.0.0: - resolution: {integrity: sha512-OAm9Ohzbj11/ZFyICyR5N6LbOIvQMp7ZU2zI7Ej0jIc8kiGUERXPNMfw2QqqHD1ZHtjMub3yPZILovYEYucgoQ==} + eslint-plugin-deprecation@3.0.0: + resolution: {integrity: sha512-JuVLdNg/uf0Adjg2tpTyYoYaMbwQNn/c78P1HcccokvhtRphgnRjZDKmhlxbxYptppex03zO76f97DD/yQHv7A==} peerDependencies: - eslint: ^7.0.0 || ^8.0.0 - typescript: ^4.2.4 || ^5.0.0 + eslint: 9.17.0 + typescript: 5.7.2 - eslint-plugin-import@2.29.1: - resolution: {integrity: sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==} + eslint-plugin-import@2.31.0: + resolution: {integrity: sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==} engines: {node: '>=4'} peerDependencies: '@typescript-eslint/parser': '*' - eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 + eslint: 9.17.0 peerDependenciesMeta: '@typescript-eslint/parser': optional: true - eslint-plugin-jsx-a11y@6.8.0: - resolution: {integrity: sha512-Hdh937BS3KdwwbBaKd5+PLCOmYY6U4f2h9Z2ktwtNKvIdIEu137rjYbcb9ApSbVJfWxANNuiKTD/9tOKjK9qOA==} + eslint-plugin-jsx-a11y@6.10.2: + resolution: {integrity: sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==} engines: {node: '>=4.0'} peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 + eslint: 9.17.0 - eslint-plugin-react-hooks@4.6.2: - resolution: {integrity: sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==} + eslint-plugin-react-hooks@5.1.0: + resolution: {integrity: sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==} engines: {node: '>=10'} peerDependencies: - eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 + eslint: 9.17.0 - eslint-plugin-react@7.34.1: - resolution: {integrity: sha512-N97CxlouPT1AHt8Jn0mhhN2RrADlUAsk1/atcT2KyA/l9Q/E6ll7OIGwNumFmWfZ9skV3XXccYS19h80rHtgkw==} + eslint-plugin-react@7.37.2: + resolution: {integrity: sha512-EsTAnj9fLVr/GZleBLFbj/sSuXeWmp1eXIN60ceYnZveqEaUCyW4X+Vh4WTdUhCkW4xutXYqTXCUSyqD4rB75w==} engines: {node: '>=4'} peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 + eslint: 9.17.0 eslint-plugin-storybook@0.8.0: resolution: {integrity: sha512-CZeVO5EzmPY7qghO2t64oaFM+8FTaD4uzOEjHKp516exyTKo+skKAL9GI3QALS2BXhyALJjNtwbmr1XinGE8bA==} engines: {node: '>= 18'} peerDependencies: - eslint: '>=6' + eslint: 9.17.0 - eslint-plugin-tailwindcss@3.15.1: - resolution: {integrity: sha512-4RXRMIaMG07C2TBEW1k0VM4+dDazz1kxcZhkK4zirvmHGZTA4jnlSO2kq5mamuSPi+Wo17dh2SlC8IyFBuCd7Q==} - engines: {node: '>=12.13.0'} + eslint-plugin-tailwindcss@3.17.5: + resolution: {integrity: sha512-8Mi7p7dm+mO1dHgRHHFdPu4RDTBk69Cn4P0B40vRQR+MrguUpwmKwhZy1kqYe3Km8/4nb+cyrCF+5SodOEmaow==} + engines: {node: '>=18.12.0'} peerDependencies: - tailwindcss: ^3.4.0 + tailwindcss: 3.4.17 - eslint-plugin-vitest@0.3.26: - resolution: {integrity: sha512-oxe5JSPgRjco8caVLTh7Ti8PxpwJdhSV0hTQAmkFcNcmy/9DnqLB/oNVRA11RmVRP//2+jIIT6JuBEcpW3obYg==} + eslint-plugin-vitest@0.5.4: + resolution: {integrity: sha512-um+odCkccAHU53WdKAw39MY61+1x990uXjSPguUCq3VcEHdqJrOb8OTMrbYlY6f9jAKx7x98kLVlIe3RJeJqoQ==} engines: {node: ^18.0.0 || >= 20.0.0} peerDependencies: '@typescript-eslint/eslint-plugin': '*' - eslint: '>=8.0.0' + eslint: 9.17.0 vitest: '*' peerDependenciesMeta: '@typescript-eslint/eslint-plugin': @@ -10149,19 +9985,27 @@ packages: resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==} engines: {node: '>=8.0.0'} - eslint-scope@7.2.2: - resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + eslint-scope@8.2.0: + resolution: {integrity: sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} eslint-visitor-keys@3.4.3: resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - eslint@8.57.0: - resolution: {integrity: sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. + eslint-visitor-keys@4.2.0: + resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + eslint@9.17.0: + resolution: {integrity: sha512-evtlNcpJg+cZLcnVKwsai8fExnqjGPicK7gnUtlNuzu+Fv9bI0aLpND5T44VLQtoMEnI57LoXO9XAkIXwohKrA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} hasBin: true + peerDependencies: + jiti: '*' + peerDependenciesMeta: + jiti: + optional: true esniff@1.1.3: resolution: {integrity: sha512-SLBLpfE7xWgF/HbzhVuAwqnJDRqSCNZqcqaIMVm+f+PbTp1kFRWu6BuT83SATb4Tp+ovr+S+u7vDH7/UErAOkw==} @@ -10171,9 +10015,9 @@ packages: resolution: {integrity: sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg==} engines: {node: '>=0.10'} - espree@9.6.1: - resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + espree@10.3.0: + resolution: {integrity: sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} esprima@1.2.2: resolution: {integrity: sha512-+JpPZam9w5DuJ3Q67SqsMGtiHKENSMRVoxvArfJZK01/BfLEObtZ6orJa/MtoGNR/rfMgp5837T41PAmTwAv/A==} @@ -10330,6 +10174,10 @@ packages: fast-fifo@1.3.2: resolution: {integrity: sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==} + fast-glob@3.3.1: + resolution: {integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==} + engines: {node: '>=8.6.0'} + fast-glob@3.3.2: resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} engines: {node: '>=8.6.0'} @@ -10409,10 +10257,6 @@ packages: resolution: {integrity: sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==} engines: {node: '>=18'} - file-entry-cache@6.0.1: - resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} - engines: {node: ^10.12.0 || >=12.0.0} - file-entry-cache@8.0.0: resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==} engines: {node: '>=16.0.0'} @@ -10539,7 +10383,7 @@ packages: resolution: {integrity: sha512-mX3qW3idpueT2klaQXBzrIM/pHw+T0B/V9KHEvNrqijTq9NFnMZU6oreVxDYcf33P8a5cW+67PjodNHthGnNVg==} engines: {node: '>=12.13.0', yarn: '>=1.0.0'} peerDependencies: - typescript: '>3.6.0' + typescript: 5.7.2 webpack: 5.94.0 form-data@2.5.1: @@ -10650,6 +10494,10 @@ packages: resolution: {integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==} engines: {node: '>= 0.4'} + function.prototype.name@1.1.8: + resolution: {integrity: sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==} + engines: {node: '>= 0.4'} + functions-have-names@1.2.3: resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} @@ -10672,6 +10520,10 @@ packages: resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==} engines: {node: '>= 0.4'} + get-intrinsic@1.2.6: + resolution: {integrity: sha512-qxsEs+9A+u85HhllWJJFicJfPDhRmjzoYdl64aMWW9yRIJmSyxdn8IEkuIM530/7T+lv0TIHd8L6Q/ra0tEoeA==} + engines: {node: '>= 0.4'} + get-nonce@1.0.1: resolution: {integrity: sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==} engines: {node: '>=6'} @@ -10687,6 +10539,10 @@ packages: resolution: {integrity: sha512-QB9NKEeDg3xxVwCCwJQ9+xycaz6pBB6iQ76wiWMl1927n0Kir6alPiP+yuiICLLU4jpMe08dXfpebuQppFA2zw==} engines: {node: '>=16'} + get-stdin@9.0.0: + resolution: {integrity: sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA==} + engines: {node: '>=12'} + get-stream@2.3.1: resolution: {integrity: sha512-AUGhbbemXxrZJRD5cDvKtQxLuYaIbNtDTK8YqupCI393Q2KSTreEsLUN3ZxAWFGiKTzL6nKuzfcIvieflUX9qA==} engines: {node: '>=0.10.0'} @@ -10714,6 +10570,9 @@ packages: get-tsconfig@4.7.5: resolution: {integrity: sha512-ZCuZCnlqNzjb4QprAzXKdpp/gh6KTxSJuw3IBsPnV/7fV4NxC9ckB+vPTt8w7fJA0TaSD7c55BR47JD6MEDyDw==} + git-hooks-list@3.1.0: + resolution: {integrity: sha512-LF8VeHeR7v+wAbXqfgRlTSX/1BJR9Q1vEMR8JAz1cEg6GX07+zyj3sAdDvYjj/xnlIfVuGgj4qBei1K3hKH+PA==} + github-slugger@2.0.0: resolution: {integrity: sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==} @@ -10734,11 +10593,6 @@ packages: glob-to-regexp@0.4.1: resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==} - glob@10.3.10: - resolution: {integrity: sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==} - engines: {node: '>=16 || 14 >=14.17'} - hasBin: true - glob@10.3.14: resolution: {integrity: sha512-4fkAqu93xe9Mk7le9v0y3VrPDqLKHarNi2s4Pv7f2yOvfhWfhc7hRPHC/JyqMqb8B/Dt/eGS4n7ykwf3fOsl8g==} engines: {node: '>=16 || 14 >=14.17'} @@ -10768,9 +10622,13 @@ packages: resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} engines: {node: '>=4'} - globals@13.24.0: - resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==} - engines: {node: '>=8'} + globals@14.0.0: + resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} + engines: {node: '>=18'} + + globals@15.14.0: + resolution: {integrity: sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==} + engines: {node: '>=18'} globalthis@1.0.4: resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==} @@ -10838,6 +10696,10 @@ packages: gopd@1.0.1: resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} + gopd@1.2.0: + resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==} + engines: {node: '>= 0.4'} + got@11.8.6: resolution: {integrity: sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==} engines: {node: '>=10.19.0'} @@ -10911,10 +10773,18 @@ packages: resolution: {integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==} engines: {node: '>= 0.4'} + has-proto@1.2.0: + resolution: {integrity: sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==} + engines: {node: '>= 0.4'} + has-symbols@1.0.3: resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} engines: {node: '>= 0.4'} + has-symbols@1.1.0: + resolution: {integrity: sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==} + engines: {node: '>= 0.4'} + has-tostringtag@1.0.2: resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==} engines: {node: '>= 0.4'} @@ -11246,6 +11116,10 @@ packages: resolution: {integrity: sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==} engines: {node: '>= 0.4'} + internal-slot@1.1.0: + resolution: {integrity: sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==} + engines: {node: '>= 0.4'} + internmap@1.0.1: resolution: {integrity: sha512-lDB5YccMydFBtasVtxnZ3MRBHuaoE8GKsppq+EchKL2U4nK/DmEpPHNH8MZe5HkMtpSiTSOZwfN0tzYjO/lJEw==} @@ -11270,7 +11144,7 @@ packages: peerDependencies: express: '>=4' koa: '>=2' - next: npm:@fern-api/next@14.2.9-fork.2 + next: '>=10' peerDependenciesMeta: express: optional: true @@ -11315,6 +11189,10 @@ packages: is-bigint@1.0.4: resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} + is-bigint@1.1.0: + resolution: {integrity: sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==} + engines: {node: '>= 0.4'} + is-binary-path@2.1.0: resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} engines: {node: '>=8'} @@ -11323,6 +11201,10 @@ packages: resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==} engines: {node: '>= 0.4'} + is-boolean-object@1.2.1: + resolution: {integrity: sha512-l9qO6eFlUETHtuihLcYOaLKByJ1f+N4kthcU9YjHy3N+B3hWv0y/2Nd0mu/7lTFnRQHTrSdXF50HQ3bl5fEnng==} + engines: {node: '>= 0.4'} + is-buffer@2.0.5: resolution: {integrity: sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==} engines: {node: '>=4'} @@ -11338,14 +11220,26 @@ packages: is-core-module@2.13.1: resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==} + is-core-module@2.16.0: + resolution: {integrity: sha512-urTSINYfAYgcbLb0yDQ6egFm6h3Mo1DcF9EkyXSRjjzdHbsulg01qhwWuXdOoUBuTkbQ80KDboXa0vFJ+BDH+g==} + engines: {node: '>= 0.4'} + is-data-view@1.0.1: resolution: {integrity: sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==} engines: {node: '>= 0.4'} + is-data-view@1.0.2: + resolution: {integrity: sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==} + engines: {node: '>= 0.4'} + is-date-object@1.0.5: resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} engines: {node: '>= 0.4'} + is-date-object@1.1.0: + resolution: {integrity: sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==} + engines: {node: '>= 0.4'} + is-decimal@2.0.1: resolution: {integrity: sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==} @@ -11373,6 +11267,10 @@ packages: is-finalizationregistry@1.0.2: resolution: {integrity: sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==} + is-finalizationregistry@1.1.1: + resolution: {integrity: sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==} + engines: {node: '>= 0.4'} + is-fullwidth-code-point@3.0.0: resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} engines: {node: '>=8'} @@ -11424,6 +11322,10 @@ packages: resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} engines: {node: '>= 0.4'} + is-number-object@1.1.1: + resolution: {integrity: sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==} + engines: {node: '>= 0.4'} + is-number@7.0.0: resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} engines: {node: '>=0.12.0'} @@ -11432,10 +11334,6 @@ packages: resolution: {integrity: sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==} engines: {node: '>=0.10.0'} - is-path-inside@3.0.3: - resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} - engines: {node: '>=8'} - is-plain-obj@1.1.0: resolution: {integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==} engines: {node: '>=0.10.0'} @@ -11461,6 +11359,10 @@ packages: resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} engines: {node: '>= 0.4'} + is-regex@1.2.1: + resolution: {integrity: sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==} + engines: {node: '>= 0.4'} + is-regexp@1.0.0: resolution: {integrity: sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==} engines: {node: '>=0.10.0'} @@ -11493,14 +11395,26 @@ packages: resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==} engines: {node: '>= 0.4'} + is-string@1.1.1: + resolution: {integrity: sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==} + engines: {node: '>= 0.4'} + is-symbol@1.0.4: resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} engines: {node: '>= 0.4'} + is-symbol@1.1.1: + resolution: {integrity: sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==} + engines: {node: '>= 0.4'} + is-typed-array@1.1.13: resolution: {integrity: sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==} engines: {node: '>= 0.4'} + is-typed-array@1.1.15: + resolution: {integrity: sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==} + engines: {node: '>= 0.4'} + is-unicode-supported@0.1.0: resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} engines: {node: '>=10'} @@ -11516,6 +11430,10 @@ packages: is-weakref@1.0.2: resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} + is-weakref@1.1.0: + resolution: {integrity: sha512-SXM8Nwyys6nT5WP6pltOwKytLV7FqQ4UiibxVmW+EIosHcmCqkkjViTb5SNssDlkCiEYRP1/pdWUKVvZBmsR2Q==} + engines: {node: '>= 0.4'} + is-weakset@2.0.3: resolution: {integrity: sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==} engines: {node: '>= 0.4'} @@ -11579,8 +11497,9 @@ packages: resolution: {integrity: sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==} engines: {node: '>=8'} - iterator.prototype@1.1.2: - resolution: {integrity: sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==} + iterator.prototype@1.1.4: + resolution: {integrity: sha512-x4WH0BWmrMmg4oHHl+duwubhrvczGlyuGAZu3nvrf0UXOfPu8IhZObFEr7DE/iv01YgVZrsOiRcqw2srkKEDIA==} + engines: {node: '>= 0.4'} its-fine@1.2.5: resolution: {integrity: sha512-fXtDA0X0t0eBYAGLVM5YsgJGsJ5jEmqZEPrGbzdf5awjv0xE7nqv3TVnvtUF060Tkes15DbDAKW/I48vsb6SyA==} @@ -11731,12 +11650,13 @@ packages: resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==} hasBin: true + jiti@1.21.7: + resolution: {integrity: sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==} + hasBin: true + joi@17.13.3: resolution: {integrity: sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA==} - jose@5.2.4: - resolution: {integrity: sha512-6ScbIk2WWCeXkmzF6bRPmEuaqy1m8SbsRFMa/FLrSCkGIhj8OLVG/IH+XHVmNMx/KUo8cVWEE6oKR4dJ+S0Rkg==} - jose@5.6.3: resolution: {integrity: sha512-1Jh//hEEwMhNYPDDLwXHa2ePWgWiFNNUadVmguAAw2IJ6sj9mNxV5tGXJNqlMkJAybF6Lgw1mISDxTePP/187g==} @@ -12002,6 +11922,10 @@ packages: resolution: {integrity: sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==} engines: {node: '>=14'} + lilconfig@3.1.3: + resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==} + engines: {node: '>=14'} + lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} @@ -12258,6 +12182,10 @@ packages: engines: {node: '>= 16'} hasBin: true + math-intrinsics@1.1.0: + resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==} + engines: {node: '>= 0.4'} + mathml-tag-names@2.1.3: resolution: {integrity: sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==} @@ -12422,9 +12350,6 @@ packages: micromark-extension-gfm@3.0.0: resolution: {integrity: sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==} - micromark-extension-math@3.0.0: - resolution: {integrity: sha512-iJ2Q28vBoEovLN5o3GO12CpqorQRYDPT+p4zW50tGwTfJB+iv/VnB6Ini+gqa24K97DwptMBBIvVX6Bjk49oyQ==} - micromark-extension-math@3.1.0: resolution: {integrity: sha512-lvEqd+fHjATVs+2v/8kg9i5Q0AP2k85H0WUOwpIVvUML8BapsMvh1XAogmQjOCsLpoKRCVQqEkQBB3NhVBcsOg==} @@ -12631,10 +12556,6 @@ packages: resolution: {integrity: sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==} engines: {node: '>=10'} - minimatch@9.0.3: - resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==} - engines: {node: '>=16 || 14 >=14.17'} - minimatch@9.0.4: resolution: {integrity: sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==} engines: {node: '>=16 || 14 >=14.17'} @@ -12672,9 +12593,6 @@ packages: engines: {node: '>=10'} hasBin: true - mlly@1.7.0: - resolution: {integrity: sha512-U9SDaXGEREBYQgfejV97coK0UL1r+qnF2SyO9A3qcI8MzKnsIFKHNVEkrDyNncQTKQQumsasmeq84eNMdBfsNQ==} - mlly@1.7.2: resolution: {integrity: sha512-tN3dvVHYVz4DhSXinXIk7u9syPYaJvio118uomkovAtWBT+RdbP6Lfh/5Lvo519YMmwBafwlh20IPTXIStscpA==} @@ -12715,11 +12633,6 @@ packages: mz@2.7.0: resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} - nanoid@3.3.7: - resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==} - engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} - hasBin: true - nanoid@3.3.8: resolution: {integrity: sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} @@ -12756,7 +12669,7 @@ packages: next-router-mock@0.9.13: resolution: {integrity: sha512-906n2RRaE6Y28PfYJbaz5XZeJ6Tw8Xz1S6E31GGwZ0sXB6/XjldD1/2azn1ZmBmRk5PQRkzjg+n+RHZe5xQzWA==} peerDependencies: - next: npm:@fern-api/next@14.2.9-fork.2 + next: '>=10.0.0' react: 18.3.1 next-themes@0.4.3: @@ -12768,6 +12681,27 @@ packages: next-tick@1.1.0: resolution: {integrity: sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==} + next@15.1.2: + resolution: {integrity: sha512-nLJDV7peNy+0oHlmY2JZjzMfJ8Aj0/dd3jCwSZS8ZiO5nkQfcZRqDrRN3U5rJtqVTQneIOGZzb6LCNrk7trMCQ==} + engines: {node: ^18.18.0 || ^19.8.0 || >= 20.0.0} + hasBin: true + peerDependencies: + '@opentelemetry/api': ^1.1.0 + '@playwright/test': ^1.41.2 + babel-plugin-react-compiler: '*' + react: 18.3.1 + react-dom: 18.3.1 + sass: ^1.3.0 + peerDependenciesMeta: + '@opentelemetry/api': + optional: true + '@playwright/test': + optional: true + babel-plugin-react-compiler: + optional: true + sass: + optional: true + nlcst-to-string@3.1.1: resolution: {integrity: sha512-63mVyqaqt0cmn2VcI2aH6kxe1rLAmSROqHMA0i4qqg1tidkfExgpb0FGMikMCn86mw5dFtBtEANfmSSK7TjNHw==} @@ -12877,6 +12811,10 @@ packages: object-inspect@1.13.1: resolution: {integrity: sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==} + object-inspect@1.13.3: + resolution: {integrity: sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==} + engines: {node: '>= 0.4'} + object-is@1.1.6: resolution: {integrity: sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==} engines: {node: '>= 0.4'} @@ -12905,10 +12843,6 @@ packages: resolution: {integrity: sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==} engines: {node: '>= 0.4'} - object.hasown@1.1.4: - resolution: {integrity: sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==} - engines: {node: '>= 0.4'} - object.values@1.2.0: resolution: {integrity: sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==} engines: {node: '>= 0.4'} @@ -13243,9 +13177,6 @@ packages: pkg-types@1.0.3: resolution: {integrity: sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==} - pkg-types@1.1.1: - resolution: {integrity: sha512-ko14TjmDuQJ14zsotODv7dBlwxKhUKQEhuhmbqo1uCi9BB0Z2alo/wAXg6q1dTR5TyuqYyWhjtfe/Tsh+X28jQ==} - pkg-types@1.2.1: resolution: {integrity: sha512-sQoqa8alT3nHjGuTjuKgOnvjo4cljkufdtLMnO2LBP/wRwuDlo1tkaEdMxCRhyGRPacv/ztlZgDPm2b7FAmEvw==} @@ -13473,6 +13404,12 @@ packages: peerDependencies: postcss: 8.4.31 + postcss-nested@6.2.0: + resolution: {integrity: sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==} + engines: {node: '>=12.0'} + peerDependencies: + postcss: 8.4.31 + postcss-normalize-charset@6.0.2: resolution: {integrity: sha512-a8N9czmdnrjPHa3DeFlwqst5eaL5W8jYu3EBbTTkI5FHkfMhFZh1EGbku6jhHhIzTA6tquI2P42NtZ59M/H/kQ==} engines: {node: ^14 || ^16 || >=18.0} @@ -13568,6 +13505,10 @@ packages: resolution: {integrity: sha512-A0RVJrX+IUkVZbW3ClroRWurercFhieevHB38sr2+l9eUClMqome3LmEmnhlNy+5Mr2EYN6B2Kaw9wYdd+VHiw==} engines: {node: '>=4'} + postcss-selector-parser@6.1.2: + resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==} + engines: {node: '>=4'} + postcss-svgo@6.0.3: resolution: {integrity: sha512-dlrahRmxP22bX6iKEjOM+c8/1p+81asjKT+V5lrgOH944ryx/OHpclnIbGsKVd3uWOXFLYJwCVf0eEkJGvO96g==} engines: {node: ^14 || ^16 || >= 18} @@ -13612,18 +13553,76 @@ packages: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} + prettier-plugin-packagejson@2.5.6: + resolution: {integrity: sha512-TY7KiLtyt6Tlf53BEbXUWkN0+TRdHKgIMmtXtDCyHH6yWnZ50Lwq6Vb6lyjapZrhDTXooC4EtlY5iLe1sCgi5w==} + peerDependencies: + prettier: '>= 1.16.0' + peerDependenciesMeta: + prettier: + optional: true + + prettier-plugin-tailwindcss@0.6.9: + resolution: {integrity: sha512-r0i3uhaZAXYP0At5xGfJH876W3HHGHDp+LCRUJrs57PBeQ6mYHMwr25KH8NPX44F2yGTvdnH7OqCshlQx183Eg==} + engines: {node: '>=14.21.3'} + peerDependencies: + '@ianvs/prettier-plugin-sort-imports': '*' + '@prettier/plugin-pug': '*' + '@shopify/prettier-plugin-liquid': '*' + '@trivago/prettier-plugin-sort-imports': '*' + '@zackad/prettier-plugin-twig-melody': '*' + prettier: ^3.0 + prettier-plugin-astro: '*' + prettier-plugin-css-order: '*' + prettier-plugin-import-sort: '*' + prettier-plugin-jsdoc: '*' + prettier-plugin-marko: '*' + prettier-plugin-multiline-arrays: '*' + prettier-plugin-organize-attributes: '*' + prettier-plugin-organize-imports: '*' + prettier-plugin-sort-imports: '*' + prettier-plugin-style-order: '*' + prettier-plugin-svelte: '*' + peerDependenciesMeta: + '@ianvs/prettier-plugin-sort-imports': + optional: true + '@prettier/plugin-pug': + optional: true + '@shopify/prettier-plugin-liquid': + optional: true + '@trivago/prettier-plugin-sort-imports': + optional: true + '@zackad/prettier-plugin-twig-melody': + optional: true + prettier-plugin-astro: + optional: true + prettier-plugin-css-order: + optional: true + prettier-plugin-import-sort: + optional: true + prettier-plugin-jsdoc: + optional: true + prettier-plugin-marko: + optional: true + prettier-plugin-multiline-arrays: + optional: true + prettier-plugin-organize-attributes: + optional: true + prettier-plugin-organize-imports: + optional: true + prettier-plugin-sort-imports: + optional: true + prettier-plugin-style-order: + optional: true + prettier-plugin-svelte: + optional: true + prettier@2.8.8: resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==} engines: {node: '>=10.13.0'} hasBin: true - prettier@3.3.2: - resolution: {integrity: sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==} - engines: {node: '>=14'} - hasBin: true - - prettier@3.3.3: - resolution: {integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==} + prettier@3.4.2: + resolution: {integrity: sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==} engines: {node: '>=14'} hasBin: true @@ -13812,7 +13811,7 @@ packages: react-docgen-typescript@2.2.2: resolution: {integrity: sha512-tvg2ZtOpOi6QDwsb3GZhOjDkkX0h8Z2gipvTg6OVMUyoYoURhEiRNePT8NZItTVCDh39JJHnLdfCOkzoLbFnTg==} peerDependencies: - typescript: '>= 4.3.x' + typescript: 5.7.2 react-docgen@7.0.3: resolution: {integrity: sha512-i8aF1nyKInZnANZ4uZrH49qn1paRgBZ7wZiCNBMnenlPzEv0mRl+ShpTVEI6wZNl8sSc79xZkivtgLKQArcanQ==} @@ -13859,7 +13858,7 @@ packages: react-instantsearch-nextjs@0.3.17: resolution: {integrity: sha512-JtCTr+wsf4VnUT013I1kISWkFV8wgkxwZu8XTe93yCj2gSBe8FGXvOzHEtC18IiSOCl0q1D/sL/iWqZ8pC12Vw==} peerDependencies: - next: npm:@fern-api/next@14.2.9-fork.2 + next: '>= 13.4 < 15' react-instantsearch: '>= 7.1.0 < 8' react-instantsearch@7.13.7: @@ -14042,6 +14041,10 @@ packages: resolution: {integrity: sha512-fmfw4XgoDke3kdI6h4xcUz1dG8uaiv5q9gcEwLS4Pnth2kxT+GZ7YehS1JTMGBQmtV7Y4GFGbs2re2NqhdozUg==} engines: {node: '>= 0.4'} + reflect.getprototypeof@1.0.9: + resolution: {integrity: sha512-r0Ay04Snci87djAsI4U+WNRcSw5S4pOH7qFjd/veA5gC7TbqESR3tcj28ia95L/fYUDw11JKP7uqUKUAfVvV5Q==} + engines: {node: '>= 0.4'} + regenerate-unicode-properties@10.2.0: resolution: {integrity: sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==} engines: {node: '>=4'} @@ -14071,6 +14074,10 @@ packages: resolution: {integrity: sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==} engines: {node: '>= 0.4'} + regexp.prototype.flags@1.5.3: + resolution: {integrity: sha512-vqlC04+RQoFalODCbCumG2xIOvapzVMHwsyIGM/SIE8fRhFFsXeH8/QQ+s0T0kDAhKc4k30s73/0ydkHQz6HlQ==} + engines: {node: '>= 0.4'} + regexpu-core@6.1.1: resolution: {integrity: sha512-k67Nb9jvwJcJmVpw0jPttR1/zVfnKf8Km0IPatrU/zJ5XeG3+Slx0xLXs9HByJSzXzrlz5EDvN6yLNMDc2qdnw==} engines: {node: '>=4'} @@ -14308,6 +14315,10 @@ packages: resolution: {integrity: sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==} engines: {node: '>=0.4'} + safe-array-concat@1.1.3: + resolution: {integrity: sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==} + engines: {node: '>=0.4'} + safe-buffer@5.1.2: resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} @@ -14318,6 +14329,10 @@ packages: resolution: {integrity: sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==} engines: {node: '>= 0.4'} + safe-regex-test@1.1.0: + resolution: {integrity: sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==} + engines: {node: '>= 0.4'} + safe-stable-stringify@2.4.3: resolution: {integrity: sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g==} engines: {node: '>=10'} @@ -14473,6 +14488,10 @@ packages: resolution: {integrity: sha512-vHUeXJU1UvlO/BNwTpT0x/r53WkLUVxrmb5JTgW92fdFCFk0ispLMAeu/jPO2vjkXM1fYUi3K7/qcLF47pwM1A==} engines: {libvips: '>=8.15.2', node: ^18.17.0 || ^20.3.0 || >=21.0.0} + sharp@0.33.5: + resolution: {integrity: sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + shebang-command@2.0.0: resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} engines: {node: '>=8'} @@ -14484,10 +14503,26 @@ packages: shiki@1.24.0: resolution: {integrity: sha512-qIneep7QRwxRd5oiHb8jaRzH15V/S8F3saCXOdjwRLgozZJr5x2yeBhQtqkO3FSzQDwYEFAYuifg4oHjpDghrg==} + side-channel-list@1.0.0: + resolution: {integrity: sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==} + engines: {node: '>= 0.4'} + + side-channel-map@1.0.1: + resolution: {integrity: sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==} + engines: {node: '>= 0.4'} + + side-channel-weakmap@1.0.2: + resolution: {integrity: sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==} + engines: {node: '>= 0.4'} + side-channel@1.0.6: resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==} engines: {node: '>= 0.4'} + side-channel@1.1.0: + resolution: {integrity: sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==} + engines: {node: '>= 0.4'} + siginfo@2.0.0: resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==} @@ -14551,6 +14586,13 @@ packages: resolution: {integrity: sha512-vzn8aSqKgytVik0iwdBEi+zevbTYZogewTUM6dtpmGwEcdzbub/TX4bCzRhebDCRC3QzXgJsLRKB2V/Oof7HXg==} engines: {node: '>=0.10.0'} + sort-object-keys@1.1.3: + resolution: {integrity: sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==} + + sort-package-json@2.12.0: + resolution: {integrity: sha512-/HrPQAeeLaa+vbAH/znjuhwUluuiM/zL5XX9kop8UpDgjtyWKt43hGDk2vd/TBdDpzIyzIHVUgmYofzYrAQjew==} + hasBin: true + source-map-js@1.2.0: resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==} engines: {node: '>=0.10.0'} @@ -14672,10 +14714,21 @@ packages: resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} engines: {node: '>=12'} + string.prototype.includes@2.0.1: + resolution: {integrity: sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==} + engines: {node: '>= 0.4'} + string.prototype.matchall@4.0.11: resolution: {integrity: sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==} engines: {node: '>= 0.4'} + string.prototype.repeat@1.0.0: + resolution: {integrity: sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==} + + string.prototype.trim@1.2.10: + resolution: {integrity: sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==} + engines: {node: '>= 0.4'} + string.prototype.trim@1.2.9: resolution: {integrity: sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==} engines: {node: '>= 0.4'} @@ -14683,6 +14736,10 @@ packages: string.prototype.trimend@1.0.8: resolution: {integrity: sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==} + string.prototype.trimend@1.0.9: + resolution: {integrity: sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==} + engines: {node: '>= 0.4'} + string.prototype.trimstart@1.0.8: resolution: {integrity: sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==} engines: {node: '>= 0.4'} @@ -14864,7 +14921,7 @@ packages: resolution: {integrity: sha512-n2dCWH+0ppr0/by4EYCLWW7g5LU+l4UzUIsYS7xbVHqvm9UWa7UhltNdNiz5NmLF/FmbJR4Yd/v9DuUGvLw1Tg==} peerDependencies: stylelint: '>=13.13.1' - tailwindcss: '>=2.2.16' + tailwindcss: 3.4.17 stylelint-scss@6.3.0: resolution: {integrity: sha512-8OSpiuf1xC7f8kllJsBOFAOYp/mR/C1FXMVeOFjtJPw+AFvEmC93FaklHt7MlOqU4poxuQ1TkYMyfI0V+1SxjA==} @@ -14945,6 +15002,10 @@ packages: synchronous-promise@2.0.17: resolution: {integrity: sha512-AsS729u2RHUfEra9xJrE39peJcc2stq2+poBXX8bcM08Y6g9j/i/PUzwNQqkaJde7Ntg1TO7bSREbR5sdosQ+g==} + synckit@0.9.2: + resolution: {integrity: sha512-vrozgXDQwYO72vHjUb/HnFbQx1exDjoKzqx23aXEg2a9VIg2TSFZ8FmeZpTjUCFMYw7mpX4BE2SFu8wI7asYsw==} + engines: {node: ^14.18.0 || >=16.0.0} + system-architecture@0.1.0: resolution: {integrity: sha512-ulAk51I9UVUyJgxlv9M6lFot2WP3e7t8Kz9+IS6D4rVba1tR9kON+Ey69f+1R4Q8cd45Lod6a4IcJIxnzGc/zA==} engines: {node: '>=18'} @@ -14962,10 +15023,10 @@ packages: tailwindcss-animate@1.0.7: resolution: {integrity: sha512-bl6mpH3T7I3UFxuvDEXLxy/VuFxBk5bbzplh7tXI68mwMokNYd1t9qPBHlnyTwfa4JGC4zP516I1hYYtQ/vspA==} peerDependencies: - tailwindcss: '>=3.0.0 || insiders' + tailwindcss: 3.4.17 - tailwindcss@3.4.3: - resolution: {integrity: sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==} + tailwindcss@3.4.17: + resolution: {integrity: sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==} engines: {node: '>=14.0.0'} hasBin: true @@ -15019,9 +15080,6 @@ packages: text-hex@1.0.0: resolution: {integrity: sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==} - text-table@0.2.0: - resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} - thenify-all@1.6.0: resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==} engines: {node: '>=0.8'} @@ -15029,9 +15087,6 @@ packages: thenify@3.3.1: resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==} - third-party-capital@1.0.20: - resolution: {integrity: sha512-oB7yIimd8SuGptespDAZnNkzIz+NWaJCu2RMsbs4Wmp9zSDUM8Nhi3s2OOcqYuv3mN4hitXc8DVx+LyUmbUDiA==} - three-mesh-bvh@0.7.8: resolution: {integrity: sha512-BGEZTOIC14U0XIRw3tO4jY7IjP7n7v24nv9JXS1CyeVRWOCkcOMhRnmENUjuV39gktAw4Ofhr0OvIAiTspQrrw==} deprecated: Deprecated due to three.js version incompatibility. Please use v0.8.0, instead. @@ -15075,9 +15130,6 @@ packages: tinycolor2@1.6.0: resolution: {integrity: sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==} - tinyexec@0.3.0: - resolution: {integrity: sha512-tVGE0mVJPGb0chKhqmsoosjsS+qUnJVGJpZgsHYQcGoPlG3B51R3PouqTgEGH2Dc9jjFyOqOpix6ZHNMXp1FZg==} - tinyexec@0.3.1: resolution: {integrity: sha512-WiCJLEECkO18gwqIp6+hJg0//p23HXp4S+gGtAKu3mI2F2/sXC4FvHvXvB0zJVVaTPhx1/tOwdbRsa1sOBIKqQ==} @@ -15205,7 +15257,7 @@ packages: resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==} engines: {node: '>=16'} peerDependencies: - typescript: '>=4.2.0' + typescript: 5.7.2 ts-dedent@2.2.0: resolution: {integrity: sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==} @@ -15214,7 +15266,7 @@ packages: ts-essentials@10.0.1: resolution: {integrity: sha512-HPH+H2bkkO8FkMDau+hFvv7KYozzned9Zr1Urn7rRPXMF4mZmCKOq+u4AI1AAW+2bofIOXTuSdKo9drQuni2dQ==} peerDependencies: - typescript: '>=4.5.0' + typescript: 5.7.2 peerDependenciesMeta: typescript: optional: true @@ -15222,7 +15274,7 @@ packages: ts-essentials@9.4.1: resolution: {integrity: sha512-oke0rI2EN9pzHsesdmrOrnqv1eQODmJpd/noJjwj2ZPC3Z4N2wbjrOEqnsEgmvlO2+4fBb0a794DCna2elEVIQ==} peerDependencies: - typescript: '>=4.1.0' + typescript: 5.7.2 peerDependenciesMeta: typescript: optional: true @@ -15232,7 +15284,7 @@ packages: engines: {node: '>=14.19.0'} peerDependencies: jsdom: '>=14.x || >=15.x || >=16.x || >=17.x || >=18.x || >=19.x || >=20.x || >=21.x || >=22.x' - typescript: '>=3.2.x || >= 4.x || >= 5.x' + typescript: 5.7.2 peerDependenciesMeta: jsdom: optional: true @@ -15261,7 +15313,7 @@ packages: '@swc/core': '>=1.2.50' '@swc/wasm': '>=1.2.50' '@types/node': '*' - typescript: '>=2.7' + typescript: 5.7.2 peerDependenciesMeta: '@swc/core': optional: true @@ -15288,7 +15340,7 @@ packages: engines: {node: ^14.13.1 || ^16 || >=18} hasBin: true peerDependencies: - typescript: ^4.3.5 || ^5.0.0 + typescript: 5.7.2 peerDependenciesMeta: typescript: optional: true @@ -15324,7 +15376,7 @@ packages: '@microsoft/api-extractor': ^7.36.0 '@swc/core': ^1 postcss: 8.4.31 - typescript: '>=4.5.0' + typescript: 5.7.2 peerDependenciesMeta: '@microsoft/api-extractor': optional: true @@ -15339,7 +15391,7 @@ packages: 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' + typescript: 5.7.2 tsx@4.19.2: resolution: {integrity: sha512-pOUl6Vo2LUq/bSa8S5q7b91cgNSjctn9ugq/+Mvow99qW6x/UZYwzxy/3NmqoT66eHYfCVvFvACC58UBPFf28g==} @@ -15361,38 +15413,38 @@ packages: resolution: {integrity: sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==} engines: {node: '>=0.6.11 <=0.7.0 || >=0.7.3'} - turbo-darwin-64@2.1.2: - resolution: {integrity: sha512-3TEBxHWh99h2yIzkuIigMEOXt/ItYQp0aPiJjPd1xN4oDcsKK5AxiFKPH9pdtfIBzYsY59kQhZiFj0ELnSP7Bw==} + turbo-darwin-64@2.3.3: + resolution: {integrity: sha512-bxX82xe6du/3rPmm4aCC5RdEilIN99VUld4HkFQuw+mvFg6darNBuQxyWSHZTtc25XgYjQrjsV05888w1grpaA==} cpu: [x64] os: [darwin] - turbo-darwin-arm64@2.1.2: - resolution: {integrity: sha512-he0miWNq2WxJzsH82jS2Z4MXpnkzn9SH8a79iPXiJkq25QREImucscM4RPasXm8wARp91pyysJMq6aasD45CeA==} + turbo-darwin-arm64@2.3.3: + resolution: {integrity: sha512-DYbQwa3NsAuWkCUYVzfOUBbSUBVQzH5HWUFy2Kgi3fGjIWVZOFk86ss+xsWu//rlEAfYwEmopigsPYSmW4X15A==} cpu: [arm64] os: [darwin] - turbo-linux-64@2.1.2: - resolution: {integrity: sha512-fKUBcc0rK8Vdqv5a/E3CSpMBLG1bzwv+Q0Q83F8fG2ZfNCNKGbcEYABdonNZkkx141Rj03cZQFCgxu3MVEGU+A==} + turbo-linux-64@2.3.3: + resolution: {integrity: sha512-eHj9OIB0dFaP6BxB88jSuaCLsOQSYWBgmhy2ErCu6D2GG6xW3b6e2UWHl/1Ho9FsTg4uVgo4DB9wGsKa5erjUA==} cpu: [x64] os: [linux] - turbo-linux-arm64@2.1.2: - resolution: {integrity: sha512-sV8Bpmm0WiuxgbhxymcC7wSsuxfBBieI98GegSwbr/bs1ANAgzCg93urIrdKdQ3/b31zZxQwcaP4FBF1wx1Qdg==} + turbo-linux-arm64@2.3.3: + resolution: {integrity: sha512-NmDE/NjZoDj1UWBhMtOPmqFLEBKhzGS61KObfrDEbXvU3lekwHeoPvAMfcovzswzch+kN2DrtbNIlz+/rp8OCg==} cpu: [arm64] os: [linux] - turbo-windows-64@2.1.2: - resolution: {integrity: sha512-wcmIJZI9ORT9ykHGliFE6kWRQrlH930QGSjSgWC8uFChFFuOyUlvC7ttcxuSvU9VqC7NF4C+GVAcFJQ8lTjN7g==} + turbo-windows-64@2.3.3: + resolution: {integrity: sha512-O2+BS4QqjK3dOERscXqv7N2GXNcqHr9hXumkMxDj/oGx9oCatIwnnwx34UmzodloSnJpgSqjl8iRWiY65SmYoQ==} cpu: [x64] os: [win32] - turbo-windows-arm64@2.1.2: - resolution: {integrity: sha512-zdnXjrhk7YO6CP+Q5wPueEvOCLH4lDa6C4rrwiakcWcPgcQGbVozJlo4uaQ6awo8HLWQEvOwu84RkWTdLAc/Hw==} + turbo-windows-arm64@2.3.3: + resolution: {integrity: sha512-dW4ZK1r6XLPNYLIKjC4o87HxYidtRRcBeo/hZ9Wng2XM/MqqYkAyzJXJGgRMsc0MMEN9z4+ZIfnSNBrA0b08ag==} cpu: [arm64] os: [win32] - turbo@2.1.2: - resolution: {integrity: sha512-Jb0rbU4iHEVQ18An/YfakdIv9rKnd3zUfSE117EngrfWXFHo3RndVH96US3GsT8VHpwTncPePDBT2t06PaFLrw==} + turbo@2.3.3: + resolution: {integrity: sha512-DUHWQAcC8BTiUZDRzAYGvpSpGLiaOQPfYXlCieQbwUvmml/LRGIe3raKdrOPOoiX0DYlzxs2nH6BoWJoZrj8hA==} hasBin: true tween-functions@1.2.0: @@ -15413,10 +15465,6 @@ packages: resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==} engines: {node: '>=4'} - type-fest@0.20.2: - resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} - engines: {node: '>=10'} - type-fest@0.21.3: resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} engines: {node: '>=10'} @@ -15452,31 +15500,38 @@ packages: resolution: {integrity: sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==} engines: {node: '>= 0.4'} + typed-array-byte-offset@1.0.4: + resolution: {integrity: sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==} + engines: {node: '>= 0.4'} + typed-array-length@1.0.6: resolution: {integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==} engines: {node: '>= 0.4'} + typed-array-length@1.0.7: + resolution: {integrity: sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==} + engines: {node: '>= 0.4'} + + typescript-eslint@8.18.1: + resolution: {integrity: sha512-Mlaw6yxuaDEPQvb/2Qwu3/TfgeBHy9iTJ3mTwe7OvpPmF6KPQjVOfGyEJpPv6Ez2C34OODChhXrzYw/9phI0MQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: 9.17.0 + typescript: 5.7.2 + typescript-plugin-css-modules@5.1.0: resolution: {integrity: sha512-6h+sLBa4l+XYSTn/31vZHd/1c3SvAbLpobY6FxDiUOHJQG1eD9Gh3eCs12+Eqc+TCOAdxcO+zAPvUq0jBfdciw==} peerDependencies: - typescript: '>=4.0.0' - - typescript@4.9.5: - resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==} - engines: {node: '>=4.2.0'} - hasBin: true + typescript: 5.7.2 - typescript@5.4.3: - resolution: {integrity: sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==} + typescript@5.7.2: + resolution: {integrity: sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==} engines: {node: '>=14.17'} hasBin: true ua-parser-js@1.0.37: resolution: {integrity: sha512-bhTyI94tZofjo+Dn8SN6Zv8nBDvyXTymAdM3LDI/0IboIUwTu1rEhW7v2TfiVsoYWgkQ4kOVqnI8APUFbIQIFQ==} - ufo@1.5.3: - resolution: {integrity: sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==} - ufo@1.5.4: resolution: {integrity: sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==} @@ -15953,10 +16008,18 @@ packages: which-boxed-primitive@1.0.2: resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} + which-boxed-primitive@1.1.1: + resolution: {integrity: sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==} + engines: {node: '>= 0.4'} + which-builtin-type@1.1.3: resolution: {integrity: sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==} engines: {node: '>= 0.4'} + which-builtin-type@1.2.1: + resolution: {integrity: sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==} + engines: {node: '>= 0.4'} + which-collection@1.0.2: resolution: {integrity: sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==} engines: {node: '>= 0.4'} @@ -15969,6 +16032,10 @@ packages: resolution: {integrity: sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==} engines: {node: '>= 0.4'} + which-typed-array@1.1.18: + resolution: {integrity: sha512-qEcY+KJYlWyLH9vNbsr6/5j59AXk5ni5aakf8ldzBvGde6Iz4sxZGkJyWSAueTG7QhOvNRYb1lDdFmL5Td0QKA==} + engines: {node: '>= 0.4'} + which@1.3.1: resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==} hasBin: true @@ -16441,7 +16508,7 @@ snapshots: '@antfu/install-pkg@0.4.1': dependencies: package-manager-detector: 0.2.2 - tinyexec: 0.3.0 + tinyexec: 0.3.1 '@antfu/utils@0.7.10': {} @@ -16469,6 +16536,30 @@ snapshots: transitivePeerDependencies: - '@types/react' + '@apollo/client@3.10.7(@types/react@19.0.2)(graphql-ws@5.16.0(graphql@16.9.0))(graphql@16.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0) + '@wry/caches': 1.0.1 + '@wry/equality': 0.5.7 + '@wry/trie': 0.5.0 + graphql: 16.9.0 + graphql-tag: 2.12.6(graphql@16.9.0) + hoist-non-react-statics: 3.3.2 + optimism: 0.18.0 + prop-types: 15.8.1 + rehackt: 0.1.0(@types/react@19.0.2)(react@18.3.1) + response-iterator: 0.2.6 + symbol-observable: 4.0.0 + ts-invariant: 0.10.3 + tslib: 2.8.0 + zen-observable-ts: 1.2.5 + optionalDependencies: + graphql-ws: 5.16.0(graphql@16.9.0) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + transitivePeerDependencies: + - '@types/react' + '@arcanis/slice-ansi@1.1.1': dependencies: grapheme-splitter: 1.0.4 @@ -17129,10 +17220,6 @@ snapshots: '@jridgewell/trace-mapping': 0.3.25 jsesc: 3.0.2 - '@babel/helper-annotate-as-pure@7.22.5': - dependencies: - '@babel/types': 7.26.0 - '@babel/helper-annotate-as-pure@7.25.9': dependencies: '@babel/types': 7.26.0 @@ -17152,19 +17239,6 @@ snapshots: lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.24.5(@babel/core@7.26.0)': - dependencies: - '@babel/core': 7.26.0 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-member-expression-to-functions': 7.24.5 - '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.24.1(@babel/core@7.26.0) - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/helper-split-export-declaration': 7.24.5 - semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -17207,10 +17281,6 @@ snapshots: dependencies: '@babel/types': 7.24.5 - '@babel/helper-member-expression-to-functions@7.24.5': - dependencies: - '@babel/types': 7.26.0 - '@babel/helper-member-expression-to-functions@7.25.9': dependencies: '@babel/traverse': 7.25.9 @@ -17234,16 +17304,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-optimise-call-expression@7.22.5': - dependencies: - '@babel/types': 7.26.0 - '@babel/helper-optimise-call-expression@7.25.9': dependencies: '@babel/types': 7.26.0 - '@babel/helper-plugin-utils@7.24.5': {} - '@babel/helper-plugin-utils@7.25.9': {} '@babel/helper-remap-async-to-generator@7.25.9(@babel/core@7.26.0)': @@ -17255,13 +17319,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-replace-supers@7.24.1(@babel/core@7.26.0)': - dependencies: - '@babel/core': 7.26.0 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-member-expression-to-functions': 7.24.5 - '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -17278,10 +17335,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-skip-transparent-expression-wrappers@7.22.5': - dependencies: - '@babel/types': 7.26.0 - '@babel/helper-skip-transparent-expression-wrappers@7.25.9': dependencies: '@babel/traverse': 7.25.9 @@ -17388,17 +17441,7 @@ snapshots: '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.24.5 - - '@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.26.0)': - dependencies: - '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.24.5 - - '@babel/plugin-syntax-import-assertions@7.24.1(@babel/core@7.26.0)': - dependencies: - '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-import-assertions@7.26.0(@babel/core@7.26.0)': dependencies: @@ -17443,7 +17486,7 @@ snapshots: '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.26.0)': dependencies: @@ -17514,12 +17557,6 @@ snapshots: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-transform-class-properties@7.24.1(@babel/core@7.26.0)': - dependencies: - '@babel/core': 7.26.0 - '@babel/helper-create-class-features-plugin': 7.24.5(@babel/core@7.26.0) - '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-class-properties@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -17589,12 +17626,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-export-namespace-from@7.24.1(@babel/core@7.26.0)': - dependencies: - '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.26.0) - '@babel/plugin-transform-export-namespace-from@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -17683,29 +17714,15 @@ snapshots: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-transform-nullish-coalescing-operator@7.25.9(@babel/core@7.26.0)': - dependencies: - '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.25.9 - - '@babel/plugin-transform-numeric-separator@7.24.1(@babel/core@7.26.0)': - dependencies: - '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.26.0) - - '@babel/plugin-transform-numeric-separator@7.25.9(@babel/core@7.26.0)': + '@babel/plugin-transform-nullish-coalescing-operator@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-transform-object-rest-spread@7.24.5(@babel/core@7.26.0)': + '@babel/plugin-transform-numeric-separator@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-compilation-targets': 7.25.9 - '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.26.0) - '@babel/plugin-transform-parameters': 7.24.5(@babel/core@7.26.0) + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-object-rest-spread@7.25.9(@babel/core@7.26.0)': dependencies: @@ -17735,11 +17752,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-parameters@7.24.5(@babel/core@7.26.0)': - dependencies: - '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-transform-parameters@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -17782,12 +17794,12 @@ snapshots: '@babel/plugin-transform-react-jsx-self@7.24.5(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-react-jsx-source@7.24.1(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.0)': dependencies: @@ -17829,7 +17841,7 @@ snapshots: '@babel/helper-module-imports': 7.25.9 '@babel/helper-plugin-utils': 7.25.9 babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.26.0) - babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.26.0) + babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.26.0) babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.26.0) semver: 6.3.1 transitivePeerDependencies: @@ -18092,21 +18104,9 @@ snapshots: dependencies: commander: 2.20.3 - '@chromatic-com/storybook@1.3.5(react@18.3.1)': - dependencies: - chromatic: 11.3.2 - filesize: 10.1.1 - jsonfile: 6.1.0 - react-confetti: 6.1.0(react@18.3.1) - strip-ansi: 7.1.0 - transitivePeerDependencies: - - '@chromatic-com/cypress' - - '@chromatic-com/playwright' - - react - '@chromatic-com/storybook@1.4.0(react@18.3.1)': dependencies: - chromatic: 11.3.2 + chromatic: 11.18.1 filesize: 10.1.1 jsonfile: 6.1.0 react-confetti: 6.1.0(react@18.3.1) @@ -18116,13 +18116,13 @@ snapshots: - '@chromatic-com/playwright' - react - '@chromatic-com/storybook@3.2.2(react@18.3.1)(storybook@8.4.4(prettier@3.3.3))': + '@chromatic-com/storybook@3.2.2(react@18.3.1)(storybook@8.4.4(prettier@3.4.2))': dependencies: chromatic: 11.18.1 filesize: 10.1.1 jsonfile: 6.1.0 react-confetti: 6.1.0(react@18.3.1) - storybook: 8.4.4(prettier@3.3.3) + storybook: 8.4.4(prettier@3.4.2) strip-ansi: 7.1.0 transitivePeerDependencies: - '@chromatic-com/cypress' @@ -18184,6 +18184,11 @@ snapshots: tslib: 2.8.0 optional: true + '@emnapi/runtime@1.3.1': + dependencies: + tslib: 2.8.0 + optional: true + '@emotion/is-prop-valid@0.8.8': dependencies: '@emotion/memoize': 0.7.4 @@ -18277,19 +18282,37 @@ snapshots: '@esbuild/win32-x64@0.20.2': optional: true - '@eslint-community/eslint-utils@4.4.0(eslint@8.57.0)': + '@eslint-community/eslint-utils@4.4.0(eslint@9.17.0(jiti@1.21.7))': dependencies: - eslint: 8.57.0 + eslint: 9.17.0(jiti@1.21.7) eslint-visitor-keys: 3.4.3 '@eslint-community/regexpp@4.10.0': {} - '@eslint/eslintrc@2.1.4': + '@eslint-community/regexpp@4.12.1': {} + + '@eslint/compat@1.2.4(eslint@9.17.0(jiti@1.21.7))': + optionalDependencies: + eslint: 9.17.0(jiti@1.21.7) + + '@eslint/config-array@0.19.1': + dependencies: + '@eslint/object-schema': 2.1.5 + debug: 4.3.7 + minimatch: 3.1.2 + transitivePeerDependencies: + - supports-color + + '@eslint/core@0.9.1': + dependencies: + '@types/json-schema': 7.0.15 + + '@eslint/eslintrc@3.2.0': dependencies: ajv: 6.12.6 - debug: 4.3.4(supports-color@5.5.0) - espree: 9.6.1 - globals: 13.24.0 + debug: 4.3.7 + espree: 10.3.0 + globals: 14.0.0 ignore: 5.3.1 import-fresh: 3.3.0 js-yaml: 4.1.0 @@ -18298,7 +18321,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@eslint/js@8.57.0': {} + '@eslint/js@9.17.0': {} + + '@eslint/object-schema@2.1.5': {} + + '@eslint/plugin-kit@0.2.4': + dependencies: + levn: 0.4.1 '@fal-works/esbuild-plugin-global-externals@2.1.2': {} @@ -18413,17 +18442,6 @@ snapshots: transitivePeerDependencies: - encoding - '@fern-fern/proxy-sdk@0.0.26': - dependencies: - form-data: 4.0.0 - formdata-node: 6.0.3 - node-fetch: 2.7.0 - qs: 6.11.2 - readable-stream: 4.5.2 - url-join: 4.0.1 - transitivePeerDependencies: - - encoding - '@fern-fern/revalidation-sdk@0.0.9': dependencies: form-data: 4.0.0 @@ -18544,17 +18562,18 @@ snapshots: dependencies: '@hapi/hoek': 9.3.0 - '@humanwhocodes/config-array@0.11.14': + '@humanfs/core@0.19.1': {} + + '@humanfs/node@0.16.6': dependencies: - '@humanwhocodes/object-schema': 2.0.3 - debug: 4.3.4(supports-color@5.5.0) - minimatch: 3.1.2 - transitivePeerDependencies: - - supports-color + '@humanfs/core': 0.19.1 + '@humanwhocodes/retry': 0.3.1 '@humanwhocodes/module-importer@1.0.1': {} - '@humanwhocodes/object-schema@2.0.3': {} + '@humanwhocodes/retry@0.3.1': {} + + '@humanwhocodes/retry@0.4.1': {} '@iconify/types@2.0.0': {} @@ -18575,89 +18594,164 @@ snapshots: '@img/sharp-libvips-darwin-arm64': 1.0.2 optional: true + '@img/sharp-darwin-arm64@0.33.5': + optionalDependencies: + '@img/sharp-libvips-darwin-arm64': 1.0.4 + optional: true + '@img/sharp-darwin-x64@0.33.3': optionalDependencies: '@img/sharp-libvips-darwin-x64': 1.0.2 optional: true + '@img/sharp-darwin-x64@0.33.5': + optionalDependencies: + '@img/sharp-libvips-darwin-x64': 1.0.4 + optional: true + '@img/sharp-libvips-darwin-arm64@1.0.2': optional: true + '@img/sharp-libvips-darwin-arm64@1.0.4': + optional: true + '@img/sharp-libvips-darwin-x64@1.0.2': optional: true + '@img/sharp-libvips-darwin-x64@1.0.4': + optional: true + '@img/sharp-libvips-linux-arm64@1.0.2': optional: true + '@img/sharp-libvips-linux-arm64@1.0.4': + optional: true + '@img/sharp-libvips-linux-arm@1.0.2': optional: true + '@img/sharp-libvips-linux-arm@1.0.5': + optional: true + '@img/sharp-libvips-linux-s390x@1.0.2': optional: true + '@img/sharp-libvips-linux-s390x@1.0.4': + optional: true + '@img/sharp-libvips-linux-x64@1.0.2': optional: true + '@img/sharp-libvips-linux-x64@1.0.4': + optional: true + '@img/sharp-libvips-linuxmusl-arm64@1.0.2': optional: true + '@img/sharp-libvips-linuxmusl-arm64@1.0.4': + optional: true + '@img/sharp-libvips-linuxmusl-x64@1.0.2': optional: true + '@img/sharp-libvips-linuxmusl-x64@1.0.4': + optional: true + '@img/sharp-linux-arm64@0.33.3': optionalDependencies: '@img/sharp-libvips-linux-arm64': 1.0.2 optional: true + '@img/sharp-linux-arm64@0.33.5': + optionalDependencies: + '@img/sharp-libvips-linux-arm64': 1.0.4 + optional: true + '@img/sharp-linux-arm@0.33.3': optionalDependencies: '@img/sharp-libvips-linux-arm': 1.0.2 optional: true + '@img/sharp-linux-arm@0.33.5': + optionalDependencies: + '@img/sharp-libvips-linux-arm': 1.0.5 + optional: true + '@img/sharp-linux-s390x@0.33.3': optionalDependencies: '@img/sharp-libvips-linux-s390x': 1.0.2 optional: true + '@img/sharp-linux-s390x@0.33.5': + optionalDependencies: + '@img/sharp-libvips-linux-s390x': 1.0.4 + optional: true + '@img/sharp-linux-x64@0.33.3': optionalDependencies: '@img/sharp-libvips-linux-x64': 1.0.2 optional: true + '@img/sharp-linux-x64@0.33.5': + optionalDependencies: + '@img/sharp-libvips-linux-x64': 1.0.4 + optional: true + '@img/sharp-linuxmusl-arm64@0.33.3': optionalDependencies: '@img/sharp-libvips-linuxmusl-arm64': 1.0.2 optional: true + '@img/sharp-linuxmusl-arm64@0.33.5': + optionalDependencies: + '@img/sharp-libvips-linuxmusl-arm64': 1.0.4 + optional: true + '@img/sharp-linuxmusl-x64@0.33.3': optionalDependencies: '@img/sharp-libvips-linuxmusl-x64': 1.0.2 optional: true + '@img/sharp-linuxmusl-x64@0.33.5': + optionalDependencies: + '@img/sharp-libvips-linuxmusl-x64': 1.0.4 + optional: true + '@img/sharp-wasm32@0.33.3': dependencies: '@emnapi/runtime': 1.1.1 optional: true + '@img/sharp-wasm32@0.33.5': + dependencies: + '@emnapi/runtime': 1.3.1 + optional: true + '@img/sharp-win32-ia32@0.33.3': optional: true + '@img/sharp-win32-ia32@0.33.5': + optional: true + '@img/sharp-win32-x64@0.33.3': optional: true + '@img/sharp-win32-x64@0.33.5': + optional: true + '@inkeep/color-mode@0.0.24(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@inkeep/components@0.0.24(@ark-ui/react@0.15.0(@internationalized/date@3.5.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@internationalized/date@3.5.4)(jsdom@24.0.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.4.3)': + '@inkeep/components@0.0.24(@ark-ui/react@0.15.0(@internationalized/date@3.5.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@internationalized/date@3.5.4)(jsdom@24.0.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)': dependencies: '@ark-ui/react': 0.15.0(@internationalized/date@3.5.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@inkeep/preset': 0.0.24(@internationalized/date@3.5.4)(jsdom@24.0.0)(typescript@5.4.3) - '@inkeep/preset-chakra': 0.0.24(@internationalized/date@3.5.4)(jsdom@24.0.0)(typescript@5.4.3) + '@inkeep/preset': 0.0.24(@internationalized/date@3.5.4)(jsdom@24.0.0)(typescript@5.7.2) + '@inkeep/preset-chakra': 0.0.24(@internationalized/date@3.5.4)(jsdom@24.0.0)(typescript@5.7.2) '@inkeep/shared': 0.0.25 '@inkeep/styled-system': 0.0.44 - '@pandacss/dev': 0.22.1(jsdom@24.0.0)(typescript@5.4.3) + '@pandacss/dev': 0.22.1(jsdom@24.0.0)(typescript@5.7.2) framer-motion: 10.18.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -18666,23 +18760,23 @@ snapshots: - jsdom - typescript - '@inkeep/preset-chakra@0.0.24(@internationalized/date@3.5.4)(jsdom@24.0.0)(typescript@5.4.3)': + '@inkeep/preset-chakra@0.0.24(@internationalized/date@3.5.4)(jsdom@24.0.0)(typescript@5.7.2)': dependencies: '@ark-ui/anatomy': 0.1.0(@internationalized/date@3.5.4) '@inkeep/shared': 0.0.25 - '@pandacss/dev': 0.22.1(jsdom@24.0.0)(typescript@5.4.3) + '@pandacss/dev': 0.22.1(jsdom@24.0.0)(typescript@5.7.2) transitivePeerDependencies: - '@internationalized/date' - jsdom - typescript - '@inkeep/preset@0.0.24(@internationalized/date@3.5.4)(jsdom@24.0.0)(typescript@5.4.3)': + '@inkeep/preset@0.0.24(@internationalized/date@3.5.4)(jsdom@24.0.0)(typescript@5.7.2)': dependencies: '@ark-ui/anatomy': 0.1.0(@internationalized/date@3.5.4) - '@inkeep/preset-chakra': 0.0.24(@internationalized/date@3.5.4)(jsdom@24.0.0)(typescript@5.4.3) + '@inkeep/preset-chakra': 0.0.24(@internationalized/date@3.5.4)(jsdom@24.0.0)(typescript@5.7.2) '@inkeep/shared': 0.0.25 - '@pandacss/dev': 0.22.1(jsdom@24.0.0)(typescript@5.4.3) - colorjs.io: 0.4.5 + '@pandacss/dev': 0.22.1(jsdom@24.0.0)(typescript@5.7.2) + colorjs.io: 0.5.2 transitivePeerDependencies: - '@internationalized/date' - jsdom @@ -18694,14 +18788,14 @@ snapshots: '@inkeep/styled-system@0.0.46': {} - '@inkeep/widgets@0.2.288(@internationalized/date@3.5.4)(@types/react@18.3.3)(jsdom@24.0.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.4.3)': + '@inkeep/widgets@0.2.288(@internationalized/date@3.5.4)(@types/react@18.3.3)(jsdom@24.0.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)': dependencies: '@apollo/client': 3.10.7(@types/react@18.3.3)(graphql-ws@5.16.0(graphql@16.9.0))(graphql@16.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@ark-ui/react': 0.15.0(@internationalized/date@3.5.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@inkeep/color-mode': 0.0.24(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@inkeep/components': 0.0.24(@ark-ui/react@0.15.0(@internationalized/date@3.5.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@internationalized/date@3.5.4)(jsdom@24.0.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.4.3) - '@inkeep/preset': 0.0.24(@internationalized/date@3.5.4)(jsdom@24.0.0)(typescript@5.4.3) - '@inkeep/preset-chakra': 0.0.24(@internationalized/date@3.5.4)(jsdom@24.0.0)(typescript@5.4.3) + '@inkeep/components': 0.0.24(@ark-ui/react@0.15.0(@internationalized/date@3.5.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@internationalized/date@3.5.4)(jsdom@24.0.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2) + '@inkeep/preset': 0.0.24(@internationalized/date@3.5.4)(jsdom@24.0.0)(typescript@5.7.2) + '@inkeep/preset-chakra': 0.0.24(@internationalized/date@3.5.4)(jsdom@24.0.0)(typescript@5.7.2) '@inkeep/shared': 0.0.25 '@inkeep/styled-system': 0.0.46 '@types/lodash.isequal': 4.5.8 @@ -18731,6 +18825,43 @@ snapshots: - supports-color - typescript + '@inkeep/widgets@0.2.288(@internationalized/date@3.5.4)(@types/react@19.0.2)(jsdom@24.0.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)': + dependencies: + '@apollo/client': 3.10.7(@types/react@19.0.2)(graphql-ws@5.16.0(graphql@16.9.0))(graphql@16.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@ark-ui/react': 0.15.0(@internationalized/date@3.5.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@inkeep/color-mode': 0.0.24(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@inkeep/components': 0.0.24(@ark-ui/react@0.15.0(@internationalized/date@3.5.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@internationalized/date@3.5.4)(jsdom@24.0.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2) + '@inkeep/preset': 0.0.24(@internationalized/date@3.5.4)(jsdom@24.0.0)(typescript@5.7.2) + '@inkeep/preset-chakra': 0.0.24(@internationalized/date@3.5.4)(jsdom@24.0.0)(typescript@5.7.2) + '@inkeep/shared': 0.0.25 + '@inkeep/styled-system': 0.0.46 + '@types/lodash.isequal': 4.5.8 + graphql: 16.9.0 + graphql-ws: 5.16.0(graphql@16.9.0) + html-react-parser: 3.0.16(react@18.3.1) + humps: 2.0.1 + lodash.isequal: 4.5.0 + prism-react-renderer: 2.3.1(react@18.3.1) + prismjs: 1.29.0 + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + react-error-boundary: 4.0.13(react@18.3.1) + react-hook-form: 7.51.5(react@18.3.1) + react-hotkeys-hook: 4.5.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react-icons: 4.12.0(react@18.3.1) + react-markdown: 8.0.7(@types/react@19.0.2)(react@18.3.1) + react-svg: 16.1.34(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react-textarea-autosize: 8.5.3(@types/react@19.0.2)(react@18.3.1) + rehype-raw: 6.1.1 + xregexp: 5.1.1 + transitivePeerDependencies: + - '@internationalized/date' + - '@types/react' + - jsdom + - subscriptions-transport-ws + - supports-color + - typescript + '@internationalized/date@3.5.4': dependencies: '@swc/helpers': 0.5.5 @@ -18765,7 +18896,7 @@ snapshots: jest-util: 29.7.0 slash: 3.0.0 - '@jest/core@29.7.0(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3))': + '@jest/core@29.7.0(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2))': dependencies: '@jest/console': 29.7.0 '@jest/reporters': 29.7.0 @@ -18779,7 +18910,7 @@ snapshots: exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.12.12)(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)) + jest-config: 29.7.0(@types/node@20.12.12)(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -18918,15 +19049,15 @@ snapshots: '@types/yargs': 17.0.32 chalk: 4.1.2 - '@joshwooding/vite-plugin-react-docgen-typescript@0.3.0(typescript@5.4.3)(vite@5.4.10(@types/node@18.19.33)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0))': + '@joshwooding/vite-plugin-react-docgen-typescript@0.3.0(typescript@5.7.2)(vite@5.4.10(@types/node@18.19.33)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0))': dependencies: glob: 7.2.3 glob-promise: 4.2.2(glob@7.2.3) magic-string: 0.27.0 - react-docgen-typescript: 2.2.2(typescript@5.4.3) + react-docgen-typescript: 2.2.2(typescript@5.7.2) vite: 5.4.10(@types/node@18.19.33)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) optionalDependencies: - typescript: 5.4.3 + typescript: 5.7.2 '@jridgewell/gen-mapping@0.3.5': dependencies: @@ -18998,7 +19129,7 @@ snapshots: '@mdx-js/esbuild@3.0.1(esbuild@0.20.2)': dependencies: '@mdx-js/mdx': 3.0.1 - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 esbuild: 0.20.2 vfile: 6.0.1 vfile-message: 4.0.2 @@ -19007,7 +19138,7 @@ snapshots: '@mdx-js/mdx@3.0.1': dependencies: - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 '@types/estree-jsx': 1.0.5 '@types/hast': 3.0.4 '@types/mdx': 2.0.13 @@ -19069,31 +19200,47 @@ snapshots: '@next/env@14.2.9': {} - '@next/eslint-plugin-next@14.2.15': - dependencies: - glob: 10.3.10 + '@next/env@15.1.2': {} - '@next/eslint-plugin-next@14.2.9': + '@next/eslint-plugin-next@15.1.2': dependencies: - glob: 10.3.10 + fast-glob: 3.3.1 '@next/swc-darwin-arm64@14.2.9': optional: true + '@next/swc-darwin-arm64@15.1.2': + optional: true + '@next/swc-darwin-x64@14.2.9': optional: true + '@next/swc-darwin-x64@15.1.2': + optional: true + + '@next/swc-linux-arm64-gnu@15.1.2': + optional: true + + '@next/swc-linux-arm64-musl@15.1.2': + optional: true + '@next/swc-linux-x64-gnu@14.2.9': optional: true + '@next/swc-linux-x64-gnu@15.1.2': + optional: true + + '@next/swc-linux-x64-musl@15.1.2': + optional: true + + '@next/swc-win32-arm64-msvc@15.1.2': + optional: true + '@next/swc-win32-x64-msvc@14.2.9': optional: true - '@next/third-parties@14.2.9(@fern-api/next@14.2.9-fork.2(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.47.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0))(react@18.3.1)': - dependencies: - next: '@fern-api/next@14.2.9-fork.2(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.47.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0)' - react: 18.3.1 - third-party-capital: 1.0.20 + '@next/swc-win32-x64-msvc@15.1.2': + optional: true '@nodelib/fs.scandir@2.1.5': dependencies: @@ -19286,7 +19433,7 @@ snapshots: escalade: 3.1.1 jiti: 1.21.0 merge-anything: 5.1.7 - typescript: 5.4.3 + typescript: 5.7.2 '@pandacss/core@0.22.1': dependencies: @@ -19308,14 +19455,14 @@ snapshots: postcss-selector-parser: 6.0.16 ts-pattern: 5.0.5 - '@pandacss/dev@0.22.1(jsdom@24.0.0)(typescript@5.4.3)': + '@pandacss/dev@0.22.1(jsdom@24.0.0)(typescript@5.7.2)': dependencies: '@clack/prompts': 0.6.3 '@pandacss/config': 0.22.1 '@pandacss/error': 0.22.1 '@pandacss/logger': 0.22.1 - '@pandacss/node': 0.22.1(jsdom@24.0.0)(typescript@5.4.3) - '@pandacss/postcss': 0.22.1(jsdom@24.0.0)(typescript@5.4.3) + '@pandacss/node': 0.22.1(jsdom@24.0.0)(typescript@5.7.2) + '@pandacss/postcss': 0.22.1(jsdom@24.0.0)(typescript@5.7.2) '@pandacss/preset-panda': 0.22.1 '@pandacss/shared': 0.22.1 '@pandacss/token-dictionary': 0.22.1 @@ -19329,9 +19476,9 @@ snapshots: '@pandacss/error@0.22.1': {} - '@pandacss/extractor@0.22.1(jsdom@24.0.0)(typescript@5.4.3)': + '@pandacss/extractor@0.22.1(jsdom@24.0.0)(typescript@5.7.2)': dependencies: - ts-evaluator: 1.2.0(jsdom@24.0.0)(typescript@5.4.3) + ts-evaluator: 1.2.0(jsdom@24.0.0)(typescript@5.7.2) ts-morph: 19.0.0 transitivePeerDependencies: - jsdom @@ -19359,16 +19506,16 @@ snapshots: kleur: 4.1.5 lil-fp: 1.4.5 - '@pandacss/node@0.22.1(jsdom@24.0.0)(typescript@5.4.3)': + '@pandacss/node@0.22.1(jsdom@24.0.0)(typescript@5.7.2)': dependencies: '@pandacss/config': 0.22.1 '@pandacss/core': 0.22.1 '@pandacss/error': 0.22.1 - '@pandacss/extractor': 0.22.1(jsdom@24.0.0)(typescript@5.4.3) + '@pandacss/extractor': 0.22.1(jsdom@24.0.0)(typescript@5.7.2) '@pandacss/generator': 0.22.1 '@pandacss/is-valid-prop': 0.22.1 '@pandacss/logger': 0.22.1 - '@pandacss/parser': 0.22.1(jsdom@24.0.0)(typescript@5.4.3) + '@pandacss/parser': 0.22.1(jsdom@24.0.0)(typescript@5.7.2) '@pandacss/shared': 0.22.1 '@pandacss/token-dictionary': 0.22.1 '@pandacss/types': 0.22.1 @@ -19393,15 +19540,15 @@ snapshots: prettier: 2.8.8 ts-morph: 19.0.0 ts-pattern: 5.0.5 - tsconfck: 2.1.2(typescript@5.4.3) + tsconfck: 2.1.2(typescript@5.7.2) transitivePeerDependencies: - jsdom - typescript - '@pandacss/parser@0.22.1(jsdom@24.0.0)(typescript@5.4.3)': + '@pandacss/parser@0.22.1(jsdom@24.0.0)(typescript@5.7.2)': dependencies: '@pandacss/config': 0.22.1 - '@pandacss/extractor': 0.22.1(jsdom@24.0.0)(typescript@5.4.3) + '@pandacss/extractor': 0.22.1(jsdom@24.0.0)(typescript@5.7.2) '@pandacss/is-valid-prop': 0.22.1 '@pandacss/logger': 0.22.1 '@pandacss/shared': 0.22.1 @@ -19415,9 +19562,9 @@ snapshots: - jsdom - typescript - '@pandacss/postcss@0.22.1(jsdom@24.0.0)(typescript@5.4.3)': + '@pandacss/postcss@0.22.1(jsdom@24.0.0)(typescript@5.7.2)': dependencies: - '@pandacss/node': 0.22.1(jsdom@24.0.0)(typescript@5.4.3) + '@pandacss/node': 0.22.1(jsdom@24.0.0)(typescript@5.7.2) postcss: 8.4.31 transitivePeerDependencies: - jsdom @@ -19462,6 +19609,8 @@ snapshots: '@pkgjs/parseargs@0.11.0': optional: true + '@pkgr/core@0.1.1': {} + '@playwright/test@1.47.1': dependencies: playwright: 1.47.1 @@ -19541,7 +19690,7 @@ snapshots: '@radix-ui/primitive@1.0.1': dependencies: - '@babel/runtime': 7.24.5 + '@babel/runtime': 7.26.0 '@radix-ui/primitive@1.1.0': {} @@ -19564,7 +19713,7 @@ snapshots: '@radix-ui/react-arrow@1.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.5 + '@babel/runtime': 7.26.0 '@radix-ui/react-primitive': 1.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -19624,12 +19773,12 @@ snapshots: '@radix-ui/react-compose-refs@1.0.0(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.5 + '@babel/runtime': 7.26.0 react: 18.3.1 '@radix-ui/react-compose-refs@1.0.1(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.5 + '@babel/runtime': 7.26.0 react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 @@ -19642,7 +19791,7 @@ snapshots: '@radix-ui/react-context@1.0.0(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.5 + '@babel/runtime': 7.26.0 react: 18.3.1 '@radix-ui/react-context@1.1.0(@types/react@18.3.3)(react@18.3.1)': @@ -19687,7 +19836,7 @@ snapshots: '@radix-ui/react-dismissable-layer@1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.5 + '@babel/runtime': 7.26.0 '@radix-ui/primitive': 1.0.1 '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -19847,7 +19996,7 @@ snapshots: '@radix-ui/react-portal@1.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.5 + '@babel/runtime': 7.26.0 '@radix-ui/react-primitive': 1.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -19864,7 +20013,7 @@ snapshots: '@radix-ui/react-presence@1.0.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.5 + '@babel/runtime': 7.26.0 '@radix-ui/react-compose-refs': 1.0.0(react@18.3.1) '@radix-ui/react-use-layout-effect': 1.0.0(react@18.3.1) react: 18.3.1 @@ -19882,14 +20031,14 @@ snapshots: '@radix-ui/react-primitive@1.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.5 + '@babel/runtime': 7.26.0 '@radix-ui/react-slot': 1.0.1(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) '@radix-ui/react-primitive@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.5 + '@babel/runtime': 7.26.0 '@radix-ui/react-slot': 1.0.2(@types/react@18.3.3)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -19998,13 +20147,13 @@ snapshots: '@radix-ui/react-slot@1.0.1(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.5 + '@babel/runtime': 7.26.0 '@radix-ui/react-compose-refs': 1.0.0(react@18.3.1) react: 18.3.1 '@radix-ui/react-slot@1.0.2(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.5 + '@babel/runtime': 7.26.0 '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1) react: 18.3.1 optionalDependencies: @@ -20096,12 +20245,12 @@ snapshots: '@radix-ui/react-use-callback-ref@1.0.0(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.5 + '@babel/runtime': 7.26.0 react: 18.3.1 '@radix-ui/react-use-callback-ref@1.0.1(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.5 + '@babel/runtime': 7.26.0 react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 @@ -20114,7 +20263,7 @@ snapshots: '@radix-ui/react-use-controllable-state@1.0.0(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.5 + '@babel/runtime': 7.26.0 '@radix-ui/react-use-callback-ref': 1.0.0(react@18.3.1) react: 18.3.1 @@ -20127,7 +20276,7 @@ snapshots: '@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.5 + '@babel/runtime': 7.26.0 '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.3)(react@18.3.1) react: 18.3.1 optionalDependencies: @@ -20142,7 +20291,7 @@ snapshots: '@radix-ui/react-use-layout-effect@1.0.0(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.5 + '@babel/runtime': 7.26.0 react: 18.3.1 '@radix-ui/react-use-layout-effect@1.1.0(@types/react@18.3.3)(react@18.3.1)': @@ -20166,7 +20315,7 @@ snapshots: '@radix-ui/react-use-size@1.0.0(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.5 + '@babel/runtime': 7.26.0 '@radix-ui/react-use-layout-effect': 1.0.0(react@18.3.1) react: 18.3.1 @@ -20259,7 +20408,7 @@ snapshots: '@react-three/fiber@8.17.10(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.171.0)': dependencies: - '@babel/runtime': 7.24.5 + '@babel/runtime': 7.26.0 '@types/debounce': 1.2.4 '@types/react-reconciler': 0.26.7 '@types/webxr': 0.5.20 @@ -20366,7 +20515,9 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.24.3': optional: true - '@rushstack/eslint-patch@1.10.2': {} + '@rtsao/scc@1.1.0': {} + + '@rushstack/eslint-patch@1.10.4': {} '@sec-ant/readable-stream@0.4.1': {} @@ -20906,245 +21057,139 @@ snapshots: '@smithy/types': 3.6.0 tslib: 2.8.0 - '@storybook/addon-actions@8.4.4(storybook@8.4.4(prettier@3.3.2))': + '@storybook/addon-actions@8.4.4(storybook@8.4.4(prettier@3.4.2))': dependencies: '@storybook/global': 5.0.0 '@types/uuid': 9.0.8 dequal: 2.0.3 polished: 4.3.1 - storybook: 8.4.4(prettier@3.3.2) + storybook: 8.4.4(prettier@3.4.2) uuid: 9.0.1 - '@storybook/addon-actions@8.4.4(storybook@8.4.4(prettier@3.3.3))': - dependencies: - '@storybook/global': 5.0.0 - '@types/uuid': 9.0.8 - dequal: 2.0.3 - polished: 4.3.1 - storybook: 8.4.4(prettier@3.3.3) - uuid: 9.0.1 - - '@storybook/addon-backgrounds@8.4.4(storybook@8.4.4(prettier@3.3.2))': - dependencies: - '@storybook/global': 5.0.0 - memoizerific: 1.11.3 - storybook: 8.4.4(prettier@3.3.2) - ts-dedent: 2.2.0 - - '@storybook/addon-backgrounds@8.4.4(storybook@8.4.4(prettier@3.3.3))': + '@storybook/addon-backgrounds@8.4.4(storybook@8.4.4(prettier@3.4.2))': dependencies: '@storybook/global': 5.0.0 memoizerific: 1.11.3 - storybook: 8.4.4(prettier@3.3.3) - ts-dedent: 2.2.0 - - '@storybook/addon-controls@8.4.4(storybook@8.4.4(prettier@3.3.2))': - dependencies: - '@storybook/global': 5.0.0 - dequal: 2.0.3 - storybook: 8.4.4(prettier@3.3.2) + storybook: 8.4.4(prettier@3.4.2) ts-dedent: 2.2.0 - '@storybook/addon-controls@8.4.4(storybook@8.4.4(prettier@3.3.3))': + '@storybook/addon-controls@8.4.4(storybook@8.4.4(prettier@3.4.2))': dependencies: '@storybook/global': 5.0.0 dequal: 2.0.3 - storybook: 8.4.4(prettier@3.3.3) - ts-dedent: 2.2.0 - - '@storybook/addon-docs@8.4.4(@types/react@18.3.3)(storybook@8.4.4(prettier@3.3.2))(webpack-sources@3.2.3)': - dependencies: - '@mdx-js/react': 3.0.1(@types/react@18.3.3)(react@18.3.1) - '@storybook/blocks': 8.4.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.3.2)) - '@storybook/csf-plugin': 8.4.4(storybook@8.4.4(prettier@3.3.2))(webpack-sources@3.2.3) - '@storybook/react-dom-shim': 8.4.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.3.2)) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - storybook: 8.4.4(prettier@3.3.2) + storybook: 8.4.4(prettier@3.4.2) ts-dedent: 2.2.0 - transitivePeerDependencies: - - '@types/react' - - webpack-sources - '@storybook/addon-docs@8.4.4(@types/react@18.3.3)(storybook@8.4.4(prettier@3.3.3))(webpack-sources@3.2.3)': + '@storybook/addon-docs@8.4.4(@types/react@18.3.3)(storybook@8.4.4(prettier@3.4.2))(webpack-sources@3.2.3)': dependencies: '@mdx-js/react': 3.0.1(@types/react@18.3.3)(react@18.3.1) - '@storybook/blocks': 8.4.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.3.3)) - '@storybook/csf-plugin': 8.4.4(storybook@8.4.4(prettier@3.3.3))(webpack-sources@3.2.3) - '@storybook/react-dom-shim': 8.4.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.3.3)) + '@storybook/blocks': 8.4.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.4.2)) + '@storybook/csf-plugin': 8.4.4(storybook@8.4.4(prettier@3.4.2))(webpack-sources@3.2.3) + '@storybook/react-dom-shim': 8.4.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.4.2)) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - storybook: 8.4.4(prettier@3.3.3) - ts-dedent: 2.2.0 - transitivePeerDependencies: - - '@types/react' - - webpack-sources - - '@storybook/addon-essentials@8.4.4(@types/react@18.3.3)(storybook@8.4.4(prettier@3.3.2))(webpack-sources@3.2.3)': - dependencies: - '@storybook/addon-actions': 8.4.4(storybook@8.4.4(prettier@3.3.2)) - '@storybook/addon-backgrounds': 8.4.4(storybook@8.4.4(prettier@3.3.2)) - '@storybook/addon-controls': 8.4.4(storybook@8.4.4(prettier@3.3.2)) - '@storybook/addon-docs': 8.4.4(@types/react@18.3.3)(storybook@8.4.4(prettier@3.3.2))(webpack-sources@3.2.3) - '@storybook/addon-highlight': 8.4.4(storybook@8.4.4(prettier@3.3.2)) - '@storybook/addon-measure': 8.4.4(storybook@8.4.4(prettier@3.3.2)) - '@storybook/addon-outline': 8.4.4(storybook@8.4.4(prettier@3.3.2)) - '@storybook/addon-toolbars': 8.4.4(storybook@8.4.4(prettier@3.3.2)) - '@storybook/addon-viewport': 8.4.4(storybook@8.4.4(prettier@3.3.2)) - storybook: 8.4.4(prettier@3.3.2) + storybook: 8.4.4(prettier@3.4.2) ts-dedent: 2.2.0 transitivePeerDependencies: - '@types/react' - webpack-sources - '@storybook/addon-essentials@8.4.4(@types/react@18.3.3)(storybook@8.4.4(prettier@3.3.3))(webpack-sources@3.2.3)': - dependencies: - '@storybook/addon-actions': 8.4.4(storybook@8.4.4(prettier@3.3.3)) - '@storybook/addon-backgrounds': 8.4.4(storybook@8.4.4(prettier@3.3.3)) - '@storybook/addon-controls': 8.4.4(storybook@8.4.4(prettier@3.3.3)) - '@storybook/addon-docs': 8.4.4(@types/react@18.3.3)(storybook@8.4.4(prettier@3.3.3))(webpack-sources@3.2.3) - '@storybook/addon-highlight': 8.4.4(storybook@8.4.4(prettier@3.3.3)) - '@storybook/addon-measure': 8.4.4(storybook@8.4.4(prettier@3.3.3)) - '@storybook/addon-outline': 8.4.4(storybook@8.4.4(prettier@3.3.3)) - '@storybook/addon-toolbars': 8.4.4(storybook@8.4.4(prettier@3.3.3)) - '@storybook/addon-viewport': 8.4.4(storybook@8.4.4(prettier@3.3.3)) - storybook: 8.4.4(prettier@3.3.3) + '@storybook/addon-essentials@8.4.4(@types/react@18.3.3)(storybook@8.4.4(prettier@3.4.2))(webpack-sources@3.2.3)': + dependencies: + '@storybook/addon-actions': 8.4.4(storybook@8.4.4(prettier@3.4.2)) + '@storybook/addon-backgrounds': 8.4.4(storybook@8.4.4(prettier@3.4.2)) + '@storybook/addon-controls': 8.4.4(storybook@8.4.4(prettier@3.4.2)) + '@storybook/addon-docs': 8.4.4(@types/react@18.3.3)(storybook@8.4.4(prettier@3.4.2))(webpack-sources@3.2.3) + '@storybook/addon-highlight': 8.4.4(storybook@8.4.4(prettier@3.4.2)) + '@storybook/addon-measure': 8.4.4(storybook@8.4.4(prettier@3.4.2)) + '@storybook/addon-outline': 8.4.4(storybook@8.4.4(prettier@3.4.2)) + '@storybook/addon-toolbars': 8.4.4(storybook@8.4.4(prettier@3.4.2)) + '@storybook/addon-viewport': 8.4.4(storybook@8.4.4(prettier@3.4.2)) + storybook: 8.4.4(prettier@3.4.2) ts-dedent: 2.2.0 transitivePeerDependencies: - '@types/react' - webpack-sources - '@storybook/addon-highlight@8.4.4(storybook@8.4.4(prettier@3.3.2))': - dependencies: - '@storybook/global': 5.0.0 - storybook: 8.4.4(prettier@3.3.2) - - '@storybook/addon-highlight@8.4.4(storybook@8.4.4(prettier@3.3.3))': - dependencies: - '@storybook/global': 5.0.0 - storybook: 8.4.4(prettier@3.3.3) - - '@storybook/addon-interactions@8.4.4(storybook@8.4.4(prettier@3.3.2))': + '@storybook/addon-highlight@8.4.4(storybook@8.4.4(prettier@3.4.2))': dependencies: '@storybook/global': 5.0.0 - '@storybook/instrumenter': 8.4.4(storybook@8.4.4(prettier@3.3.2)) - '@storybook/test': 8.4.4(storybook@8.4.4(prettier@3.3.2)) - polished: 4.3.1 - storybook: 8.4.4(prettier@3.3.2) - ts-dedent: 2.2.0 + storybook: 8.4.4(prettier@3.4.2) - '@storybook/addon-interactions@8.4.4(storybook@8.4.4(prettier@3.3.3))': + '@storybook/addon-interactions@8.4.4(storybook@8.4.4(prettier@3.4.2))': dependencies: '@storybook/global': 5.0.0 - '@storybook/instrumenter': 8.4.4(storybook@8.4.4(prettier@3.3.3)) - '@storybook/test': 8.4.4(storybook@8.4.4(prettier@3.3.3)) + '@storybook/instrumenter': 8.4.4(storybook@8.4.4(prettier@3.4.2)) + '@storybook/test': 8.4.4(storybook@8.4.4(prettier@3.4.2)) polished: 4.3.1 - storybook: 8.4.4(prettier@3.3.3) + storybook: 8.4.4(prettier@3.4.2) ts-dedent: 2.2.0 - '@storybook/addon-links@8.4.4(react@18.3.1)(storybook@8.4.4(prettier@3.3.2))': + '@storybook/addon-links@8.4.4(react@18.3.1)(storybook@8.4.4(prettier@3.4.2))': dependencies: '@storybook/csf': 0.1.11 '@storybook/global': 5.0.0 - storybook: 8.4.4(prettier@3.3.2) + storybook: 8.4.4(prettier@3.4.2) ts-dedent: 2.2.0 optionalDependencies: react: 18.3.1 - '@storybook/addon-measure@8.4.4(storybook@8.4.4(prettier@3.3.2))': - dependencies: - '@storybook/global': 5.0.0 - storybook: 8.4.4(prettier@3.3.2) - tiny-invariant: 1.3.3 - - '@storybook/addon-measure@8.4.4(storybook@8.4.4(prettier@3.3.3))': + '@storybook/addon-measure@8.4.4(storybook@8.4.4(prettier@3.4.2))': dependencies: '@storybook/global': 5.0.0 - storybook: 8.4.4(prettier@3.3.3) + storybook: 8.4.4(prettier@3.4.2) tiny-invariant: 1.3.3 - '@storybook/addon-onboarding@8.4.4(react@18.3.1)(storybook@8.4.4(prettier@3.3.2))': - dependencies: - react-confetti: 6.1.0(react@18.3.1) - storybook: 8.4.4(prettier@3.3.2) - transitivePeerDependencies: - - react - - '@storybook/addon-onboarding@8.4.4(react@18.3.1)(storybook@8.4.4(prettier@3.3.3))': + '@storybook/addon-onboarding@8.4.4(react@18.3.1)(storybook@8.4.4(prettier@3.4.2))': dependencies: react-confetti: 6.1.0(react@18.3.1) - storybook: 8.4.4(prettier@3.3.3) + storybook: 8.4.4(prettier@3.4.2) transitivePeerDependencies: - react - '@storybook/addon-outline@8.4.4(storybook@8.4.4(prettier@3.3.2))': + '@storybook/addon-outline@8.4.4(storybook@8.4.4(prettier@3.4.2))': dependencies: '@storybook/global': 5.0.0 - storybook: 8.4.4(prettier@3.3.2) + storybook: 8.4.4(prettier@3.4.2) ts-dedent: 2.2.0 - '@storybook/addon-outline@8.4.4(storybook@8.4.4(prettier@3.3.3))': + '@storybook/addon-themes@8.4.4(storybook@8.4.4(prettier@3.4.2))': dependencies: - '@storybook/global': 5.0.0 - storybook: 8.4.4(prettier@3.3.3) - ts-dedent: 2.2.0 - - '@storybook/addon-themes@8.4.4(storybook@8.4.4(prettier@3.3.2))': - dependencies: - storybook: 8.4.4(prettier@3.3.2) + storybook: 8.4.4(prettier@3.4.2) ts-dedent: 2.2.0 - '@storybook/addon-toolbars@8.4.4(storybook@8.4.4(prettier@3.3.2))': - dependencies: - storybook: 8.4.4(prettier@3.3.2) - - '@storybook/addon-toolbars@8.4.4(storybook@8.4.4(prettier@3.3.3))': - dependencies: - storybook: 8.4.4(prettier@3.3.3) - - '@storybook/addon-viewport@8.4.4(storybook@8.4.4(prettier@3.3.2))': + '@storybook/addon-toolbars@8.4.4(storybook@8.4.4(prettier@3.4.2))': dependencies: - memoizerific: 1.11.3 - storybook: 8.4.4(prettier@3.3.2) + storybook: 8.4.4(prettier@3.4.2) - '@storybook/addon-viewport@8.4.4(storybook@8.4.4(prettier@3.3.3))': + '@storybook/addon-viewport@8.4.4(storybook@8.4.4(prettier@3.4.2))': dependencies: memoizerific: 1.11.3 - storybook: 8.4.4(prettier@3.3.3) - - '@storybook/blocks@8.4.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.3.2))': - dependencies: - '@storybook/csf': 0.1.11 - '@storybook/icons': 1.2.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - storybook: 8.4.4(prettier@3.3.2) - ts-dedent: 2.2.0 - optionalDependencies: - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + storybook: 8.4.4(prettier@3.4.2) - '@storybook/blocks@8.4.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.3.3))': + '@storybook/blocks@8.4.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.4.2))': dependencies: '@storybook/csf': 0.1.11 '@storybook/icons': 1.2.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - storybook: 8.4.4(prettier@3.3.3) + storybook: 8.4.4(prettier@3.4.2) ts-dedent: 2.2.0 optionalDependencies: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@storybook/builder-vite@8.4.4(storybook@8.4.4(prettier@3.3.2))(vite@5.4.10(@types/node@18.19.33)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0))(webpack-sources@3.2.3)': + '@storybook/builder-vite@8.4.4(storybook@8.4.4(prettier@3.4.2))(vite@5.4.10(@types/node@18.19.33)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0))(webpack-sources@3.2.3)': dependencies: - '@storybook/csf-plugin': 8.4.4(storybook@8.4.4(prettier@3.3.2))(webpack-sources@3.2.3) + '@storybook/csf-plugin': 8.4.4(storybook@8.4.4(prettier@3.4.2))(webpack-sources@3.2.3) browser-assert: 1.2.1 - storybook: 8.4.4(prettier@3.3.2) + storybook: 8.4.4(prettier@3.4.2) ts-dedent: 2.2.0 vite: 5.4.10(@types/node@18.19.33)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) transitivePeerDependencies: - webpack-sources - '@storybook/builder-webpack5@8.4.4(@swc/core@1.5.7)(esbuild@0.20.2)(storybook@8.4.4(prettier@3.3.2))(typescript@5.4.3)': + '@storybook/builder-webpack5@8.4.4(@swc/core@1.5.7)(esbuild@0.20.2)(storybook@8.4.4(prettier@3.4.2))(typescript@5.7.2)': dependencies: - '@storybook/core-webpack': 8.4.4(storybook@8.4.4(prettier@3.3.2)) + '@storybook/core-webpack': 8.4.4(storybook@8.4.4(prettier@3.4.2)) '@types/node': 22.5.5 '@types/semver': 7.5.8 browser-assert: 1.2.1 @@ -21153,13 +21198,13 @@ snapshots: constants-browserify: 1.0.0 css-loader: 6.11.0(webpack@5.94.0(@swc/core@1.5.7)(esbuild@0.20.2)) es-module-lexer: 1.5.2 - fork-ts-checker-webpack-plugin: 8.0.0(typescript@5.4.3)(webpack@5.94.0(@swc/core@1.5.7)(esbuild@0.20.2)) + fork-ts-checker-webpack-plugin: 8.0.0(typescript@5.7.2)(webpack@5.94.0(@swc/core@1.5.7)(esbuild@0.20.2)) html-webpack-plugin: 5.6.0(webpack@5.94.0(@swc/core@1.5.7)(esbuild@0.20.2)) magic-string: 0.30.12 path-browserify: 1.0.1 process: 0.11.10 - semver: 7.6.2 - storybook: 8.4.4(prettier@3.3.2) + semver: 7.6.3 + storybook: 8.4.4(prettier@3.4.2) style-loader: 3.3.4(webpack@5.94.0(@swc/core@1.5.7)(esbuild@0.20.2)) terser-webpack-plugin: 5.3.10(@swc/core@1.5.7)(esbuild@0.20.2)(webpack@5.94.0(@swc/core@1.5.7)(esbuild@0.20.2)) ts-dedent: 2.2.0 @@ -21171,7 +21216,7 @@ snapshots: webpack-hot-middleware: 2.26.1 webpack-virtual-modules: 0.6.2 optionalDependencies: - typescript: 5.4.3 + typescript: 5.7.2 transitivePeerDependencies: - '@rspack/core' - '@swc/core' @@ -21179,9 +21224,9 @@ snapshots: - uglify-js - webpack-cli - '@storybook/builder-webpack5@8.4.4(@swc/core@1.5.7)(storybook@8.4.4(prettier@3.3.3))(typescript@5.4.3)': + '@storybook/builder-webpack5@8.4.4(@swc/core@1.5.7)(storybook@8.4.4(prettier@3.4.2))(typescript@5.7.2)': dependencies: - '@storybook/core-webpack': 8.4.4(storybook@8.4.4(prettier@3.3.3)) + '@storybook/core-webpack': 8.4.4(storybook@8.4.4(prettier@3.4.2)) '@types/node': 22.5.5 '@types/semver': 7.5.8 browser-assert: 1.2.1 @@ -21190,13 +21235,13 @@ snapshots: constants-browserify: 1.0.0 css-loader: 6.11.0(webpack@5.94.0(@swc/core@1.5.7)) es-module-lexer: 1.5.2 - fork-ts-checker-webpack-plugin: 8.0.0(typescript@5.4.3)(webpack@5.94.0(@swc/core@1.5.7)) + fork-ts-checker-webpack-plugin: 8.0.0(typescript@5.7.2)(webpack@5.94.0(@swc/core@1.5.7)) html-webpack-plugin: 5.6.0(webpack@5.94.0(@swc/core@1.5.7)) magic-string: 0.30.12 path-browserify: 1.0.1 process: 0.11.10 - semver: 7.6.2 - storybook: 8.4.4(prettier@3.3.3) + semver: 7.6.3 + storybook: 8.4.4(prettier@3.4.2) style-loader: 3.3.4(webpack@5.94.0(@swc/core@1.5.7)) terser-webpack-plugin: 5.3.10(@swc/core@1.5.7)(webpack@5.94.0(@swc/core@1.5.7)) ts-dedent: 2.2.0 @@ -21208,7 +21253,7 @@ snapshots: webpack-hot-middleware: 2.26.1 webpack-virtual-modules: 0.6.2 optionalDependencies: - typescript: 5.4.3 + typescript: 5.7.2 transitivePeerDependencies: - '@rspack/core' - '@swc/core' @@ -21234,51 +21279,21 @@ snapshots: dependencies: '@storybook/global': 5.0.0 - '@storybook/components@8.4.4(storybook@8.4.4(prettier@3.3.2))': - dependencies: - storybook: 8.4.4(prettier@3.3.2) - - '@storybook/components@8.4.4(storybook@8.4.4(prettier@3.3.3))': + '@storybook/components@8.4.4(storybook@8.4.4(prettier@3.4.2))': dependencies: - storybook: 8.4.4(prettier@3.3.3) + storybook: 8.4.4(prettier@3.4.2) '@storybook/core-events@7.6.17': dependencies: ts-dedent: 2.2.0 - '@storybook/core-webpack@8.4.4(storybook@8.4.4(prettier@3.3.2))': - dependencies: - '@types/node': 22.5.5 - storybook: 8.4.4(prettier@3.3.2) - ts-dedent: 2.2.0 - - '@storybook/core-webpack@8.4.4(storybook@8.4.4(prettier@3.3.3))': + '@storybook/core-webpack@8.4.4(storybook@8.4.4(prettier@3.4.2))': dependencies: '@types/node': 22.5.5 - storybook: 8.4.4(prettier@3.3.3) + storybook: 8.4.4(prettier@3.4.2) ts-dedent: 2.2.0 - '@storybook/core@8.4.4(prettier@3.3.2)': - dependencies: - '@storybook/csf': 0.1.11 - better-opn: 3.0.2 - browser-assert: 1.2.1 - esbuild: 0.20.2 - esbuild-register: 3.5.0(esbuild@0.20.2) - jsdoc-type-pratt-parser: 4.1.0 - process: 0.11.10 - recast: 0.23.6 - semver: 7.6.2 - util: 0.12.5 - ws: 8.18.0 - optionalDependencies: - prettier: 3.3.2 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - '@storybook/core@8.4.4(prettier@3.3.3)': + '@storybook/core@8.4.4(prettier@3.4.2)': dependencies: '@storybook/csf': 0.1.11 better-opn: 3.0.2 @@ -21288,26 +21303,19 @@ snapshots: jsdoc-type-pratt-parser: 4.1.0 process: 0.11.10 recast: 0.23.6 - semver: 7.6.2 + semver: 7.6.3 util: 0.12.5 ws: 8.18.0 optionalDependencies: - prettier: 3.3.3 + prettier: 3.4.2 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - '@storybook/csf-plugin@8.4.4(storybook@8.4.4(prettier@3.3.2))(webpack-sources@3.2.3)': - dependencies: - storybook: 8.4.4(prettier@3.3.2) - unplugin: 1.15.0(webpack-sources@3.2.3) - transitivePeerDependencies: - - webpack-sources - - '@storybook/csf-plugin@8.4.4(storybook@8.4.4(prettier@3.3.3))(webpack-sources@3.2.3)': + '@storybook/csf-plugin@8.4.4(storybook@8.4.4(prettier@3.4.2))(webpack-sources@3.2.3)': dependencies: - storybook: 8.4.4(prettier@3.3.3) + storybook: 8.4.4(prettier@3.4.2) unplugin: 1.15.0(webpack-sources@3.2.3) transitivePeerDependencies: - webpack-sources @@ -21327,46 +21335,36 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@storybook/instrumenter@8.4.4(storybook@8.4.4(prettier@3.3.2))': - dependencies: - '@storybook/global': 5.0.0 - '@vitest/utils': 2.1.4 - storybook: 8.4.4(prettier@3.3.2) - - '@storybook/instrumenter@8.4.4(storybook@8.4.4(prettier@3.3.3))': + '@storybook/instrumenter@8.4.4(storybook@8.4.4(prettier@3.4.2))': dependencies: '@storybook/global': 5.0.0 '@vitest/utils': 2.1.4 - storybook: 8.4.4(prettier@3.3.3) + storybook: 8.4.4(prettier@3.4.2) - '@storybook/manager-api@8.4.4(storybook@8.4.4(prettier@3.3.2))': + '@storybook/manager-api@8.4.4(storybook@8.4.4(prettier@3.4.2))': dependencies: - storybook: 8.4.4(prettier@3.3.2) + storybook: 8.4.4(prettier@3.4.2) - '@storybook/manager-api@8.4.4(storybook@8.4.4(prettier@3.3.3))': - dependencies: - storybook: 8.4.4(prettier@3.3.3) - - '@storybook/nextjs@8.4.4(@fern-api/next@14.2.9-fork.2(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.47.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0))(@swc/core@1.5.7)(esbuild@0.20.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0)(storybook@8.4.4(prettier@3.3.2))(type-fest@4.21.0)(typescript@5.4.3)(webpack-hot-middleware@2.26.1)(webpack@5.94.0(@swc/core@1.5.7)(esbuild@0.20.2))': + '@storybook/nextjs@8.4.4(@fern-api/next@14.2.9-fork.2(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.47.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0))(@swc/core@1.5.7)(esbuild@0.20.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0)(storybook@8.4.4(prettier@3.4.2))(type-fest@4.21.0)(typescript@5.7.2)(webpack-hot-middleware@2.26.1)(webpack@5.94.0(@swc/core@1.5.7)(esbuild@0.20.2))': dependencies: '@babel/core': 7.26.0 '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.26.0) '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.26.0) - '@babel/plugin-syntax-import-assertions': 7.24.1(@babel/core@7.26.0) - '@babel/plugin-transform-class-properties': 7.24.1(@babel/core@7.26.0) - '@babel/plugin-transform-export-namespace-from': 7.24.1(@babel/core@7.26.0) - '@babel/plugin-transform-numeric-separator': 7.24.1(@babel/core@7.26.0) - '@babel/plugin-transform-object-rest-spread': 7.24.5(@babel/core@7.26.0) + '@babel/plugin-syntax-import-assertions': 7.26.0(@babel/core@7.26.0) + '@babel/plugin-transform-class-properties': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-export-namespace-from': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-numeric-separator': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-object-rest-spread': 7.25.9(@babel/core@7.26.0) '@babel/plugin-transform-runtime': 7.24.3(@babel/core@7.26.0) '@babel/preset-env': 7.26.0(@babel/core@7.26.0) '@babel/preset-react': 7.25.9(@babel/core@7.26.0) '@babel/preset-typescript': 7.26.0(@babel/core@7.26.0) - '@babel/runtime': 7.24.5 + '@babel/runtime': 7.26.0 '@pmmmwh/react-refresh-webpack-plugin': 0.5.13(react-refresh@0.14.2)(type-fest@4.21.0)(webpack-hot-middleware@2.26.1)(webpack@5.94.0(@swc/core@1.5.7)(esbuild@0.20.2)) - '@storybook/builder-webpack5': 8.4.4(@swc/core@1.5.7)(esbuild@0.20.2)(storybook@8.4.4(prettier@3.3.2))(typescript@5.4.3) - '@storybook/preset-react-webpack': 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(prettier@3.3.2)))(@swc/core@1.5.7)(esbuild@0.20.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.3.2))(typescript@5.4.3) - '@storybook/react': 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(prettier@3.3.2)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.3.2))(typescript@5.4.3) - '@storybook/test': 8.4.4(storybook@8.4.4(prettier@3.3.2)) + '@storybook/builder-webpack5': 8.4.4(@swc/core@1.5.7)(esbuild@0.20.2)(storybook@8.4.4(prettier@3.4.2))(typescript@5.7.2) + '@storybook/preset-react-webpack': 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(prettier@3.4.2)))(@swc/core@1.5.7)(esbuild@0.20.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.4.2))(typescript@5.7.2) + '@storybook/react': 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(prettier@3.4.2)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.4.2))(typescript@5.7.2) + '@storybook/test': 8.4.4(storybook@8.4.4(prettier@3.4.2)) '@types/node': 22.5.5 '@types/semver': 7.5.8 babel-loader: 9.1.3(@babel/core@7.26.0)(webpack@5.94.0(@swc/core@1.5.7)(esbuild@0.20.2)) @@ -21376,16 +21374,16 @@ snapshots: loader-utils: 3.2.1 next: '@fern-api/next@14.2.9-fork.2(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.47.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0)' node-polyfill-webpack-plugin: 2.0.1(webpack@5.94.0(@swc/core@1.5.7)(esbuild@0.20.2)) - pnp-webpack-plugin: 1.7.0(typescript@5.4.3) + pnp-webpack-plugin: 1.7.0(typescript@5.7.2) postcss: 8.4.31 - postcss-loader: 8.1.1(postcss@8.4.31)(typescript@5.4.3)(webpack@5.94.0(@swc/core@1.5.7)(esbuild@0.20.2)) + postcss-loader: 8.1.1(postcss@8.4.31)(typescript@5.7.2)(webpack@5.94.0(@swc/core@1.5.7)(esbuild@0.20.2)) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) react-refresh: 0.14.2 resolve-url-loader: 5.0.0 sass-loader: 13.3.3(sass@1.77.0)(webpack@5.94.0(@swc/core@1.5.7)(esbuild@0.20.2)) - semver: 7.6.2 - storybook: 8.4.4(prettier@3.3.2) + semver: 7.6.3 + storybook: 8.4.4(prettier@3.4.2) style-loader: 3.3.4(webpack@5.94.0(@swc/core@1.5.7)(esbuild@0.20.2)) styled-jsx: 5.1.6(@babel/core@7.26.0)(react@18.3.1) ts-dedent: 2.2.0 @@ -21393,7 +21391,7 @@ snapshots: tsconfig-paths-webpack-plugin: 4.1.0 optionalDependencies: sharp: 0.33.3 - typescript: 5.4.3 + typescript: 5.7.2 webpack: 5.94.0(@swc/core@1.5.7)(esbuild@0.20.2) transitivePeerDependencies: - '@rspack/core' @@ -21414,26 +21412,26 @@ snapshots: - webpack-hot-middleware - webpack-plugin-serve - '@storybook/nextjs@8.4.4(@fern-api/next@14.2.9-fork.2(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.47.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0))(@swc/core@1.5.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0)(storybook@8.4.4(prettier@3.3.3))(type-fest@4.21.0)(typescript@5.4.3)(webpack-hot-middleware@2.26.1)(webpack@5.94.0(@swc/core@1.5.7))': + '@storybook/nextjs@8.4.4(@fern-api/next@14.2.9-fork.2(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.47.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0))(@swc/core@1.5.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0)(storybook@8.4.4(prettier@3.4.2))(type-fest@4.21.0)(typescript@5.7.2)(webpack-hot-middleware@2.26.1)(webpack@5.94.0(@swc/core@1.5.7))': dependencies: '@babel/core': 7.26.0 '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.26.0) '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.26.0) - '@babel/plugin-syntax-import-assertions': 7.24.1(@babel/core@7.26.0) - '@babel/plugin-transform-class-properties': 7.24.1(@babel/core@7.26.0) - '@babel/plugin-transform-export-namespace-from': 7.24.1(@babel/core@7.26.0) - '@babel/plugin-transform-numeric-separator': 7.24.1(@babel/core@7.26.0) - '@babel/plugin-transform-object-rest-spread': 7.24.5(@babel/core@7.26.0) + '@babel/plugin-syntax-import-assertions': 7.26.0(@babel/core@7.26.0) + '@babel/plugin-transform-class-properties': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-export-namespace-from': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-numeric-separator': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-object-rest-spread': 7.25.9(@babel/core@7.26.0) '@babel/plugin-transform-runtime': 7.24.3(@babel/core@7.26.0) '@babel/preset-env': 7.26.0(@babel/core@7.26.0) '@babel/preset-react': 7.25.9(@babel/core@7.26.0) '@babel/preset-typescript': 7.26.0(@babel/core@7.26.0) - '@babel/runtime': 7.24.5 + '@babel/runtime': 7.26.0 '@pmmmwh/react-refresh-webpack-plugin': 0.5.13(react-refresh@0.14.2)(type-fest@4.21.0)(webpack-hot-middleware@2.26.1)(webpack@5.94.0(@swc/core@1.5.7)) - '@storybook/builder-webpack5': 8.4.4(@swc/core@1.5.7)(storybook@8.4.4(prettier@3.3.3))(typescript@5.4.3) - '@storybook/preset-react-webpack': 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(prettier@3.3.3)))(@swc/core@1.5.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.3.3))(typescript@5.4.3) - '@storybook/react': 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(prettier@3.3.3)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.3.3))(typescript@5.4.3) - '@storybook/test': 8.4.4(storybook@8.4.4(prettier@3.3.3)) + '@storybook/builder-webpack5': 8.4.4(@swc/core@1.5.7)(storybook@8.4.4(prettier@3.4.2))(typescript@5.7.2) + '@storybook/preset-react-webpack': 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(prettier@3.4.2)))(@swc/core@1.5.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.4.2))(typescript@5.7.2) + '@storybook/react': 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(prettier@3.4.2)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.4.2))(typescript@5.7.2) + '@storybook/test': 8.4.4(storybook@8.4.4(prettier@3.4.2)) '@types/node': 22.5.5 '@types/semver': 7.5.8 babel-loader: 9.1.3(@babel/core@7.26.0)(webpack@5.94.0(@swc/core@1.5.7)) @@ -21443,16 +21441,16 @@ snapshots: loader-utils: 3.2.1 next: '@fern-api/next@14.2.9-fork.2(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.47.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0)' node-polyfill-webpack-plugin: 2.0.1(webpack@5.94.0(@swc/core@1.5.7)) - pnp-webpack-plugin: 1.7.0(typescript@5.4.3) + pnp-webpack-plugin: 1.7.0(typescript@5.7.2) postcss: 8.4.31 - postcss-loader: 8.1.1(postcss@8.4.31)(typescript@5.4.3)(webpack@5.94.0(@swc/core@1.5.7)) + postcss-loader: 8.1.1(postcss@8.4.31)(typescript@5.7.2)(webpack@5.94.0(@swc/core@1.5.7)) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) react-refresh: 0.14.2 resolve-url-loader: 5.0.0 sass-loader: 13.3.3(sass@1.77.0)(webpack@5.94.0(@swc/core@1.5.7)) - semver: 7.6.2 - storybook: 8.4.4(prettier@3.3.3) + semver: 7.6.3 + storybook: 8.4.4(prettier@3.4.2) style-loader: 3.3.4(webpack@5.94.0(@swc/core@1.5.7)) styled-jsx: 5.1.6(@babel/core@7.26.0)(react@18.3.1) ts-dedent: 2.2.0 @@ -21460,7 +21458,7 @@ snapshots: tsconfig-paths-webpack-plugin: 4.1.0 optionalDependencies: sharp: 0.33.3 - typescript: 5.4.3 + typescript: 5.7.2 webpack: 5.94.0(@swc/core@1.5.7) transitivePeerDependencies: - '@rspack/core' @@ -21481,11 +21479,11 @@ snapshots: - webpack-hot-middleware - webpack-plugin-serve - '@storybook/preset-react-webpack@8.4.4(@storybook/test@8.4.4(storybook@8.4.4(prettier@3.3.2)))(@swc/core@1.5.7)(esbuild@0.20.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.3.2))(typescript@5.4.3)': + '@storybook/preset-react-webpack@8.4.4(@storybook/test@8.4.4(storybook@8.4.4(prettier@3.4.2)))(@swc/core@1.5.7)(esbuild@0.20.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.4.2))(typescript@5.7.2)': dependencies: - '@storybook/core-webpack': 8.4.4(storybook@8.4.4(prettier@3.3.2)) - '@storybook/react': 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(prettier@3.3.2)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.3.2))(typescript@5.4.3) - '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.0c3f3b7.0(typescript@5.4.3)(webpack@5.94.0(@swc/core@1.5.7)(esbuild@0.20.2)) + '@storybook/core-webpack': 8.4.4(storybook@8.4.4(prettier@3.4.2)) + '@storybook/react': 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(prettier@3.4.2)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.4.2))(typescript@5.7.2) + '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.0c3f3b7.0(typescript@5.7.2)(webpack@5.94.0(@swc/core@1.5.7)(esbuild@0.20.2)) '@types/node': 22.5.5 '@types/semver': 7.5.8 find-up: 5.0.0 @@ -21494,12 +21492,12 @@ snapshots: react-docgen: 7.0.3 react-dom: 18.3.1(react@18.3.1) resolve: 1.22.8 - semver: 7.6.2 - storybook: 8.4.4(prettier@3.3.2) + semver: 7.6.3 + storybook: 8.4.4(prettier@3.4.2) tsconfig-paths: 4.2.0 webpack: 5.94.0(@swc/core@1.5.7)(esbuild@0.20.2) optionalDependencies: - typescript: 5.4.3 + typescript: 5.7.2 transitivePeerDependencies: - '@storybook/test' - '@swc/core' @@ -21508,11 +21506,11 @@ snapshots: - uglify-js - webpack-cli - '@storybook/preset-react-webpack@8.4.4(@storybook/test@8.4.4(storybook@8.4.4(prettier@3.3.3)))(@swc/core@1.5.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.3.3))(typescript@5.4.3)': + '@storybook/preset-react-webpack@8.4.4(@storybook/test@8.4.4(storybook@8.4.4(prettier@3.4.2)))(@swc/core@1.5.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.4.2))(typescript@5.7.2)': dependencies: - '@storybook/core-webpack': 8.4.4(storybook@8.4.4(prettier@3.3.3)) - '@storybook/react': 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(prettier@3.3.3)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.3.3))(typescript@5.4.3) - '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.0c3f3b7.0(typescript@5.4.3)(webpack@5.94.0(@swc/core@1.5.7)) + '@storybook/core-webpack': 8.4.4(storybook@8.4.4(prettier@3.4.2)) + '@storybook/react': 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(prettier@3.4.2)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.4.2))(typescript@5.7.2) + '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.0c3f3b7.0(typescript@5.7.2)(webpack@5.94.0(@swc/core@1.5.7)) '@types/node': 22.5.5 '@types/semver': 7.5.8 find-up: 5.0.0 @@ -21521,12 +21519,12 @@ snapshots: react-docgen: 7.0.3 react-dom: 18.3.1(react@18.3.1) resolve: 1.22.8 - semver: 7.6.2 - storybook: 8.4.4(prettier@3.3.3) + semver: 7.6.3 + storybook: 8.4.4(prettier@3.4.2) tsconfig-paths: 4.2.0 webpack: 5.94.0(@swc/core@1.5.7) optionalDependencies: - typescript: 5.4.3 + typescript: 5.7.2 transitivePeerDependencies: - '@storybook/test' - '@swc/core' @@ -21552,67 +21550,57 @@ snapshots: ts-dedent: 2.2.0 util-deprecate: 1.0.2 - '@storybook/preview-api@8.4.4(storybook@8.4.4(prettier@3.3.2))': + '@storybook/preview-api@8.4.4(storybook@8.4.4(prettier@3.4.2))': dependencies: - storybook: 8.4.4(prettier@3.3.2) + storybook: 8.4.4(prettier@3.4.2) - '@storybook/preview-api@8.4.4(storybook@8.4.4(prettier@3.3.3))': - dependencies: - storybook: 8.4.4(prettier@3.3.3) - - '@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.0c3f3b7.0(typescript@5.4.3)(webpack@5.94.0(@swc/core@1.5.7)(esbuild@0.20.2))': + '@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.0c3f3b7.0(typescript@5.7.2)(webpack@5.94.0(@swc/core@1.5.7)(esbuild@0.20.2))': dependencies: debug: 4.3.7 endent: 2.1.0 find-cache-dir: 3.3.2 flat-cache: 3.2.0 micromatch: 4.0.8 - react-docgen-typescript: 2.2.2(typescript@5.4.3) + react-docgen-typescript: 2.2.2(typescript@5.7.2) tslib: 2.8.0 - typescript: 5.4.3 + typescript: 5.7.2 webpack: 5.94.0(@swc/core@1.5.7)(esbuild@0.20.2) transitivePeerDependencies: - supports-color - '@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.0c3f3b7.0(typescript@5.4.3)(webpack@5.94.0(@swc/core@1.5.7))': + '@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.0c3f3b7.0(typescript@5.7.2)(webpack@5.94.0(@swc/core@1.5.7))': dependencies: debug: 4.3.7 endent: 2.1.0 find-cache-dir: 3.3.2 flat-cache: 3.2.0 micromatch: 4.0.8 - react-docgen-typescript: 2.2.2(typescript@5.4.3) + react-docgen-typescript: 2.2.2(typescript@5.7.2) tslib: 2.8.0 - typescript: 5.4.3 + typescript: 5.7.2 webpack: 5.94.0(@swc/core@1.5.7) transitivePeerDependencies: - supports-color - '@storybook/react-dom-shim@8.4.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.3.2))': - dependencies: - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - storybook: 8.4.4(prettier@3.3.2) - - '@storybook/react-dom-shim@8.4.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.3.3))': + '@storybook/react-dom-shim@8.4.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.4.2))': dependencies: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - storybook: 8.4.4(prettier@3.3.3) + storybook: 8.4.4(prettier@3.4.2) - '@storybook/react-vite@8.4.4(@storybook/test@8.4.4(storybook@8.4.4(prettier@3.3.2)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(rollup@4.24.3)(storybook@8.4.4(prettier@3.3.2))(typescript@5.4.3)(vite@5.4.10(@types/node@18.19.33)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0))(webpack-sources@3.2.3)': + '@storybook/react-vite@8.4.4(@storybook/test@8.4.4(storybook@8.4.4(prettier@3.4.2)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(rollup@4.24.3)(storybook@8.4.4(prettier@3.4.2))(typescript@5.7.2)(vite@5.4.10(@types/node@18.19.33)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0))(webpack-sources@3.2.3)': dependencies: - '@joshwooding/vite-plugin-react-docgen-typescript': 0.3.0(typescript@5.4.3)(vite@5.4.10(@types/node@18.19.33)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0)) + '@joshwooding/vite-plugin-react-docgen-typescript': 0.3.0(typescript@5.7.2)(vite@5.4.10(@types/node@18.19.33)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0)) '@rollup/pluginutils': 5.1.0(rollup@4.24.3) - '@storybook/builder-vite': 8.4.4(storybook@8.4.4(prettier@3.3.2))(vite@5.4.10(@types/node@18.19.33)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0))(webpack-sources@3.2.3) - '@storybook/react': 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(prettier@3.3.2)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.3.2))(typescript@5.4.3) + '@storybook/builder-vite': 8.4.4(storybook@8.4.4(prettier@3.4.2))(vite@5.4.10(@types/node@18.19.33)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0))(webpack-sources@3.2.3) + '@storybook/react': 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(prettier@3.4.2)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.4.2))(typescript@5.7.2) find-up: 5.0.0 magic-string: 0.30.12 react: 18.3.1 react-docgen: 7.0.3 react-dom: 18.3.1(react@18.3.1) resolve: 1.22.8 - storybook: 8.4.4(prettier@3.3.2) + storybook: 8.4.4(prettier@3.4.2) tsconfig-paths: 4.2.0 vite: 5.4.10(@types/node@18.19.33)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) transitivePeerDependencies: @@ -21622,67 +21610,36 @@ snapshots: - typescript - webpack-sources - '@storybook/react@8.4.4(@storybook/test@8.4.4(storybook@8.4.4(prettier@3.3.2)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.3.2))(typescript@5.4.3)': - dependencies: - '@storybook/components': 8.4.4(storybook@8.4.4(prettier@3.3.2)) - '@storybook/global': 5.0.0 - '@storybook/manager-api': 8.4.4(storybook@8.4.4(prettier@3.3.2)) - '@storybook/preview-api': 8.4.4(storybook@8.4.4(prettier@3.3.2)) - '@storybook/react-dom-shim': 8.4.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.3.2)) - '@storybook/theming': 8.4.4(storybook@8.4.4(prettier@3.3.2)) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - storybook: 8.4.4(prettier@3.3.2) - optionalDependencies: - '@storybook/test': 8.4.4(storybook@8.4.4(prettier@3.3.2)) - typescript: 5.4.3 - - '@storybook/react@8.4.4(@storybook/test@8.4.4(storybook@8.4.4(prettier@3.3.3)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.3.3))(typescript@5.4.3)': + '@storybook/react@8.4.4(@storybook/test@8.4.4(storybook@8.4.4(prettier@3.4.2)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.4.2))(typescript@5.7.2)': dependencies: - '@storybook/components': 8.4.4(storybook@8.4.4(prettier@3.3.3)) + '@storybook/components': 8.4.4(storybook@8.4.4(prettier@3.4.2)) '@storybook/global': 5.0.0 - '@storybook/manager-api': 8.4.4(storybook@8.4.4(prettier@3.3.3)) - '@storybook/preview-api': 8.4.4(storybook@8.4.4(prettier@3.3.3)) - '@storybook/react-dom-shim': 8.4.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.3.3)) - '@storybook/theming': 8.4.4(storybook@8.4.4(prettier@3.3.3)) + '@storybook/manager-api': 8.4.4(storybook@8.4.4(prettier@3.4.2)) + '@storybook/preview-api': 8.4.4(storybook@8.4.4(prettier@3.4.2)) + '@storybook/react-dom-shim': 8.4.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.4.2)) + '@storybook/theming': 8.4.4(storybook@8.4.4(prettier@3.4.2)) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - storybook: 8.4.4(prettier@3.3.3) + storybook: 8.4.4(prettier@3.4.2) optionalDependencies: - '@storybook/test': 8.4.4(storybook@8.4.4(prettier@3.3.3)) - typescript: 5.4.3 - - '@storybook/test@8.4.4(storybook@8.4.4(prettier@3.3.2))': - dependencies: - '@storybook/csf': 0.1.11 - '@storybook/global': 5.0.0 - '@storybook/instrumenter': 8.4.4(storybook@8.4.4(prettier@3.3.2)) - '@testing-library/dom': 10.4.0 - '@testing-library/jest-dom': 6.5.0 - '@testing-library/user-event': 14.5.2(@testing-library/dom@10.4.0) - '@vitest/expect': 2.0.5 - '@vitest/spy': 2.0.5 - storybook: 8.4.4(prettier@3.3.2) + '@storybook/test': 8.4.4(storybook@8.4.4(prettier@3.4.2)) + typescript: 5.7.2 - '@storybook/test@8.4.4(storybook@8.4.4(prettier@3.3.3))': + '@storybook/test@8.4.4(storybook@8.4.4(prettier@3.4.2))': dependencies: '@storybook/csf': 0.1.11 '@storybook/global': 5.0.0 - '@storybook/instrumenter': 8.4.4(storybook@8.4.4(prettier@3.3.3)) + '@storybook/instrumenter': 8.4.4(storybook@8.4.4(prettier@3.4.2)) '@testing-library/dom': 10.4.0 '@testing-library/jest-dom': 6.5.0 '@testing-library/user-event': 14.5.2(@testing-library/dom@10.4.0) '@vitest/expect': 2.0.5 '@vitest/spy': 2.0.5 - storybook: 8.4.4(prettier@3.3.3) - - '@storybook/theming@8.4.4(storybook@8.4.4(prettier@3.3.2))': - dependencies: - storybook: 8.4.4(prettier@3.3.2) + storybook: 8.4.4(prettier@3.4.2) - '@storybook/theming@8.4.4(storybook@8.4.4(prettier@3.3.3))': + '@storybook/theming@8.4.4(storybook@8.4.4(prettier@3.4.2))': dependencies: - storybook: 8.4.4(prettier@3.3.3) + storybook: 8.4.4(prettier@3.4.2) '@storybook/types@7.6.17': dependencies: @@ -21740,6 +21697,10 @@ snapshots: '@swc/counter@0.1.3': {} + '@swc/helpers@0.5.15': + dependencies: + tslib: 2.8.0 + '@swc/helpers@0.5.5': dependencies: '@swc/counter': 0.1.3 @@ -21754,39 +21715,29 @@ snapshots: dependencies: defer-to-connect: 2.0.1 - '@tailwindcss/forms@0.5.7(tailwindcss@3.4.3(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)))': + '@tailwindcss/forms@0.5.7(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2)))': dependencies: mini-svg-data-uri: 1.4.4 - tailwindcss: 3.4.3(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)) + tailwindcss: 3.4.17(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2)) - '@tailwindcss/typography@0.5.13(tailwindcss@3.4.3(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)))': + '@tailwindcss/typography@0.5.13(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2)))': dependencies: lodash.castarray: 4.4.0 lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 postcss-selector-parser: 6.0.10 - tailwindcss: 3.4.3(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)) + tailwindcss: 3.4.17(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2)) '@tanem/svg-injector@10.1.68': dependencies: - '@babel/runtime': 7.24.5 + '@babel/runtime': 7.26.0 content-type: 1.0.5 tslib: 2.8.0 - '@tanstack/query-core@4.36.1': {} - - '@tanstack/react-query@4.36.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@tanstack/query-core': 4.36.1 - react: 18.3.1 - use-sync-external-store: 1.2.2(react@18.3.1) - optionalDependencies: - react-dom: 18.3.1(react@18.3.1) - '@testing-library/dom@10.4.0': dependencies: '@babel/code-frame': 7.26.2 - '@babel/runtime': 7.24.5 + '@babel/runtime': 7.26.0 '@types/aria-query': 5.0.4 aria-query: 5.3.0 chalk: 4.1.2 @@ -21796,8 +21747,8 @@ snapshots: '@testing-library/dom@9.3.4': dependencies: - '@babel/code-frame': 7.24.2 - '@babel/runtime': 7.24.5 + '@babel/code-frame': 7.26.2 + '@babel/runtime': 7.26.0 '@types/aria-query': 5.0.4 aria-query: 5.1.3 chalk: 4.1.2 @@ -21805,22 +21756,6 @@ snapshots: lz-string: 1.5.0 pretty-format: 27.5.1 - '@testing-library/jest-dom@6.4.5(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@18.19.33)(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)))(vitest@2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0))': - dependencies: - '@adobe/css-tools': 4.3.3 - '@babel/runtime': 7.24.5 - aria-query: 5.3.0 - chalk: 3.0.0 - css.escape: 1.5.1 - dom-accessibility-api: 0.6.3 - lodash: 4.17.21 - redent: 3.0.0 - optionalDependencies: - '@jest/globals': 29.7.0 - '@types/jest': 29.5.12 - jest: 29.7.0(@types/node@18.19.33)(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)) - vitest: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) - '@testing-library/jest-dom@6.5.0': dependencies: '@adobe/css-tools': 4.4.0 @@ -21833,7 +21768,7 @@ snapshots: '@testing-library/react@14.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.5 + '@babel/runtime': 7.26.0 '@testing-library/dom': 9.3.4 '@types/react-dom': 18.3.0 react: 18.3.1 @@ -21902,7 +21837,7 @@ snapshots: '@babel/types': 7.26.0 '@types/babel__generator': 7.6.8 '@types/babel__template': 7.4.4 - '@types/babel__traverse': 7.20.5 + '@types/babel__traverse': 7.20.6 '@types/babel__generator@7.6.8': dependencies: @@ -21913,10 +21848,6 @@ snapshots: '@babel/parser': 7.26.2 '@babel/types': 7.26.0 - '@types/babel__traverse@7.20.5': - dependencies: - '@babel/types': 7.26.0 - '@types/babel__traverse@7.20.6': dependencies: '@babel/types': 7.26.0 @@ -21958,10 +21889,6 @@ snapshots: dependencies: '@types/node': 20.12.12 - '@types/date-fns@2.6.3': - dependencies: - date-fns: 4.1.0 - '@types/debounce@1.2.4': {} '@types/debug@4.1.12': @@ -21980,9 +21907,7 @@ snapshots: '@types/estree-jsx@1.0.5': dependencies: - '@types/estree': 1.0.5 - - '@types/estree@1.0.5': {} + '@types/estree': 1.0.6 '@types/estree@1.0.6': {} @@ -22019,7 +21944,7 @@ snapshots: '@types/hast@3.0.4': dependencies: - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 '@types/hogan.js@3.0.5': {} @@ -22180,6 +22105,10 @@ snapshots: dependencies: '@types/react': 18.3.3 + '@types/react-dom@19.0.2(@types/react@19.0.2)': + dependencies: + '@types/react': 19.0.2 + '@types/react-reconciler@0.26.7': dependencies: '@types/react': 18.3.3 @@ -22197,6 +22126,10 @@ snapshots: '@types/prop-types': 15.7.12 csstype: 3.1.3 + '@types/react@19.0.2': + dependencies: + csstype: 3.1.3 + '@types/readdir-glob@1.1.5': dependencies: '@types/node': 20.12.12 @@ -22253,8 +22186,6 @@ snapshots: '@types/unist@2.0.10': {} - '@types/unist@3.0.2': {} - '@types/unist@3.0.3': {} '@types/url-join@4.0.1': {} @@ -22273,67 +22204,32 @@ snapshots: dependencies: '@types/yargs-parser': 21.0.3 - '@typescript-eslint/eslint-plugin@7.17.0(@typescript-eslint/parser@7.17.0(eslint@8.57.0)(typescript@5.4.3))(eslint@8.57.0)(typescript@5.4.3)': + '@typescript-eslint/eslint-plugin@8.18.1(@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2))(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2)': dependencies: '@eslint-community/regexpp': 4.10.0 - '@typescript-eslint/parser': 7.17.0(eslint@8.57.0)(typescript@5.4.3) - '@typescript-eslint/scope-manager': 7.17.0 - '@typescript-eslint/type-utils': 7.17.0(eslint@8.57.0)(typescript@5.4.3) - '@typescript-eslint/utils': 7.17.0(eslint@8.57.0)(typescript@5.4.3) - '@typescript-eslint/visitor-keys': 7.17.0 - eslint: 8.57.0 - graphemer: 1.4.0 - ignore: 5.3.1 - natural-compare: 1.4.0 - ts-api-utils: 1.3.0(typescript@5.4.3) - optionalDependencies: - typescript: 5.4.3 - transitivePeerDependencies: - - supports-color - - '@typescript-eslint/eslint-plugin@7.3.1(@typescript-eslint/parser@7.3.1(eslint@8.57.0)(typescript@5.4.3))(eslint@8.57.0)(typescript@5.4.3)': - dependencies: - '@eslint-community/regexpp': 4.10.0 - '@typescript-eslint/parser': 7.3.1(eslint@8.57.0)(typescript@5.4.3) - '@typescript-eslint/scope-manager': 7.3.1 - '@typescript-eslint/type-utils': 7.3.1(eslint@8.57.0)(typescript@5.4.3) - '@typescript-eslint/utils': 7.3.1(eslint@8.57.0)(typescript@5.4.3) - '@typescript-eslint/visitor-keys': 7.3.1 - debug: 4.3.4(supports-color@5.5.0) - eslint: 8.57.0 + '@typescript-eslint/parser': 8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2) + '@typescript-eslint/scope-manager': 8.18.1 + '@typescript-eslint/type-utils': 8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2) + '@typescript-eslint/utils': 8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2) + '@typescript-eslint/visitor-keys': 8.18.1 + eslint: 9.17.0(jiti@1.21.7) graphemer: 1.4.0 ignore: 5.3.1 natural-compare: 1.4.0 - semver: 7.6.2 - ts-api-utils: 1.3.0(typescript@5.4.3) - optionalDependencies: - typescript: 5.4.3 - transitivePeerDependencies: - - supports-color - - '@typescript-eslint/parser@7.17.0(eslint@8.57.0)(typescript@5.4.3)': - dependencies: - '@typescript-eslint/scope-manager': 7.17.0 - '@typescript-eslint/types': 7.17.0 - '@typescript-eslint/typescript-estree': 7.17.0(typescript@5.4.3) - '@typescript-eslint/visitor-keys': 7.17.0 - debug: 4.3.4(supports-color@5.5.0) - eslint: 8.57.0 - optionalDependencies: - typescript: 5.4.3 + ts-api-utils: 1.3.0(typescript@5.7.2) + typescript: 5.7.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@7.3.1(eslint@8.57.0)(typescript@5.4.3)': + '@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2)': dependencies: - '@typescript-eslint/scope-manager': 7.3.1 - '@typescript-eslint/types': 7.3.1 - '@typescript-eslint/typescript-estree': 7.3.1(typescript@5.4.3) - '@typescript-eslint/visitor-keys': 7.3.1 - debug: 4.3.4(supports-color@5.5.0) - eslint: 8.57.0 - optionalDependencies: - typescript: 5.4.3 + '@typescript-eslint/scope-manager': 8.18.1 + '@typescript-eslint/types': 8.18.1 + '@typescript-eslint/typescript-estree': 8.18.1(typescript@5.7.2) + '@typescript-eslint/visitor-keys': 8.18.1 + debug: 4.3.7 + eslint: 9.17.0(jiti@1.21.7) + typescript: 5.7.2 transitivePeerDependencies: - supports-color @@ -22342,90 +22238,48 @@ snapshots: '@typescript-eslint/types': 5.62.0 '@typescript-eslint/visitor-keys': 5.62.0 - '@typescript-eslint/scope-manager@6.21.0': - dependencies: - '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/visitor-keys': 6.21.0 - '@typescript-eslint/scope-manager@7.17.0': dependencies: '@typescript-eslint/types': 7.17.0 '@typescript-eslint/visitor-keys': 7.17.0 - '@typescript-eslint/scope-manager@7.3.1': - dependencies: - '@typescript-eslint/types': 7.3.1 - '@typescript-eslint/visitor-keys': 7.3.1 - - '@typescript-eslint/scope-manager@7.8.0': - dependencies: - '@typescript-eslint/types': 7.8.0 - '@typescript-eslint/visitor-keys': 7.8.0 - - '@typescript-eslint/type-utils@7.17.0(eslint@8.57.0)(typescript@5.4.3)': + '@typescript-eslint/scope-manager@8.18.1': dependencies: - '@typescript-eslint/typescript-estree': 7.17.0(typescript@5.4.3) - '@typescript-eslint/utils': 7.17.0(eslint@8.57.0)(typescript@5.4.3) - debug: 4.3.7 - eslint: 8.57.0 - ts-api-utils: 1.3.0(typescript@5.4.3) - optionalDependencies: - typescript: 5.4.3 - transitivePeerDependencies: - - supports-color + '@typescript-eslint/types': 8.18.1 + '@typescript-eslint/visitor-keys': 8.18.1 - '@typescript-eslint/type-utils@7.3.1(eslint@8.57.0)(typescript@5.4.3)': + '@typescript-eslint/type-utils@8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2)': dependencies: - '@typescript-eslint/typescript-estree': 7.3.1(typescript@5.4.3) - '@typescript-eslint/utils': 7.3.1(eslint@8.57.0)(typescript@5.4.3) + '@typescript-eslint/typescript-estree': 8.18.1(typescript@5.7.2) + '@typescript-eslint/utils': 8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2) debug: 4.3.7 - eslint: 8.57.0 - ts-api-utils: 1.3.0(typescript@5.4.3) - optionalDependencies: - typescript: 5.4.3 + eslint: 9.17.0(jiti@1.21.7) + ts-api-utils: 1.3.0(typescript@5.7.2) + typescript: 5.7.2 transitivePeerDependencies: - supports-color '@typescript-eslint/types@5.62.0': {} - '@typescript-eslint/types@6.21.0': {} - '@typescript-eslint/types@7.17.0': {} - '@typescript-eslint/types@7.3.1': {} + '@typescript-eslint/types@8.18.1': {} - '@typescript-eslint/types@7.8.0': {} - - '@typescript-eslint/typescript-estree@5.62.0(typescript@5.4.3)': + '@typescript-eslint/typescript-estree@5.62.0(typescript@5.7.2)': dependencies: '@typescript-eslint/types': 5.62.0 '@typescript-eslint/visitor-keys': 5.62.0 debug: 4.3.7 globby: 11.1.0 is-glob: 4.0.3 - semver: 7.6.2 - tsutils: 3.21.0(typescript@5.4.3) - optionalDependencies: - typescript: 5.4.3 - transitivePeerDependencies: - - supports-color - - '@typescript-eslint/typescript-estree@6.21.0(typescript@5.4.3)': - dependencies: - '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/visitor-keys': 6.21.0 - debug: 4.3.7 - globby: 11.1.0 - is-glob: 4.0.3 - minimatch: 9.0.3 - semver: 7.6.2 - ts-api-utils: 1.3.0(typescript@5.4.3) + semver: 7.6.3 + tsutils: 3.21.0(typescript@5.7.2) optionalDependencies: - typescript: 5.4.3 + typescript: 5.7.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@7.17.0(typescript@5.4.3)': + '@typescript-eslint/typescript-estree@7.17.0(typescript@5.7.2)': dependencies: '@typescript-eslint/types': 7.17.0 '@typescript-eslint/visitor-keys': 7.17.0 @@ -22433,135 +22287,78 @@ snapshots: globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.4 - semver: 7.6.2 - ts-api-utils: 1.3.0(typescript@5.4.3) - optionalDependencies: - typescript: 5.4.3 - transitivePeerDependencies: - - supports-color - - '@typescript-eslint/typescript-estree@7.3.1(typescript@5.4.3)': - dependencies: - '@typescript-eslint/types': 7.3.1 - '@typescript-eslint/visitor-keys': 7.3.1 - debug: 4.3.7 - globby: 11.1.0 - is-glob: 4.0.3 - minimatch: 9.0.3 - semver: 7.6.2 - ts-api-utils: 1.3.0(typescript@5.4.3) + semver: 7.6.3 + ts-api-utils: 1.3.0(typescript@5.7.2) optionalDependencies: - typescript: 5.4.3 + typescript: 5.7.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@7.8.0(typescript@5.4.3)': + '@typescript-eslint/typescript-estree@8.18.1(typescript@5.7.2)': dependencies: - '@typescript-eslint/types': 7.8.0 - '@typescript-eslint/visitor-keys': 7.8.0 + '@typescript-eslint/types': 8.18.1 + '@typescript-eslint/visitor-keys': 8.18.1 debug: 4.3.7 - globby: 11.1.0 + fast-glob: 3.3.2 is-glob: 4.0.3 minimatch: 9.0.4 - semver: 7.6.2 - ts-api-utils: 1.3.0(typescript@5.4.3) - optionalDependencies: - typescript: 5.4.3 + semver: 7.6.3 + ts-api-utils: 1.3.0(typescript@5.7.2) + typescript: 5.7.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@5.62.0(eslint@8.57.0)(typescript@5.4.3)': + '@typescript-eslint/utils@5.62.0(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2)': dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.17.0(jiti@1.21.7)) '@types/json-schema': 7.0.15 '@types/semver': 7.5.8 '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/types': 5.62.0 - '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.4.3) - eslint: 8.57.0 + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.7.2) + eslint: 9.17.0(jiti@1.21.7) eslint-scope: 5.1.1 - semver: 7.6.2 - transitivePeerDependencies: - - supports-color - - typescript - - '@typescript-eslint/utils@6.21.0(eslint@8.57.0)(typescript@5.4.3)': - dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) - '@types/json-schema': 7.0.15 - '@types/semver': 7.5.8 - '@typescript-eslint/scope-manager': 6.21.0 - '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.4.3) - eslint: 8.57.0 - semver: 7.6.2 + semver: 7.6.3 transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/utils@7.17.0(eslint@8.57.0)(typescript@5.4.3)': + '@typescript-eslint/utils@7.17.0(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2)': dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.17.0(jiti@1.21.7)) '@typescript-eslint/scope-manager': 7.17.0 '@typescript-eslint/types': 7.17.0 - '@typescript-eslint/typescript-estree': 7.17.0(typescript@5.4.3) - eslint: 8.57.0 - transitivePeerDependencies: - - supports-color - - typescript - - '@typescript-eslint/utils@7.3.1(eslint@8.57.0)(typescript@5.4.3)': - dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) - '@types/json-schema': 7.0.15 - '@types/semver': 7.5.8 - '@typescript-eslint/scope-manager': 7.3.1 - '@typescript-eslint/types': 7.3.1 - '@typescript-eslint/typescript-estree': 7.3.1(typescript@5.4.3) - eslint: 8.57.0 - semver: 7.6.2 + '@typescript-eslint/typescript-estree': 7.17.0(typescript@5.7.2) + eslint: 9.17.0(jiti@1.21.7) transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/utils@7.8.0(eslint@8.57.0)(typescript@5.4.3)': + '@typescript-eslint/utils@8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2)': dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) - '@types/json-schema': 7.0.15 - '@types/semver': 7.5.8 - '@typescript-eslint/scope-manager': 7.8.0 - '@typescript-eslint/types': 7.8.0 - '@typescript-eslint/typescript-estree': 7.8.0(typescript@5.4.3) - eslint: 8.57.0 - semver: 7.6.2 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.17.0(jiti@1.21.7)) + '@typescript-eslint/scope-manager': 8.18.1 + '@typescript-eslint/types': 8.18.1 + '@typescript-eslint/typescript-estree': 8.18.1(typescript@5.7.2) + eslint: 9.17.0(jiti@1.21.7) + typescript: 5.7.2 transitivePeerDependencies: - supports-color - - typescript '@typescript-eslint/visitor-keys@5.62.0': dependencies: '@typescript-eslint/types': 5.62.0 eslint-visitor-keys: 3.4.3 - '@typescript-eslint/visitor-keys@6.21.0': - dependencies: - '@typescript-eslint/types': 6.21.0 - eslint-visitor-keys: 3.4.3 - '@typescript-eslint/visitor-keys@7.17.0': dependencies: '@typescript-eslint/types': 7.17.0 eslint-visitor-keys: 3.4.3 - '@typescript-eslint/visitor-keys@7.3.1': - dependencies: - '@typescript-eslint/types': 7.3.1 - eslint-visitor-keys: 3.4.3 - - '@typescript-eslint/visitor-keys@7.8.0': + '@typescript-eslint/visitor-keys@8.18.1': dependencies: - '@typescript-eslint/types': 7.8.0 - eslint-visitor-keys: 3.4.3 + '@typescript-eslint/types': 8.18.1 + eslint-visitor-keys: 4.2.0 '@ungap/structured-clone@1.2.0': {} @@ -22586,10 +22383,10 @@ snapshots: '@vercel/edge-config-fs@0.1.0': {} - '@vercel/edge-config@1.1.0(@opentelemetry/api@1.9.0)(typescript@5.4.3)': + '@vercel/edge-config@1.1.0(@opentelemetry/api@1.9.0)(typescript@5.7.2)': dependencies: '@vercel/edge-config-fs': 0.1.0 - ts-essentials: 9.4.1(typescript@5.4.3) + ts-essentials: 9.4.1(typescript@5.7.2) optionalDependencies: '@opentelemetry/api': 1.9.0 transitivePeerDependencies: @@ -23774,16 +23571,14 @@ snapshots: dependencies: acorn: 8.14.0 - acorn-jsx@5.3.2(acorn@8.11.3): + acorn-jsx@5.3.2(acorn@8.14.0): dependencies: - acorn: 8.11.3 + acorn: 8.14.0 acorn-walk@8.3.2: {} acorn@8.11.3: {} - acorn@8.13.0: {} - acorn@8.14.0: {} adjust-sourcemap-loader@4.0.0: @@ -24071,14 +23866,7 @@ snapshots: es-abstract: 1.23.3 es-shim-unscopables: 1.0.2 - array.prototype.toreversed@1.1.2: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - es-shim-unscopables: 1.0.2 - - array.prototype.tosorted@1.1.3: + array.prototype.tosorted@1.1.4: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 @@ -24097,6 +23885,16 @@ snapshots: is-array-buffer: 3.0.4 is-shared-array-buffer: 1.0.3 + arraybuffer.prototype.slice@1.0.4: + dependencies: + array-buffer-byte-length: 1.0.1 + call-bind: 1.0.8 + define-properties: 1.2.1 + es-abstract: 1.23.6 + es-errors: 1.3.0 + get-intrinsic: 1.2.6 + is-array-buffer: 3.0.4 + arrify@2.0.1: {} asl-path-validator@0.12.0: @@ -24182,7 +23980,7 @@ snapshots: optionalDependencies: fsevents: 2.3.2 - axe-core@4.7.0: {} + axe-core@4.10.2: {} axios-proxy-builder@0.1.2: dependencies: @@ -24196,9 +23994,7 @@ snapshots: transitivePeerDependencies: - debug - axobject-query@3.2.1: - dependencies: - dequal: 2.0.3 + axobject-query@4.1.0: {} b4a@1.6.6: {} @@ -24244,7 +24040,7 @@ snapshots: '@babel/template': 7.25.9 '@babel/types': 7.26.0 '@types/babel__core': 7.20.5 - '@types/babel__traverse': 7.20.5 + '@types/babel__traverse': 7.20.6 babel-plugin-polyfill-corejs2@0.4.11(@babel/core@7.26.0): dependencies: @@ -24255,14 +24051,6 @@ snapshots: transitivePeerDependencies: - supports-color - babel-plugin-polyfill-corejs3@0.10.4(@babel/core@7.26.0): - dependencies: - '@babel/core': 7.26.0 - '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.26.0) - core-js-compat: 3.39.0 - transitivePeerDependencies: - - supports-color - babel-plugin-polyfill-corejs3@0.10.6(@babel/core@7.26.0): dependencies: '@babel/core': 7.26.0 @@ -24514,6 +24302,11 @@ snapshots: normalize-url: 6.1.0 responselike: 2.0.1 + call-bind-apply-helpers@1.0.1: + dependencies: + es-errors: 1.3.0 + function-bind: 1.1.2 + call-bind@1.0.7: dependencies: es-define-property: 1.0.0 @@ -24522,6 +24315,18 @@ snapshots: get-intrinsic: 1.2.4 set-function-length: 1.2.2 + call-bind@1.0.8: + dependencies: + call-bind-apply-helpers: 1.0.1 + es-define-property: 1.0.0 + get-intrinsic: 1.2.6 + set-function-length: 1.2.2 + + call-bound@1.0.3: + dependencies: + call-bind-apply-helpers: 1.0.1 + get-intrinsic: 1.2.6 + callsite@1.0.0: {} callsites@3.1.0: {} @@ -24634,8 +24439,6 @@ snapshots: chromatic@11.18.1: {} - chromatic@11.3.2: {} - chrome-trace-event@1.0.3: {} ci-info@3.9.0: {} @@ -24784,9 +24587,7 @@ snapshots: colorette@2.0.20: {} - colorjs.io@0.4.5: {} - - colorjs.io@0.5.0: {} + colorjs.io@0.5.2: {} colors@1.4.0: {} @@ -24857,8 +24658,6 @@ snapshots: concat-map@0.0.1: {} - confbox@0.1.7: {} - confbox@0.1.8: {} config-chain@1.1.13: @@ -24937,14 +24736,14 @@ snapshots: path-type: 4.0.0 yaml: 1.10.2 - cosmiconfig@9.0.0(typescript@5.4.3): + cosmiconfig@9.0.0(typescript@5.7.2): dependencies: env-paths: 2.2.1 import-fresh: 3.3.0 js-yaml: 4.1.0 parse-json: 5.2.0 optionalDependencies: - typescript: 5.4.3 + typescript: 5.7.2 crc-32@1.2.2: {} @@ -24980,13 +24779,13 @@ snapshots: safe-buffer: 5.2.1 sha.js: 2.4.11 - create-jest@29.7.0(@types/node@18.19.33)(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)): + create-jest@29.7.0(@types/node@18.19.33)(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@18.19.33)(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)) + jest-config: 29.7.0(@types/node@18.19.33)(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -25042,7 +24841,7 @@ snapshots: postcss-modules-scope: 3.2.0(postcss@8.4.31) postcss-modules-values: 4.0.0(postcss@8.4.31) postcss-value-parser: 4.2.0 - semver: 7.6.2 + semver: 7.6.3 optionalDependencies: webpack: 5.94.0(@swc/core@1.5.7)(esbuild@0.20.2) @@ -25055,7 +24854,7 @@ snapshots: postcss-modules-scope: 3.2.0(postcss@8.4.31) postcss-modules-values: 4.0.0(postcss@8.4.31) postcss-value-parser: 4.2.0 - semver: 7.6.2 + semver: 7.6.3 optionalDependencies: webpack: 5.94.0(@swc/core@1.5.7) @@ -25561,10 +25360,14 @@ snapshots: dependencies: webgl-constants: 1.1.1 + detect-indent@7.0.1: {} + detect-libc@2.0.3: {} detect-newline@3.1.0: {} + detect-newline@4.0.1: {} + detect-node-es@1.1.0: {} devlop@1.1.0: @@ -25667,6 +25470,12 @@ snapshots: draco3d@1.5.7: {} + dunder-proto@1.0.1: + dependencies: + call-bind-apply-helpers: 1.0.1 + es-errors: 1.3.0 + gopd: 1.2.0 + duplexer@0.1.2: {} duration@0.2.2: @@ -25729,11 +25538,6 @@ snapshots: fast-json-parse: 1.0.3 objectorarray: 1.0.5 - enhanced-resolve@5.16.1: - dependencies: - graceful-fs: 4.2.11 - tapable: 2.2.1 - enhanced-resolve@5.17.1: dependencies: graceful-fs: 4.2.11 @@ -25807,10 +25611,63 @@ snapshots: unbox-primitive: 1.0.2 which-typed-array: 1.1.15 + es-abstract@1.23.6: + dependencies: + array-buffer-byte-length: 1.0.1 + arraybuffer.prototype.slice: 1.0.4 + available-typed-arrays: 1.0.7 + call-bind: 1.0.8 + call-bound: 1.0.3 + data-view-buffer: 1.0.1 + data-view-byte-length: 1.0.1 + data-view-byte-offset: 1.0.0 + es-define-property: 1.0.1 + es-errors: 1.3.0 + es-object-atoms: 1.0.0 + es-set-tostringtag: 2.0.3 + es-to-primitive: 1.3.0 + function.prototype.name: 1.1.8 + get-intrinsic: 1.2.6 + get-symbol-description: 1.0.2 + globalthis: 1.0.4 + gopd: 1.2.0 + has-property-descriptors: 1.0.2 + has-proto: 1.2.0 + has-symbols: 1.1.0 + hasown: 2.0.2 + internal-slot: 1.1.0 + is-array-buffer: 3.0.4 + is-callable: 1.2.7 + is-data-view: 1.0.2 + is-negative-zero: 2.0.3 + is-regex: 1.2.1 + is-shared-array-buffer: 1.0.3 + is-string: 1.1.1 + is-typed-array: 1.1.13 + is-weakref: 1.1.0 + math-intrinsics: 1.1.0 + object-inspect: 1.13.3 + object-keys: 1.1.1 + object.assign: 4.1.5 + regexp.prototype.flags: 1.5.3 + safe-array-concat: 1.1.3 + safe-regex-test: 1.1.0 + string.prototype.trim: 1.2.10 + string.prototype.trimend: 1.0.9 + string.prototype.trimstart: 1.0.8 + typed-array-buffer: 1.0.2 + typed-array-byte-length: 1.0.1 + typed-array-byte-offset: 1.0.4 + typed-array-length: 1.0.7 + unbox-primitive: 1.0.2 + which-typed-array: 1.1.18 + es-define-property@1.0.0: dependencies: get-intrinsic: 1.2.4 + es-define-property@1.0.1: {} + es-errors@1.3.0: {} es-get-iterator@1.1.3: @@ -25825,22 +25682,24 @@ snapshots: isarray: 2.0.5 stop-iteration-iterator: 1.0.0 - es-iterator-helpers@1.0.19: + es-iterator-helpers@1.2.1: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 + call-bound: 1.0.3 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.23.6 es-errors: 1.3.0 es-set-tostringtag: 2.0.3 function-bind: 1.1.2 - get-intrinsic: 1.2.4 + get-intrinsic: 1.2.6 globalthis: 1.0.4 + gopd: 1.2.0 has-property-descriptors: 1.0.2 - has-proto: 1.0.3 - has-symbols: 1.0.3 - internal-slot: 1.0.7 - iterator.prototype: 1.1.2 - safe-array-concat: 1.1.2 + has-proto: 1.2.0 + has-symbols: 1.1.0 + internal-slot: 1.1.0 + iterator.prototype: 1.1.4 + safe-array-concat: 1.1.3 es-module-lexer@1.5.2: {} @@ -25850,7 +25709,7 @@ snapshots: es-set-tostringtag@2.0.3: dependencies: - get-intrinsic: 1.2.4 + get-intrinsic: 1.2.6 has-tostringtag: 1.0.2 hasown: 2.0.2 @@ -25864,6 +25723,12 @@ snapshots: is-date-object: 1.0.5 is-symbol: 1.0.4 + es-to-primitive@1.3.0: + dependencies: + is-callable: 1.2.7 + is-date-object: 1.0.5 + is-symbol: 1.0.4 + es-toolkit@1.27.0: {} es-toolkit@1.30.0: {} @@ -25960,28 +25825,28 @@ snapshots: optionalDependencies: source-map: 0.6.1 - eslint-config-next@14.2.15(eslint@8.57.0)(typescript@5.4.3): + eslint-config-next@15.1.2(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2): dependencies: - '@next/eslint-plugin-next': 14.2.15 - '@rushstack/eslint-patch': 1.10.2 - '@typescript-eslint/eslint-plugin': 7.17.0(@typescript-eslint/parser@7.17.0(eslint@8.57.0)(typescript@5.4.3))(eslint@8.57.0)(typescript@5.4.3) - '@typescript-eslint/parser': 7.17.0(eslint@8.57.0)(typescript@5.4.3) - eslint: 8.57.0 + '@next/eslint-plugin-next': 15.1.2 + '@rushstack/eslint-patch': 1.10.4 + '@typescript-eslint/eslint-plugin': 8.18.1(@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2))(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2) + '@typescript-eslint/parser': 8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2) + eslint: 9.17.0(jiti@1.21.7) eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.17.0(eslint@8.57.0)(typescript@5.4.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.17.0(eslint@8.57.0)(typescript@5.4.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) - eslint-plugin-jsx-a11y: 6.8.0(eslint@8.57.0) - eslint-plugin-react: 7.34.1(eslint@8.57.0) - eslint-plugin-react-hooks: 4.6.2(eslint@8.57.0) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@9.17.0(jiti@1.21.7)) + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2))(eslint-import-resolver-typescript@3.6.1)(eslint@9.17.0(jiti@1.21.7)) + eslint-plugin-jsx-a11y: 6.10.2(eslint@9.17.0(jiti@1.21.7)) + eslint-plugin-react: 7.37.2(eslint@9.17.0(jiti@1.21.7)) + eslint-plugin-react-hooks: 5.1.0(eslint@9.17.0(jiti@1.21.7)) optionalDependencies: - typescript: 5.4.3 + typescript: 5.7.2 transitivePeerDependencies: - eslint-import-resolver-webpack - supports-color - eslint-config-prettier@9.1.0(eslint@8.57.0): + eslint-config-prettier@9.1.0(eslint@9.17.0(jiti@1.21.7)): dependencies: - eslint: 8.57.0 + eslint: 9.17.0(jiti@1.21.7) eslint-import-resolver-node@0.3.9: dependencies: @@ -25991,13 +25856,13 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.17.0(eslint@8.57.0)(typescript@5.4.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0): + eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@9.17.0(jiti@1.21.7)): dependencies: debug: 4.3.7 - enhanced-resolve: 5.16.1 - eslint: 8.57.0 - eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.17.0(eslint@8.57.0)(typescript@5.4.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.17.0(eslint@8.57.0)(typescript@5.4.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.17.0(eslint@8.57.0)(typescript@5.4.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) + enhanced-resolve: 5.17.1 + eslint: 9.17.0(jiti@1.21.7) + eslint-module-utils: 2.8.1(@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@9.17.0(jiti@1.21.7)))(eslint@9.17.0(jiti@1.21.7)) + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2))(eslint-import-resolver-typescript@3.6.1)(eslint@9.17.0(jiti@1.21.7)) fast-glob: 3.3.2 get-tsconfig: 4.7.5 is-core-module: 2.13.1 @@ -26008,160 +25873,135 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-module-utils@2.8.1(@typescript-eslint/parser@7.17.0(eslint@8.57.0)(typescript@5.4.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.17.0(eslint@8.57.0)(typescript@5.4.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0): + eslint-module-utils@2.12.0(@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@9.17.0(jiti@1.21.7)))(eslint@9.17.0(jiti@1.21.7)): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 7.17.0(eslint@8.57.0)(typescript@5.4.3) - eslint: 8.57.0 + '@typescript-eslint/parser': 8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2) + eslint: 9.17.0(jiti@1.21.7) eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.17.0(eslint@8.57.0)(typescript@5.4.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@9.17.0(jiti@1.21.7)) transitivePeerDependencies: - supports-color - eslint-module-utils@2.8.1(@typescript-eslint/parser@7.3.1(eslint@8.57.0)(typescript@5.4.3))(eslint-import-resolver-node@0.3.9)(eslint@8.57.0): + eslint-module-utils@2.8.1(@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@9.17.0(jiti@1.21.7)))(eslint@9.17.0(jiti@1.21.7)): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 7.3.1(eslint@8.57.0)(typescript@5.4.3) - eslint: 8.57.0 + '@typescript-eslint/parser': 8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2) + eslint: 9.17.0(jiti@1.21.7) eslint-import-resolver-node: 0.3.9 + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@9.17.0(jiti@1.21.7)) transitivePeerDependencies: - supports-color - eslint-plugin-deprecation@2.0.0(eslint@8.57.0)(typescript@5.4.3): - dependencies: - '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.4.3) - eslint: 8.57.0 - tslib: 2.6.2 - tsutils: 3.21.0(typescript@5.4.3) - typescript: 5.4.3 - transitivePeerDependencies: - - supports-color - - eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.17.0(eslint@8.57.0)(typescript@5.4.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0): + eslint-plugin-deprecation@3.0.0(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2): dependencies: - array-includes: 3.1.8 - array.prototype.findlastindex: 1.2.5 - array.prototype.flat: 1.3.2 - array.prototype.flatmap: 1.3.2 - debug: 3.2.7 - doctrine: 2.1.0 - eslint: 8.57.0 - eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.17.0(eslint@8.57.0)(typescript@5.4.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.17.0(eslint@8.57.0)(typescript@5.4.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0) - hasown: 2.0.2 - is-core-module: 2.13.1 - is-glob: 4.0.3 - minimatch: 3.1.2 - object.fromentries: 2.0.8 - object.groupby: 1.0.3 - object.values: 1.2.0 - semver: 6.3.1 - tsconfig-paths: 3.15.0 - optionalDependencies: - '@typescript-eslint/parser': 7.17.0(eslint@8.57.0)(typescript@5.4.3) + '@typescript-eslint/utils': 7.17.0(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2) + eslint: 9.17.0(jiti@1.21.7) + ts-api-utils: 1.3.0(typescript@5.7.2) + tslib: 2.8.0 + typescript: 5.7.2 transitivePeerDependencies: - - eslint-import-resolver-typescript - - eslint-import-resolver-webpack - supports-color - eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.3.1(eslint@8.57.0)(typescript@5.4.3))(eslint@8.57.0): + eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2))(eslint-import-resolver-typescript@3.6.1)(eslint@9.17.0(jiti@1.21.7)): dependencies: + '@rtsao/scc': 1.1.0 array-includes: 3.1.8 array.prototype.findlastindex: 1.2.5 array.prototype.flat: 1.3.2 array.prototype.flatmap: 1.3.2 debug: 3.2.7 doctrine: 2.1.0 - eslint: 8.57.0 + eslint: 9.17.0(jiti@1.21.7) eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.3.1(eslint@8.57.0)(typescript@5.4.3))(eslint-import-resolver-node@0.3.9)(eslint@8.57.0) + eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@9.17.0(jiti@1.21.7)))(eslint@9.17.0(jiti@1.21.7)) hasown: 2.0.2 - is-core-module: 2.13.1 + is-core-module: 2.16.0 is-glob: 4.0.3 minimatch: 3.1.2 object.fromentries: 2.0.8 object.groupby: 1.0.3 object.values: 1.2.0 semver: 6.3.1 + string.prototype.trimend: 1.0.8 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 7.3.1(eslint@8.57.0)(typescript@5.4.3) + '@typescript-eslint/parser': 8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - eslint-plugin-jsx-a11y@6.8.0(eslint@8.57.0): + eslint-plugin-jsx-a11y@6.10.2(eslint@9.17.0(jiti@1.21.7)): dependencies: - '@babel/runtime': 7.24.5 - aria-query: 5.3.0 + aria-query: 5.3.2 array-includes: 3.1.8 array.prototype.flatmap: 1.3.2 ast-types-flow: 0.0.8 - axe-core: 4.7.0 - axobject-query: 3.2.1 + axe-core: 4.10.2 + axobject-query: 4.1.0 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 - es-iterator-helpers: 1.0.19 - eslint: 8.57.0 + eslint: 9.17.0(jiti@1.21.7) hasown: 2.0.2 jsx-ast-utils: 3.3.5 language-tags: 1.0.9 minimatch: 3.1.2 - object.entries: 1.1.8 object.fromentries: 2.0.8 + safe-regex-test: 1.0.3 + string.prototype.includes: 2.0.1 - eslint-plugin-react-hooks@4.6.2(eslint@8.57.0): + eslint-plugin-react-hooks@5.1.0(eslint@9.17.0(jiti@1.21.7)): dependencies: - eslint: 8.57.0 + eslint: 9.17.0(jiti@1.21.7) - eslint-plugin-react@7.34.1(eslint@8.57.0): + eslint-plugin-react@7.37.2(eslint@9.17.0(jiti@1.21.7)): dependencies: array-includes: 3.1.8 array.prototype.findlast: 1.2.5 array.prototype.flatmap: 1.3.2 - array.prototype.toreversed: 1.1.2 - array.prototype.tosorted: 1.1.3 + array.prototype.tosorted: 1.1.4 doctrine: 2.1.0 - es-iterator-helpers: 1.0.19 - eslint: 8.57.0 + es-iterator-helpers: 1.2.1 + eslint: 9.17.0(jiti@1.21.7) estraverse: 5.3.0 + hasown: 2.0.2 jsx-ast-utils: 3.3.5 minimatch: 3.1.2 object.entries: 1.1.8 object.fromentries: 2.0.8 - object.hasown: 1.1.4 object.values: 1.2.0 prop-types: 15.8.1 resolve: 2.0.0-next.5 semver: 6.3.1 string.prototype.matchall: 4.0.11 + string.prototype.repeat: 1.0.0 - eslint-plugin-storybook@0.8.0(eslint@8.57.0)(typescript@5.4.3): + eslint-plugin-storybook@0.8.0(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2): dependencies: '@storybook/csf': 0.0.1 - '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.4.3) - eslint: 8.57.0 + '@typescript-eslint/utils': 5.62.0(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2) + eslint: 9.17.0(jiti@1.21.7) requireindex: 1.2.0 ts-dedent: 2.2.0 transitivePeerDependencies: - supports-color - typescript - eslint-plugin-tailwindcss@3.15.1(tailwindcss@3.4.3(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3))): + eslint-plugin-tailwindcss@3.17.5(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2))): dependencies: fast-glob: 3.3.2 postcss: 8.4.31 - tailwindcss: 3.4.3(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)) + tailwindcss: 3.4.17(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2)) - eslint-plugin-vitest@0.3.26(@typescript-eslint/eslint-plugin@7.3.1(@typescript-eslint/parser@7.3.1(eslint@8.57.0)(typescript@5.4.3))(eslint@8.57.0)(typescript@5.4.3))(eslint@8.57.0)(typescript@5.4.3)(vitest@2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0)): + eslint-plugin-vitest@0.5.4(@typescript-eslint/eslint-plugin@8.18.1(@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2))(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2))(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2)(vitest@2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0)): dependencies: - '@typescript-eslint/utils': 7.8.0(eslint@8.57.0)(typescript@5.4.3) - eslint: 8.57.0 + '@typescript-eslint/utils': 7.17.0(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2) + eslint: 9.17.0(jiti@1.21.7) optionalDependencies: - '@typescript-eslint/eslint-plugin': 7.3.1(@typescript-eslint/parser@7.3.1(eslint@8.57.0)(typescript@5.4.3))(eslint@8.57.0)(typescript@5.4.3) + '@typescript-eslint/eslint-plugin': 8.18.1(@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2))(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2) vitest: 2.1.4(@edge-runtime/vm@3.2.0)(@types/node@18.19.33)(jsdom@24.0.0)(less@4.2.0)(sass@1.77.0)(stylus@0.62.0)(terser@5.31.0) transitivePeerDependencies: - supports-color @@ -26172,53 +26012,53 @@ snapshots: esrecurse: 4.3.0 estraverse: 4.3.0 - eslint-scope@7.2.2: + eslint-scope@8.2.0: dependencies: esrecurse: 4.3.0 estraverse: 5.3.0 eslint-visitor-keys@3.4.3: {} - eslint@8.57.0: + eslint-visitor-keys@4.2.0: {} + + eslint@9.17.0(jiti@1.21.7): dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) - '@eslint-community/regexpp': 4.10.0 - '@eslint/eslintrc': 2.1.4 - '@eslint/js': 8.57.0 - '@humanwhocodes/config-array': 0.11.14 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.17.0(jiti@1.21.7)) + '@eslint-community/regexpp': 4.12.1 + '@eslint/config-array': 0.19.1 + '@eslint/core': 0.9.1 + '@eslint/eslintrc': 3.2.0 + '@eslint/js': 9.17.0 + '@eslint/plugin-kit': 0.2.4 + '@humanfs/node': 0.16.6 '@humanwhocodes/module-importer': 1.0.1 - '@nodelib/fs.walk': 1.2.8 - '@ungap/structured-clone': 1.2.0 + '@humanwhocodes/retry': 0.4.1 + '@types/estree': 1.0.6 + '@types/json-schema': 7.0.15 ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.5 - debug: 4.3.4(supports-color@5.5.0) - doctrine: 3.0.0 + debug: 4.3.7 escape-string-regexp: 4.0.0 - eslint-scope: 7.2.2 - eslint-visitor-keys: 3.4.3 - espree: 9.6.1 + eslint-scope: 8.2.0 + eslint-visitor-keys: 4.2.0 + espree: 10.3.0 esquery: 1.5.0 esutils: 2.0.3 fast-deep-equal: 3.1.3 - file-entry-cache: 6.0.1 + file-entry-cache: 8.0.0 find-up: 5.0.0 glob-parent: 6.0.2 - globals: 13.24.0 - graphemer: 1.4.0 ignore: 5.3.1 imurmurhash: 0.1.4 is-glob: 4.0.3 - is-path-inside: 3.0.3 - js-yaml: 4.1.0 json-stable-stringify-without-jsonify: 1.0.1 - levn: 0.4.1 lodash.merge: 4.6.2 minimatch: 3.1.2 natural-compare: 1.4.0 optionator: 0.9.4 - strip-ansi: 6.0.1 - text-table: 0.2.0 + optionalDependencies: + jiti: 1.21.7 transitivePeerDependencies: - supports-color @@ -26234,11 +26074,11 @@ snapshots: event-emitter: 0.3.5 type: 2.7.2 - espree@9.6.1: + espree@10.3.0: dependencies: - acorn: 8.11.3 - acorn-jsx: 5.3.2(acorn@8.11.3) - eslint-visitor-keys: 3.4.3 + acorn: 8.14.0 + acorn-jsx: 5.3.2(acorn@8.14.0) + eslint-visitor-keys: 4.2.0 esprima@1.2.2: {} @@ -26258,7 +26098,7 @@ snapshots: estree-util-attach-comments@3.0.0: dependencies: - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 estree-util-build-jsx@3.0.1: dependencies: @@ -26277,7 +26117,7 @@ snapshots: estree-util-value-to-estree@3.1.2: dependencies: - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 estree-util-visit@2.0.0: dependencies: @@ -26288,7 +26128,7 @@ snapshots: estree-walker@3.0.3: dependencies: - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 esutils@2.0.3: {} @@ -26460,6 +26300,14 @@ snapshots: fast-fifo@1.3.2: {} + fast-glob@3.3.1: + dependencies: + '@nodelib/fs.stat': 2.0.5 + '@nodelib/fs.walk': 1.2.8 + glob-parent: 5.1.2 + merge2: 1.4.1 + micromatch: 4.0.8 + fast-glob@3.3.2: dependencies: '@nodelib/fs.stat': 2.0.5 @@ -26530,10 +26378,6 @@ snapshots: dependencies: is-unicode-supported: 2.1.0 - file-entry-cache@6.0.1: - dependencies: - flat-cache: 3.2.0 - file-entry-cache@8.0.0: dependencies: flat-cache: 4.0.1 @@ -26668,7 +26512,7 @@ snapshots: cross-spawn: 7.0.5 signal-exit: 4.1.0 - fork-ts-checker-webpack-plugin@8.0.0(typescript@5.4.3)(webpack@5.94.0(@swc/core@1.5.7)(esbuild@0.20.2)): + fork-ts-checker-webpack-plugin@8.0.0(typescript@5.7.2)(webpack@5.94.0(@swc/core@1.5.7)(esbuild@0.20.2)): dependencies: '@babel/code-frame': 7.26.2 chalk: 4.1.2 @@ -26680,12 +26524,12 @@ snapshots: minimatch: 3.1.2 node-abort-controller: 3.1.1 schema-utils: 3.3.0 - semver: 7.6.2 + semver: 7.6.3 tapable: 2.2.1 - typescript: 5.4.3 + typescript: 5.7.2 webpack: 5.94.0(@swc/core@1.5.7)(esbuild@0.20.2) - fork-ts-checker-webpack-plugin@8.0.0(typescript@5.4.3)(webpack@5.94.0(@swc/core@1.5.7)): + fork-ts-checker-webpack-plugin@8.0.0(typescript@5.7.2)(webpack@5.94.0(@swc/core@1.5.7)): dependencies: '@babel/code-frame': 7.26.2 chalk: 4.1.2 @@ -26697,9 +26541,9 @@ snapshots: minimatch: 3.1.2 node-abort-controller: 3.1.1 schema-utils: 3.3.0 - semver: 7.6.2 + semver: 7.6.3 tapable: 2.2.1 - typescript: 5.4.3 + typescript: 5.7.2 webpack: 5.94.0(@swc/core@1.5.7) form-data@2.5.1: @@ -26739,7 +26583,7 @@ snapshots: framer-motion@11.2.4(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: - tslib: 2.6.2 + tslib: 2.8.0 optionalDependencies: '@emotion/is-prop-valid': 1.2.2 react: 18.3.1 @@ -26802,6 +26646,15 @@ snapshots: es-abstract: 1.23.3 functions-have-names: 1.2.3 + function.prototype.name@1.1.8: + dependencies: + call-bind: 1.0.8 + call-bound: 1.0.3 + define-properties: 1.2.1 + functions-have-names: 1.2.3 + hasown: 2.0.2 + is-callable: 1.2.7 + functions-have-names@1.2.3: {} gemoji@8.1.0: {} @@ -26820,6 +26673,19 @@ snapshots: has-symbols: 1.0.3 hasown: 2.0.2 + get-intrinsic@1.2.6: + dependencies: + call-bind-apply-helpers: 1.0.1 + dunder-proto: 1.0.1 + es-define-property: 1.0.1 + es-errors: 1.3.0 + es-object-atoms: 1.0.0 + function-bind: 1.1.2 + gopd: 1.2.0 + has-symbols: 1.1.0 + hasown: 2.0.2 + math-intrinsics: 1.1.0 + get-nonce@1.0.1: {} get-own-enumerable-property-symbols@3.0.2: {} @@ -26828,6 +26694,8 @@ snapshots: get-port@7.1.0: {} + get-stdin@9.0.0: {} + get-stream@2.3.1: dependencies: object-assign: 4.1.1 @@ -26856,6 +26724,8 @@ snapshots: dependencies: resolve-pkg-maps: 1.0.0 + git-hooks-list@3.1.0: {} + github-slugger@2.0.0: {} glob-parent@5.1.2: @@ -26873,14 +26743,6 @@ snapshots: glob-to-regexp@0.4.1: {} - glob@10.3.10: - dependencies: - foreground-child: 3.1.1 - jackspeak: 2.3.6 - minimatch: 9.0.4 - minipass: 7.1.1 - path-scurry: 1.11.0 - glob@10.3.14: dependencies: foreground-child: 3.1.1 @@ -26924,14 +26786,14 @@ snapshots: globals@11.12.0: {} - globals@13.24.0: - dependencies: - type-fest: 0.20.2 + globals@14.0.0: {} + + globals@15.14.0: {} globalthis@1.0.4: dependencies: define-properties: 1.2.1 - gopd: 1.0.1 + gopd: 1.2.0 globby@11.1.0: dependencies: @@ -27027,6 +26889,8 @@ snapshots: dependencies: get-intrinsic: 1.2.4 + gopd@1.2.0: {} + got@11.8.6: dependencies: '@sindresorhus/is': 4.6.0 @@ -27091,8 +26955,14 @@ snapshots: has-proto@1.0.3: {} + has-proto@1.2.0: + dependencies: + dunder-proto: 1.0.1 + has-symbols@1.0.3: {} + has-symbols@1.1.0: {} + has-tostringtag@1.0.2: dependencies: has-symbols: 1.0.3 @@ -27192,7 +27062,7 @@ snapshots: hast-util-to-estree@3.1.0: dependencies: - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 '@types/estree-jsx': 1.0.5 '@types/hast': 3.0.4 comma-separated-tokens: 2.0.3 @@ -27227,9 +27097,9 @@ snapshots: hast-util-to-jsx-runtime@2.3.0: dependencies: - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 '@types/hast': 3.0.4 - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 comma-separated-tokens: 2.0.3 devlop: 1.1.0 estree-util-is-identifier-name: 3.0.0 @@ -27569,7 +27439,7 @@ snapshots: instantsearch-ui-components@0.9.0: dependencies: - '@babel/runtime': 7.24.5 + '@babel/runtime': 7.26.0 instantsearch.js@4.75.4(algoliasearch@5.13.0): dependencies: @@ -27593,6 +27463,12 @@ snapshots: hasown: 2.0.2 side-channel: 1.0.6 + internal-slot@1.1.0: + dependencies: + es-errors: 1.3.0 + hasown: 2.0.2 + side-channel: 1.1.0 + internmap@1.0.1: {} internmap@2.0.3: {} @@ -27671,6 +27547,10 @@ snapshots: dependencies: has-bigints: 1.0.2 + is-bigint@1.1.0: + dependencies: + has-bigints: 1.0.2 + is-binary-path@2.1.0: dependencies: binary-extensions: 2.3.0 @@ -27680,6 +27560,11 @@ snapshots: call-bind: 1.0.7 has-tostringtag: 1.0.2 + is-boolean-object@1.2.1: + dependencies: + call-bound: 1.0.3 + has-tostringtag: 1.0.2 + is-buffer@2.0.5: {} is-callable@1.2.7: {} @@ -27692,14 +27577,29 @@ snapshots: dependencies: hasown: 2.0.2 + is-core-module@2.16.0: + dependencies: + hasown: 2.0.2 + is-data-view@1.0.1: dependencies: is-typed-array: 1.1.13 + is-data-view@1.0.2: + dependencies: + call-bound: 1.0.3 + get-intrinsic: 1.2.6 + is-typed-array: 1.1.13 + is-date-object@1.0.5: dependencies: has-tostringtag: 1.0.2 + is-date-object@1.1.0: + dependencies: + call-bound: 1.0.3 + has-tostringtag: 1.0.2 + is-decimal@2.0.1: {} is-docker@2.2.1: {} @@ -27714,7 +27614,11 @@ snapshots: is-finalizationregistry@1.0.2: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 + + is-finalizationregistry@1.1.1: + dependencies: + call-bound: 1.0.3 is-fullwidth-code-point@3.0.0: {} @@ -27753,12 +27657,15 @@ snapshots: dependencies: has-tostringtag: 1.0.2 + is-number-object@1.1.1: + dependencies: + call-bound: 1.0.3 + has-tostringtag: 1.0.2 + is-number@7.0.0: {} is-obj@1.0.1: {} - is-path-inside@3.0.3: {} - is-plain-obj@1.1.0: {} is-plain-obj@4.1.0: {} @@ -27778,6 +27685,13 @@ snapshots: call-bind: 1.0.7 has-tostringtag: 1.0.2 + is-regex@1.2.1: + dependencies: + call-bound: 1.0.3 + gopd: 1.2.0 + has-tostringtag: 1.0.2 + hasown: 2.0.2 + is-regexp@1.0.0: {} is-set@2.0.3: {} @@ -27798,14 +27712,29 @@ snapshots: dependencies: has-tostringtag: 1.0.2 + is-string@1.1.1: + dependencies: + call-bound: 1.0.3 + has-tostringtag: 1.0.2 + is-symbol@1.0.4: dependencies: has-symbols: 1.0.3 + is-symbol@1.1.1: + dependencies: + call-bound: 1.0.3 + has-symbols: 1.1.0 + safe-regex-test: 1.1.0 + is-typed-array@1.1.13: dependencies: which-typed-array: 1.1.15 + is-typed-array@1.1.15: + dependencies: + which-typed-array: 1.1.18 + is-unicode-supported@0.1.0: {} is-unicode-supported@2.1.0: {} @@ -27816,6 +27745,10 @@ snapshots: dependencies: call-bind: 1.0.7 + is-weakref@1.1.0: + dependencies: + call-bound: 1.0.3 + is-weakset@2.0.3: dependencies: call-bind: 1.0.7 @@ -27865,7 +27798,7 @@ snapshots: '@babel/parser': 7.26.2 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 - semver: 7.6.2 + semver: 7.6.3 transitivePeerDependencies: - supports-color @@ -27888,12 +27821,13 @@ snapshots: html-escaper: 2.0.2 istanbul-lib-report: 3.0.1 - iterator.prototype@1.1.2: + iterator.prototype@1.1.4: dependencies: - define-properties: 1.2.1 - get-intrinsic: 1.2.4 - has-symbols: 1.0.3 - reflect.getprototypeof: 1.0.6 + define-data-property: 1.1.4 + es-object-atoms: 1.0.0 + get-intrinsic: 1.2.6 + has-symbols: 1.1.0 + reflect.getprototypeof: 1.0.9 set-function-name: 2.0.2 its-fine@1.2.5(@types/react@18.3.3)(react@18.3.1): @@ -27943,16 +27877,16 @@ snapshots: - babel-plugin-macros - supports-color - jest-cli@29.7.0(@types/node@18.19.33)(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)): + jest-cli@29.7.0(@types/node@18.19.33)(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2)): dependencies: - '@jest/core': 29.7.0(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)) + '@jest/core': 29.7.0(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@18.19.33)(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)) + create-jest: 29.7.0(@types/node@18.19.33)(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2)) exit: 0.1.2 import-local: 3.1.0 - jest-config: 29.7.0(@types/node@18.19.33)(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)) + jest-config: 29.7.0(@types/node@18.19.33)(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -27962,7 +27896,7 @@ snapshots: - supports-color - ts-node - jest-config@29.7.0(@types/node@18.19.33)(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)): + jest-config@29.7.0(@types/node@18.19.33)(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2)): dependencies: '@babel/core': 7.26.0 '@jest/test-sequencer': 29.7.0 @@ -27988,12 +27922,12 @@ snapshots: strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 18.19.33 - ts-node: 10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3) + ts-node: 10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@29.7.0(@types/node@20.12.12)(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)): + jest-config@29.7.0(@types/node@20.12.12)(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2)): dependencies: '@babel/core': 7.26.0 '@jest/test-sequencer': 29.7.0 @@ -28019,7 +27953,7 @@ snapshots: strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 20.12.12 - ts-node: 10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3) + ts-node: 10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -28199,7 +28133,7 @@ snapshots: jest-util: 29.7.0 natural-compare: 1.4.0 pretty-format: 29.7.0 - semver: 7.6.2 + semver: 7.6.3 transitivePeerDependencies: - supports-color @@ -28245,12 +28179,12 @@ snapshots: merge-stream: 2.0.0 supports-color: 8.1.1 - jest@29.7.0(@types/node@18.19.33)(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)): + jest@29.7.0(@types/node@18.19.33)(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2)): dependencies: - '@jest/core': 29.7.0(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)) + '@jest/core': 29.7.0(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2)) '@jest/types': 29.6.3 import-local: 3.1.0 - jest-cli: 29.7.0(@types/node@18.19.33)(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)) + jest-cli: 29.7.0(@types/node@18.19.33)(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2)) transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -28259,6 +28193,8 @@ snapshots: jiti@1.21.0: {} + jiti@1.21.7: {} + joi@17.13.3: dependencies: '@hapi/hoek': 9.3.0 @@ -28267,8 +28203,6 @@ snapshots: '@sideway/formula': 3.0.1 '@sideway/pinpoint': 2.0.0 - jose@5.2.4: {} - jose@5.6.3: {} jotai-effect@1.0.5(jotai@2.10.4(@types/react@18.3.3)(react@18.3.1)): @@ -28542,6 +28476,8 @@ snapshots: lilconfig@3.1.1: {} + lilconfig@3.1.3: {} + lines-and-columns@1.2.4: {} lint-staged@13.3.0: @@ -28596,8 +28532,8 @@ snapshots: local-pkg@0.5.0: dependencies: - mlly: 1.7.0 - pkg-types: 1.1.1 + mlly: 1.7.2 + pkg-types: 1.2.1 localforage@1.10.0: dependencies: @@ -28775,7 +28711,7 @@ snapshots: make-dir@4.0.0: dependencies: - semver: 7.6.2 + semver: 7.6.3 make-error@1.3.6: {} @@ -28799,6 +28735,8 @@ snapshots: marked@5.1.2: {} + math-intrinsics@1.1.0: {} + mathml-tag-names@2.1.3: {} md5.js@1.3.5: @@ -29037,7 +28975,7 @@ snapshots: mdx-bundler@10.0.2(esbuild@0.20.2): dependencies: - '@babel/runtime': 7.24.5 + '@babel/runtime': 7.26.0 '@esbuild-plugins/node-resolve': 0.2.2(esbuild@0.20.2) '@fal-works/esbuild-plugin-global-externals': 2.1.2 '@mdx-js/esbuild': 3.0.1(esbuild@0.20.2) @@ -29220,16 +29158,6 @@ snapshots: micromark-util-combine-extensions: 2.0.0 micromark-util-types: 2.0.0 - micromark-extension-math@3.0.0: - dependencies: - '@types/katex': 0.16.7 - devlop: 1.1.0 - katex: 0.16.10 - micromark-factory-space: 2.0.0 - micromark-util-character: 2.1.0 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 - micromark-extension-math@3.1.0: dependencies: '@types/katex': 0.16.7 @@ -29242,7 +29170,7 @@ snapshots: micromark-extension-mdx-expression@3.0.0: dependencies: - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 devlop: 1.1.0 micromark-factory-mdx-expression: 2.0.1 micromark-factory-space: 2.0.0 @@ -29254,7 +29182,7 @@ snapshots: micromark-extension-mdx-jsx@3.0.0: dependencies: '@types/acorn': 4.0.6 - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 devlop: 1.1.0 estree-util-is-identifier-name: 3.0.0 micromark-factory-mdx-expression: 2.0.1 @@ -29270,7 +29198,7 @@ snapshots: micromark-extension-mdxjs-esm@3.0.0: dependencies: - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 devlop: 1.1.0 micromark-core-commonmark: 2.0.1 micromark-util-character: 2.1.0 @@ -29282,8 +29210,8 @@ snapshots: micromark-extension-mdxjs@3.0.0: dependencies: - acorn: 8.11.3 - acorn-jsx: 5.3.2(acorn@8.11.3) + acorn: 8.14.0 + acorn-jsx: 5.3.2(acorn@8.14.0) micromark-extension-mdx-expression: 3.0.0 micromark-extension-mdx-jsx: 3.0.0 micromark-extension-mdx-md: 2.0.0 @@ -29579,15 +29507,11 @@ snapshots: dependencies: brace-expansion: 1.1.11 - minimatch@5.1.6: - dependencies: - brace-expansion: 2.0.1 - - minimatch@7.4.6: + minimatch@5.1.6: dependencies: brace-expansion: 2.0.1 - minimatch@9.0.3: + minimatch@7.4.6: dependencies: brace-expansion: 2.0.1 @@ -29616,16 +29540,9 @@ snapshots: mkdirp@2.1.6: {} - mlly@1.7.0: - dependencies: - acorn: 8.11.3 - pathe: 1.1.2 - pkg-types: 1.2.1 - ufo: 1.5.3 - mlly@1.7.2: dependencies: - acorn: 8.13.0 + acorn: 8.14.0 pathe: 1.1.2 pkg-types: 1.2.1 ufo: 1.5.4 @@ -29662,8 +29579,6 @@ snapshots: object-assign: 4.1.1 thenify-all: 1.6.0 - nanoid@3.3.7: {} - nanoid@3.3.8: {} natural-compare@1.4.0: {} @@ -29693,7 +29608,7 @@ snapshots: next-mdx-remote@5.0.0(@types/react@18.3.3)(react@18.3.1): dependencies: - '@babel/code-frame': 7.24.2 + '@babel/code-frame': 7.26.2 '@mdx-js/mdx': 3.0.1 '@mdx-js/react': 3.0.1(@types/react@18.3.3)(react@18.3.1) react: 18.3.1 @@ -29716,6 +29631,34 @@ snapshots: next-tick@1.1.0: {} + next@15.1.2(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.47.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.0): + dependencies: + '@next/env': 15.1.2 + '@swc/counter': 0.1.3 + '@swc/helpers': 0.5.15 + busboy: 1.6.0 + caniuse-lite: 1.0.30001677 + postcss: 8.4.31 + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + styled-jsx: 5.1.6(@babel/core@7.26.0)(react@18.3.1) + optionalDependencies: + '@next/swc-darwin-arm64': 15.1.2 + '@next/swc-darwin-x64': 15.1.2 + '@next/swc-linux-arm64-gnu': 15.1.2 + '@next/swc-linux-arm64-musl': 15.1.2 + '@next/swc-linux-x64-gnu': 15.1.2 + '@next/swc-linux-x64-musl': 15.1.2 + '@next/swc-win32-arm64-msvc': 15.1.2 + '@next/swc-win32-x64-msvc': 15.1.2 + '@opentelemetry/api': 1.9.0 + '@playwright/test': 1.47.1 + sass: 1.77.0 + sharp: 0.33.5 + transitivePeerDependencies: + - '@babel/core' + - babel-plugin-macros + nlcst-to-string@3.1.1: dependencies: '@types/nlcst': 1.0.4 @@ -29871,6 +29814,8 @@ snapshots: object-inspect@1.13.1: {} + object-inspect@1.13.3: {} + object-is@1.1.6: dependencies: call-bind: 1.0.7 @@ -29906,12 +29851,6 @@ snapshots: define-properties: 1.2.1 es-abstract: 1.23.3 - object.hasown@1.1.4: - dependencies: - define-properties: 1.2.1 - es-abstract: 1.23.3 - es-object-atoms: 1.0.0 - object.values@1.2.0: dependencies: call-bind: 1.0.7 @@ -30215,7 +30154,7 @@ snapshots: periscopic@3.1.0: dependencies: - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 estree-walker: 3.0.3 is-reference: 3.0.2 @@ -30257,12 +30196,6 @@ snapshots: mlly: 1.7.2 pathe: 1.1.2 - pkg-types@1.1.1: - dependencies: - confbox: 0.1.7 - mlly: 1.7.0 - pathe: 1.1.2 - pkg-types@1.2.1: dependencies: confbox: 0.1.8 @@ -30283,9 +30216,9 @@ snapshots: pluralize@8.0.0: {} - pnp-webpack-plugin@1.7.0(typescript@5.4.3): + pnp-webpack-plugin@1.7.0(typescript@5.7.2): dependencies: - ts-pnp: 1.2.0(typescript@5.4.3) + ts-pnp: 1.2.0(typescript@5.7.2) transitivePeerDependencies: - typescript @@ -30300,7 +30233,7 @@ snapshots: polished@4.3.1: dependencies: - '@babel/runtime': 7.24.5 + '@babel/runtime': 7.26.0 possible-typed-array-names@1.0.0: {} @@ -30359,48 +30292,48 @@ snapshots: camelcase-css: 2.0.1 postcss: 8.4.31 - postcss-load-config@3.1.4(postcss@8.4.31)(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)): + postcss-load-config@3.1.4(postcss@8.4.31)(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2)): dependencies: lilconfig: 2.1.0 yaml: 1.10.2 optionalDependencies: postcss: 8.4.31 - ts-node: 10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3) + ts-node: 10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2) - postcss-load-config@4.0.2(postcss@8.4.31)(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)): + postcss-load-config@4.0.2(postcss@8.4.31)(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2)): dependencies: - lilconfig: 3.1.1 + lilconfig: 3.1.3 yaml: 2.4.2 optionalDependencies: postcss: 8.4.31 - ts-node: 10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3) + ts-node: 10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2) - postcss-load-config@6.0.1(jiti@1.21.0)(postcss@8.4.31)(tsx@4.19.2)(yaml@2.4.2): + postcss-load-config@6.0.1(jiti@1.21.7)(postcss@8.4.31)(tsx@4.19.2)(yaml@2.4.2): dependencies: lilconfig: 3.1.1 optionalDependencies: - jiti: 1.21.0 + jiti: 1.21.7 postcss: 8.4.31 tsx: 4.19.2 yaml: 2.4.2 - postcss-loader@8.1.1(postcss@8.4.31)(typescript@5.4.3)(webpack@5.94.0(@swc/core@1.5.7)(esbuild@0.20.2)): + postcss-loader@8.1.1(postcss@8.4.31)(typescript@5.7.2)(webpack@5.94.0(@swc/core@1.5.7)(esbuild@0.20.2)): dependencies: - cosmiconfig: 9.0.0(typescript@5.4.3) + cosmiconfig: 9.0.0(typescript@5.7.2) jiti: 1.21.0 postcss: 8.4.31 - semver: 7.6.2 + semver: 7.6.3 optionalDependencies: webpack: 5.94.0(@swc/core@1.5.7)(esbuild@0.20.2) transitivePeerDependencies: - typescript - postcss-loader@8.1.1(postcss@8.4.31)(typescript@5.4.3)(webpack@5.94.0(@swc/core@1.5.7)): + postcss-loader@8.1.1(postcss@8.4.31)(typescript@5.7.2)(webpack@5.94.0(@swc/core@1.5.7)): dependencies: - cosmiconfig: 9.0.0(typescript@5.4.3) + cosmiconfig: 9.0.0(typescript@5.7.2) jiti: 1.21.0 postcss: 8.4.31 - semver: 7.6.2 + semver: 7.6.3 optionalDependencies: webpack: 5.94.0(@swc/core@1.5.7) transitivePeerDependencies: @@ -30472,6 +30405,11 @@ snapshots: postcss: 8.4.31 postcss-selector-parser: 6.0.16 + postcss-nested@6.2.0(postcss@8.4.31): + dependencies: + postcss: 8.4.31 + postcss-selector-parser: 6.1.2 + postcss-normalize-charset@6.0.2(postcss@8.4.31): dependencies: postcss: 8.4.31 @@ -30554,6 +30492,11 @@ snapshots: cssesc: 3.0.0 util-deprecate: 1.0.2 + postcss-selector-parser@6.1.2: + dependencies: + cssesc: 3.0.0 + util-deprecate: 1.0.2 + postcss-svgo@6.0.3(postcss@8.4.31): dependencies: postcss: 8.4.31 @@ -30569,7 +30512,7 @@ snapshots: postcss@8.4.31: dependencies: - nanoid: 3.3.7 + nanoid: 3.3.8 picocolors: 1.1.1 source-map-js: 1.2.1 @@ -30601,12 +30544,20 @@ snapshots: prelude-ls@1.2.1: {} - prettier@2.8.8: {} + prettier-plugin-packagejson@2.5.6(prettier@3.4.2): + dependencies: + sort-package-json: 2.12.0 + synckit: 0.9.2 + optionalDependencies: + prettier: 3.4.2 - prettier@3.3.2: {} + prettier-plugin-tailwindcss@0.6.9(prettier@3.4.2): + dependencies: + prettier: 3.4.2 - prettier@3.3.3: - optional: true + prettier@2.8.8: {} + + prettier@3.4.2: {} pretty-error@4.0.0: dependencies: @@ -30797,9 +30748,9 @@ snapshots: react: 18.3.1 tween-functions: 1.2.0 - react-docgen-typescript@2.2.2(typescript@5.4.3): + react-docgen-typescript@2.2.2(typescript@5.7.2): dependencies: - typescript: 5.4.3 + typescript: 5.7.2 react-docgen@7.0.3: dependencies: @@ -30824,7 +30775,7 @@ snapshots: react-error-boundary@4.0.13(react@18.3.1): dependencies: - '@babel/runtime': 7.24.5 + '@babel/runtime': 7.26.0 react: 18.3.1 react-feather@2.0.10(react@18.3.1): @@ -30847,7 +30798,7 @@ snapshots: react-instantsearch-core@7.13.7(algoliasearch@5.13.0)(react@18.3.1): dependencies: - '@babel/runtime': 7.24.5 + '@babel/runtime': 7.26.0 algoliasearch: 5.13.0 algoliasearch-helper: 3.22.5(algoliasearch@5.13.0) instantsearch.js: 4.75.4(algoliasearch@5.13.0) @@ -30861,7 +30812,7 @@ snapshots: react-instantsearch@7.13.7(algoliasearch@5.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: - '@babel/runtime': 7.24.5 + '@babel/runtime': 7.26.0 algoliasearch: 5.13.0 instantsearch-ui-components: 0.9.0 instantsearch.js: 4.75.4(algoliasearch@5.13.0) @@ -30897,6 +30848,28 @@ snapshots: transitivePeerDependencies: - supports-color + react-markdown@8.0.7(@types/react@19.0.2)(react@18.3.1): + dependencies: + '@types/hast': 2.3.10 + '@types/prop-types': 15.7.12 + '@types/react': 19.0.2 + '@types/unist': 2.0.10 + comma-separated-tokens: 2.0.3 + hast-util-whitespace: 2.0.1 + prop-types: 15.8.1 + property-information: 6.5.0 + react: 18.3.1 + react-is: 18.3.1 + remark-parse: 10.0.2 + remark-rehype: 10.1.0 + space-separated-tokens: 2.0.2 + style-to-object: 0.4.4 + unified: 10.1.2 + unist-util-visit: 4.1.2 + vfile: 5.3.7 + transitivePeerDependencies: + - supports-color + react-markdown@9.0.1(@types/react@18.3.3)(react@18.3.1): dependencies: '@types/hast': 3.0.4 @@ -30914,9 +30887,9 @@ snapshots: transitivePeerDependencies: - supports-color - react-medium-image-zoom@5.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.3.2)): + react-medium-image-zoom@5.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(prettier@3.4.2)): dependencies: - '@storybook/test': 8.4.4(storybook@8.4.4(prettier@3.3.2)) + '@storybook/test': 8.4.4(storybook@8.4.4(prettier@3.4.2)) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) transitivePeerDependencies: @@ -30968,7 +30941,7 @@ snapshots: react-svg@16.1.34(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: - '@babel/runtime': 7.24.5 + '@babel/runtime': 7.26.0 '@tanem/svg-injector': 10.1.68 '@types/prop-types': 15.7.12 prop-types: 15.8.1 @@ -30984,13 +30957,22 @@ snapshots: react-textarea-autosize@8.5.3(@types/react@18.3.3)(react@18.3.1): dependencies: - '@babel/runtime': 7.24.5 + '@babel/runtime': 7.26.0 react: 18.3.1 use-composed-ref: 1.3.0(react@18.3.1) use-latest: 1.2.1(@types/react@18.3.3)(react@18.3.1) transitivePeerDependencies: - '@types/react' + react-textarea-autosize@8.5.3(@types/react@19.0.2)(react@18.3.1): + dependencies: + '@babel/runtime': 7.26.0 + react: 18.3.1 + use-composed-ref: 1.3.0(react@18.3.1) + use-latest: 1.2.1(@types/react@19.0.2)(react@18.3.1) + transitivePeerDependencies: + - '@types/react' + react-virtuoso@4.7.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: react: 18.3.1 @@ -31099,14 +31081,25 @@ snapshots: reflect.getprototypeof@1.0.6: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.23.6 es-errors: 1.3.0 - get-intrinsic: 1.2.4 + get-intrinsic: 1.2.6 globalthis: 1.0.4 which-builtin-type: 1.1.3 + reflect.getprototypeof@1.0.9: + dependencies: + call-bind: 1.0.8 + define-properties: 1.2.1 + dunder-proto: 1.0.1 + es-abstract: 1.23.6 + es-errors: 1.3.0 + get-intrinsic: 1.2.6 + gopd: 1.2.0 + which-builtin-type: 1.2.1 + regenerate-unicode-properties@10.2.0: dependencies: regenerate: 1.4.2 @@ -31138,6 +31131,13 @@ snapshots: es-errors: 1.3.0 set-function-name: 2.0.2 + regexp.prototype.flags@1.5.3: + dependencies: + call-bind: 1.0.8 + define-properties: 1.2.1 + es-errors: 1.3.0 + set-function-name: 2.0.2 + regexpu-core@6.1.1: dependencies: regenerate: 1.4.2 @@ -31166,6 +31166,11 @@ snapshots: '@types/react': 18.3.3 react: 18.3.1 + rehackt@0.1.0(@types/react@19.0.2)(react@18.3.1): + optionalDependencies: + '@types/react': 19.0.2 + react: 18.3.1 + rehype-katex@7.0.0: dependencies: '@types/hast': 3.0.4 @@ -31222,7 +31227,7 @@ snapshots: dependencies: '@types/mdast': 4.0.3 mdast-util-math: 3.0.0 - micromark-extension-math: 3.0.0 + micromark-extension-math: 3.1.0 unified: 11.0.4 transitivePeerDependencies: - supports-color @@ -31472,6 +31477,14 @@ snapshots: has-symbols: 1.0.3 isarray: 2.0.5 + safe-array-concat@1.1.3: + dependencies: + call-bind: 1.0.8 + call-bound: 1.0.3 + get-intrinsic: 1.2.6 + has-symbols: 1.1.0 + isarray: 2.0.5 + safe-buffer@5.1.2: {} safe-buffer@5.2.1: {} @@ -31482,6 +31495,12 @@ snapshots: es-errors: 1.3.0 is-regex: 1.1.4 + safe-regex-test@1.1.0: + dependencies: + call-bound: 1.0.3 + es-errors: 1.3.0 + is-regex: 1.2.1 + safe-stable-stringify@2.4.3: {} safer-buffer@2.1.2: {} @@ -31504,7 +31523,7 @@ snapshots: dependencies: chokidar: 3.6.0 immutable: 4.3.5 - source-map-js: 1.2.0 + source-map-js: 1.2.1 sax@1.3.0: {} @@ -31681,7 +31700,7 @@ snapshots: dependencies: color: 4.2.3 detect-libc: 2.0.3 - semver: 7.6.2 + semver: 7.6.3 optionalDependencies: '@img/sharp-darwin-arm64': 0.33.3 '@img/sharp-darwin-x64': 0.33.3 @@ -31703,6 +31722,33 @@ snapshots: '@img/sharp-win32-ia32': 0.33.3 '@img/sharp-win32-x64': 0.33.3 + sharp@0.33.5: + dependencies: + color: 4.2.3 + detect-libc: 2.0.3 + semver: 7.6.3 + optionalDependencies: + '@img/sharp-darwin-arm64': 0.33.5 + '@img/sharp-darwin-x64': 0.33.5 + '@img/sharp-libvips-darwin-arm64': 1.0.4 + '@img/sharp-libvips-darwin-x64': 1.0.4 + '@img/sharp-libvips-linux-arm': 1.0.5 + '@img/sharp-libvips-linux-arm64': 1.0.4 + '@img/sharp-libvips-linux-s390x': 1.0.4 + '@img/sharp-libvips-linux-x64': 1.0.4 + '@img/sharp-libvips-linuxmusl-arm64': 1.0.4 + '@img/sharp-libvips-linuxmusl-x64': 1.0.4 + '@img/sharp-linux-arm': 0.33.5 + '@img/sharp-linux-arm64': 0.33.5 + '@img/sharp-linux-s390x': 0.33.5 + '@img/sharp-linux-x64': 0.33.5 + '@img/sharp-linuxmusl-arm64': 0.33.5 + '@img/sharp-linuxmusl-x64': 0.33.5 + '@img/sharp-wasm32': 0.33.5 + '@img/sharp-win32-ia32': 0.33.5 + '@img/sharp-win32-x64': 0.33.5 + optional: true + shebang-command@2.0.0: dependencies: shebang-regex: 3.0.0 @@ -31718,6 +31764,26 @@ snapshots: '@shikijs/vscode-textmate': 9.3.0 '@types/hast': 3.0.4 + side-channel-list@1.0.0: + dependencies: + es-errors: 1.3.0 + object-inspect: 1.13.3 + + side-channel-map@1.0.1: + dependencies: + call-bound: 1.0.3 + es-errors: 1.3.0 + get-intrinsic: 1.2.6 + object-inspect: 1.13.3 + + side-channel-weakmap@1.0.2: + dependencies: + call-bound: 1.0.3 + es-errors: 1.3.0 + get-intrinsic: 1.2.6 + object-inspect: 1.13.3 + side-channel-map: 1.0.1 + side-channel@1.0.6: dependencies: call-bind: 1.0.7 @@ -31725,6 +31791,14 @@ snapshots: get-intrinsic: 1.2.4 object-inspect: 1.13.1 + side-channel@1.1.0: + dependencies: + es-errors: 1.3.0 + object-inspect: 1.13.3 + side-channel-list: 1.0.0 + side-channel-map: 1.0.1 + side-channel-weakmap: 1.0.2 + siginfo@2.0.0: {} sigmund@1.0.1: {} @@ -31789,6 +31863,19 @@ snapshots: dependencies: is-plain-obj: 1.1.0 + sort-object-keys@1.1.3: {} + + sort-package-json@2.12.0: + dependencies: + detect-indent: 7.0.1 + detect-newline: 4.0.1 + get-stdin: 9.0.0 + git-hooks-list: 3.1.0 + is-plain-obj: 4.1.0 + semver: 7.6.3 + sort-object-keys: 1.1.3 + tinyglobby: 0.2.10 + source-map-js@1.2.0: {} source-map-js@1.2.1: {} @@ -31854,21 +31941,11 @@ snapshots: dependencies: internal-slot: 1.0.7 - storybook@8.4.4(prettier@3.3.2): - dependencies: - '@storybook/core': 8.4.4(prettier@3.3.2) - optionalDependencies: - prettier: 3.3.2 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - storybook@8.4.4(prettier@3.3.3): + storybook@8.4.4(prettier@3.4.2): dependencies: - '@storybook/core': 8.4.4(prettier@3.3.3) + '@storybook/core': 8.4.4(prettier@3.4.2) optionalDependencies: - prettier: 3.3.3 + prettier: 3.4.2 transitivePeerDependencies: - bufferutil - supports-color @@ -31921,6 +31998,12 @@ snapshots: emoji-regex: 9.2.2 strip-ansi: 7.1.0 + string.prototype.includes@2.0.1: + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 + string.prototype.matchall@4.0.11: dependencies: call-bind: 1.0.7 @@ -31936,6 +32019,21 @@ snapshots: set-function-name: 2.0.2 side-channel: 1.0.6 + string.prototype.repeat@1.0.0: + dependencies: + define-properties: 1.2.1 + es-abstract: 1.23.3 + + string.prototype.trim@1.2.10: + dependencies: + call-bind: 1.0.8 + call-bound: 1.0.3 + define-data-property: 1.1.4 + define-properties: 1.2.1 + es-abstract: 1.23.6 + es-object-atoms: 1.0.0 + has-property-descriptors: 1.0.2 + string.prototype.trim@1.2.9: dependencies: call-bind: 1.0.7 @@ -31949,6 +32047,13 @@ snapshots: define-properties: 1.2.1 es-object-atoms: 1.0.0 + string.prototype.trimend@1.0.9: + dependencies: + call-bind: 1.0.8 + call-bound: 1.0.3 + define-properties: 1.2.1 + es-object-atoms: 1.0.0 + string.prototype.trimstart@1.0.8: dependencies: call-bind: 1.0.7 @@ -32074,47 +32179,47 @@ snapshots: postcss: 8.4.31 postcss-selector-parser: 6.0.16 - stylelint-config-recommended-scss@14.0.0(postcss@8.4.31)(stylelint@16.5.0(typescript@5.4.3)): + stylelint-config-recommended-scss@14.0.0(postcss@8.4.31)(stylelint@16.5.0(typescript@5.7.2)): dependencies: postcss-scss: 4.0.9(postcss@8.4.31) - stylelint: 16.5.0(typescript@5.4.3) - stylelint-config-recommended: 14.0.0(stylelint@16.5.0(typescript@5.4.3)) - stylelint-scss: 6.3.0(stylelint@16.5.0(typescript@5.4.3)) + stylelint: 16.5.0(typescript@5.7.2) + stylelint-config-recommended: 14.0.0(stylelint@16.5.0(typescript@5.7.2)) + stylelint-scss: 6.3.0(stylelint@16.5.0(typescript@5.7.2)) optionalDependencies: postcss: 8.4.31 - stylelint-config-recommended@14.0.0(stylelint@16.5.0(typescript@5.4.3)): + stylelint-config-recommended@14.0.0(stylelint@16.5.0(typescript@5.7.2)): dependencies: - stylelint: 16.5.0(typescript@5.4.3) + stylelint: 16.5.0(typescript@5.7.2) - stylelint-config-standard-scss@13.1.0(postcss@8.4.31)(stylelint@16.5.0(typescript@5.4.3)): + stylelint-config-standard-scss@13.1.0(postcss@8.4.31)(stylelint@16.5.0(typescript@5.7.2)): dependencies: - stylelint: 16.5.0(typescript@5.4.3) - stylelint-config-recommended-scss: 14.0.0(postcss@8.4.31)(stylelint@16.5.0(typescript@5.4.3)) - stylelint-config-standard: 36.0.0(stylelint@16.5.0(typescript@5.4.3)) + stylelint: 16.5.0(typescript@5.7.2) + stylelint-config-recommended-scss: 14.0.0(postcss@8.4.31)(stylelint@16.5.0(typescript@5.7.2)) + stylelint-config-standard: 36.0.0(stylelint@16.5.0(typescript@5.7.2)) optionalDependencies: postcss: 8.4.31 - stylelint-config-standard@36.0.0(stylelint@16.5.0(typescript@5.4.3)): + stylelint-config-standard@36.0.0(stylelint@16.5.0(typescript@5.7.2)): dependencies: - stylelint: 16.5.0(typescript@5.4.3) - stylelint-config-recommended: 14.0.0(stylelint@16.5.0(typescript@5.4.3)) + stylelint: 16.5.0(typescript@5.7.2) + stylelint-config-recommended: 14.0.0(stylelint@16.5.0(typescript@5.7.2)) - stylelint-config-tailwindcss@0.0.7(stylelint@16.5.0(typescript@5.4.3))(tailwindcss@3.4.3(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3))): + stylelint-config-tailwindcss@0.0.7(stylelint@16.5.0(typescript@5.7.2))(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2))): dependencies: - stylelint: 16.5.0(typescript@5.4.3) - tailwindcss: 3.4.3(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)) + stylelint: 16.5.0(typescript@5.7.2) + tailwindcss: 3.4.17(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2)) - stylelint-scss@6.3.0(stylelint@16.5.0(typescript@5.4.3)): + stylelint-scss@6.3.0(stylelint@16.5.0(typescript@5.7.2)): dependencies: known-css-properties: 0.30.0 postcss-media-query-parser: 0.2.3 postcss-resolve-nested-selector: 0.1.1 postcss-selector-parser: 6.0.16 postcss-value-parser: 4.2.0 - stylelint: 16.5.0(typescript@5.4.3) + stylelint: 16.5.0(typescript@5.7.2) - stylelint@16.5.0(typescript@5.4.3): + stylelint@16.5.0(typescript@5.7.2): dependencies: '@csstools/css-parser-algorithms': 2.6.3(@csstools/css-tokenizer@2.3.1) '@csstools/css-tokenizer': 2.3.1 @@ -32123,7 +32228,7 @@ snapshots: '@dual-bundle/import-meta-resolve': 4.1.0 balanced-match: 2.0.0 colord: 2.9.3 - cosmiconfig: 9.0.0(typescript@5.4.3) + cosmiconfig: 9.0.0(typescript@5.7.2) css-functions-list: 3.2.2 css-tree: 2.3.1 debug: 4.3.4(supports-color@5.5.0) @@ -32236,6 +32341,11 @@ snapshots: synchronous-promise@2.0.17: {} + synckit@0.9.2: + dependencies: + '@pkgr/core': 0.1.1 + tslib: 2.8.0 + system-architecture@0.1.0: {} tabbable@6.2.0: {} @@ -32250,13 +32360,13 @@ snapshots: tailwind-merge@2.3.0: dependencies: - '@babel/runtime': 7.24.5 + '@babel/runtime': 7.26.0 - tailwindcss-animate@1.0.7(tailwindcss@3.4.3(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3))): + tailwindcss-animate@1.0.7(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2))): dependencies: - tailwindcss: 3.4.3(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)) + tailwindcss: 3.4.17(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2)) - tailwindcss@3.4.3(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)): + tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2)): dependencies: '@alloc/quick-lru': 5.2.0 arg: 5.0.2 @@ -32266,18 +32376,18 @@ snapshots: fast-glob: 3.3.2 glob-parent: 6.0.2 is-glob: 4.0.3 - jiti: 1.21.0 - lilconfig: 2.1.0 + jiti: 1.21.7 + lilconfig: 3.1.3 micromatch: 4.0.8 normalize-path: 3.0.0 object-hash: 3.0.0 - picocolors: 1.0.0 + picocolors: 1.1.1 postcss: 8.4.31 postcss-import: 15.1.0(postcss@8.4.31) postcss-js: 4.0.1(postcss@8.4.31) - postcss-load-config: 4.0.2(postcss@8.4.31)(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)) - postcss-nested: 6.0.1(postcss@8.4.31) - postcss-selector-parser: 6.0.16 + postcss-load-config: 4.0.2(postcss@8.4.31)(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2)) + postcss-nested: 6.2.0(postcss@8.4.31) + postcss-selector-parser: 6.1.2 resolve: 1.22.8 sucrase: 3.35.0 transitivePeerDependencies: @@ -32360,8 +32470,6 @@ snapshots: text-hex@1.0.0: {} - text-table@0.2.0: {} - thenify-all@1.6.0: dependencies: thenify: 3.3.1 @@ -32370,8 +32478,6 @@ snapshots: dependencies: any-promise: 1.3.0 - third-party-capital@1.0.20: {} - three-mesh-bvh@0.7.8(three@0.171.0): dependencies: three: 0.171.0 @@ -32417,8 +32523,6 @@ snapshots: tinycolor2@1.6.0: {} - tinyexec@0.3.0: {} - tinyexec@0.3.1: {} tinyglobby@0.2.10: @@ -32523,30 +32627,26 @@ snapshots: trough@2.2.0: {} - ts-api-utils@1.3.0(typescript@5.4.3): + ts-api-utils@1.3.0(typescript@5.7.2): dependencies: - typescript: 5.4.3 + typescript: 5.7.2 ts-dedent@2.2.0: {} - ts-essentials@10.0.1(typescript@4.9.5): - optionalDependencies: - typescript: 4.9.5 - - ts-essentials@10.0.1(typescript@5.4.3): + ts-essentials@10.0.1(typescript@5.7.2): optionalDependencies: - typescript: 5.4.3 + typescript: 5.7.2 - ts-essentials@9.4.1(typescript@5.4.3): + ts-essentials@9.4.1(typescript@5.7.2): optionalDependencies: - typescript: 5.4.3 + typescript: 5.7.2 - ts-evaluator@1.2.0(jsdom@24.0.0)(typescript@5.4.3): + ts-evaluator@1.2.0(jsdom@24.0.0)(typescript@5.7.2): dependencies: ansi-colors: 4.1.3 crosspath: 2.0.0 object-path: 0.11.8 - typescript: 5.4.3 + typescript: 5.7.2 optionalDependencies: jsdom: 24.0.0 @@ -32570,27 +32670,7 @@ snapshots: '@ts-morph/common': 0.20.0 code-block-writer: 12.0.0 - ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@4.9.5): - dependencies: - '@cspotcode/source-map-support': 0.8.1 - '@tsconfig/node10': 1.0.11 - '@tsconfig/node12': 1.0.11 - '@tsconfig/node14': 1.0.3 - '@tsconfig/node16': 1.0.4 - '@types/node': 18.19.33 - acorn: 8.11.3 - acorn-walk: 8.3.2 - arg: 4.1.3 - create-require: 1.1.1 - diff: 4.0.2 - make-error: 1.3.6 - typescript: 4.9.5 - v8-compile-cache-lib: 3.0.1 - yn: 3.1.1 - optionalDependencies: - '@swc/core': 1.5.7 - - ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3): + ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 @@ -32604,7 +32684,7 @@ snapshots: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.4.3 + typescript: 5.7.2 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: @@ -32612,15 +32692,15 @@ snapshots: ts-pattern@5.0.5: {} - ts-pnp@1.2.0(typescript@5.4.3): + ts-pnp@1.2.0(typescript@5.7.2): optionalDependencies: - typescript: 5.4.3 + typescript: 5.7.2 ts-toolbelt@6.15.5: {} - tsconfck@2.1.2(typescript@5.4.3): + tsconfck@2.1.2(typescript@5.7.2): optionalDependencies: - typescript: 5.4.3 + typescript: 5.7.2 tsconfig-paths-webpack-plugin@4.1.0: dependencies: @@ -32654,7 +32734,7 @@ snapshots: tslib@2.8.0: {} - tsup@8.3.5(@swc/core@1.5.7)(jiti@1.21.0)(postcss@8.4.31)(tsx@4.19.2)(typescript@4.9.5)(yaml@2.4.2): + tsup@8.3.5(@swc/core@1.5.7)(jiti@1.21.7)(postcss@8.4.31)(tsx@4.19.2)(typescript@5.7.2)(yaml@2.4.2): dependencies: bundle-require: 5.0.0(esbuild@0.20.2) cac: 6.7.14 @@ -32664,7 +32744,7 @@ snapshots: esbuild: 0.20.2 joycon: 3.1.1 picocolors: 1.1.1 - postcss-load-config: 6.0.1(jiti@1.21.0)(postcss@8.4.31)(tsx@4.19.2)(yaml@2.4.2) + postcss-load-config: 6.0.1(jiti@1.21.7)(postcss@8.4.31)(tsx@4.19.2)(yaml@2.4.2) resolve-from: 5.0.0 rollup: 4.24.3 source-map: 0.8.0-beta.0 @@ -32675,17 +32755,17 @@ snapshots: optionalDependencies: '@swc/core': 1.5.7 postcss: 8.4.31 - typescript: 4.9.5 + typescript: 5.7.2 transitivePeerDependencies: - jiti - supports-color - tsx - yaml - tsutils@3.21.0(typescript@5.4.3): + tsutils@3.21.0(typescript@5.7.2): dependencies: tslib: 1.14.1 - typescript: 5.4.3 + typescript: 5.7.2 tsx@4.19.2: dependencies: @@ -32693,7 +32773,6 @@ snapshots: get-tsconfig: 4.7.5 optionalDependencies: fsevents: 2.3.3 - optional: true tsx@4.9.3: dependencies: @@ -32714,32 +32793,32 @@ snapshots: tunnel@0.0.6: {} - turbo-darwin-64@2.1.2: + turbo-darwin-64@2.3.3: optional: true - turbo-darwin-arm64@2.1.2: + turbo-darwin-arm64@2.3.3: optional: true - turbo-linux-64@2.1.2: + turbo-linux-64@2.3.3: optional: true - turbo-linux-arm64@2.1.2: + turbo-linux-arm64@2.3.3: optional: true - turbo-windows-64@2.1.2: + turbo-windows-64@2.3.3: optional: true - turbo-windows-arm64@2.1.2: + turbo-windows-arm64@2.3.3: optional: true - turbo@2.1.2: + turbo@2.3.3: optionalDependencies: - turbo-darwin-64: 2.1.2 - turbo-darwin-arm64: 2.1.2 - turbo-linux-64: 2.1.2 - turbo-linux-arm64: 2.1.2 - turbo-windows-64: 2.1.2 - turbo-windows-arm64: 2.1.2 + turbo-darwin-64: 2.3.3 + turbo-darwin-arm64: 2.3.3 + turbo-linux-64: 2.3.3 + turbo-linux-arm64: 2.3.3 + turbo-windows-64: 2.3.3 + turbo-windows-arm64: 2.3.3 tween-functions@1.2.0: {} @@ -32755,8 +32834,6 @@ snapshots: type-detect@4.0.8: {} - type-fest@0.20.2: {} - type-fest@0.21.3: {} type-fest@1.4.0: {} @@ -32796,6 +32873,16 @@ snapshots: has-proto: 1.0.3 is-typed-array: 1.1.13 + typed-array-byte-offset@1.0.4: + dependencies: + available-typed-arrays: 1.0.7 + call-bind: 1.0.8 + for-each: 0.3.3 + gopd: 1.2.0 + has-proto: 1.2.0 + is-typed-array: 1.1.15 + reflect.getprototypeof: 1.0.9 + typed-array-length@1.0.6: dependencies: call-bind: 1.0.7 @@ -32805,7 +32892,26 @@ snapshots: is-typed-array: 1.1.13 possible-typed-array-names: 1.0.0 - typescript-plugin-css-modules@5.1.0(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3))(typescript@5.4.3): + typed-array-length@1.0.7: + dependencies: + call-bind: 1.0.8 + for-each: 0.3.3 + gopd: 1.2.0 + is-typed-array: 1.1.13 + possible-typed-array-names: 1.0.0 + reflect.getprototypeof: 1.0.6 + + typescript-eslint@8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2): + dependencies: + '@typescript-eslint/eslint-plugin': 8.18.1(@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2))(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2) + '@typescript-eslint/parser': 8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2) + '@typescript-eslint/utils': 8.18.1(eslint@9.17.0(jiti@1.21.7))(typescript@5.7.2) + eslint: 9.17.0(jiti@1.21.7) + typescript: 5.7.2 + transitivePeerDependencies: + - supports-color + + typescript-plugin-css-modules@5.1.0(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2))(typescript@5.7.2): dependencies: '@types/postcss-modules-local-by-default': 4.0.2 '@types/postcss-modules-scope': 3.0.4 @@ -32814,7 +32920,7 @@ snapshots: less: 4.2.0 lodash.camelcase: 4.3.0 postcss: 8.4.31 - postcss-load-config: 3.1.4(postcss@8.4.31)(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.4.3)) + postcss-load-config: 3.1.4(postcss@8.4.31)(ts-node@10.9.2(@swc/core@1.5.7)(@types/node@18.19.33)(typescript@5.7.2)) postcss-modules-extract-imports: 3.1.0(postcss@8.4.31) postcss-modules-local-by-default: 4.0.5(postcss@8.4.31) postcss-modules-scope: 3.2.0(postcss@8.4.31) @@ -32823,19 +32929,15 @@ snapshots: source-map-js: 1.2.0 stylus: 0.62.0 tsconfig-paths: 4.2.0 - typescript: 5.4.3 + typescript: 5.7.2 transitivePeerDependencies: - supports-color - ts-node - typescript@4.9.5: {} - - typescript@5.4.3: {} + typescript@5.7.2: {} ua-parser-js@1.0.37: {} - ufo@1.5.3: {} - ufo@1.5.4: {} unbox-primitive@1.0.2: @@ -32897,7 +32999,7 @@ snapshots: unified@11.0.4: dependencies: - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 bail: 2.0.2 devlop: 1.1.0 extend: 3.0.2 @@ -33045,6 +33147,12 @@ snapshots: optionalDependencies: '@types/react': 18.3.3 + use-isomorphic-layout-effect@1.1.2(@types/react@19.0.2)(react@18.3.1): + dependencies: + react: 18.3.1 + optionalDependencies: + '@types/react': 19.0.2 + use-latest@1.2.1(@types/react@18.3.3)(react@18.3.1): dependencies: react: 18.3.1 @@ -33052,6 +33160,13 @@ snapshots: optionalDependencies: '@types/react': 18.3.3 + use-latest@1.2.1(@types/react@19.0.2)(react@18.3.1): + dependencies: + react: 18.3.1 + use-isomorphic-layout-effect: 1.1.2(@types/react@19.0.2)(react@18.3.1) + optionalDependencies: + '@types/react': 19.0.2 + use-memo-one@1.1.3(react@18.3.1): dependencies: react: 18.3.1 @@ -33354,7 +33469,7 @@ snapshots: webpack-bundle-analyzer@4.10.1: dependencies: '@discoveryjs/json-ext': 0.5.7 - acorn: 8.11.3 + acorn: 8.14.0 acorn-walk: 8.3.2 commander: 7.2.0 debounce: 1.2.1 @@ -33490,20 +33605,44 @@ snapshots: is-string: 1.0.7 is-symbol: 1.0.4 + which-boxed-primitive@1.1.1: + dependencies: + is-bigint: 1.1.0 + is-boolean-object: 1.2.1 + is-number-object: 1.1.1 + is-string: 1.1.1 + is-symbol: 1.1.1 + which-builtin-type@1.1.3: dependencies: - function.prototype.name: 1.1.6 + function.prototype.name: 1.1.8 has-tostringtag: 1.0.2 is-async-function: 2.0.0 is-date-object: 1.0.5 is-finalizationregistry: 1.0.2 is-generator-function: 1.0.10 - is-regex: 1.1.4 - is-weakref: 1.0.2 + is-regex: 1.2.1 + is-weakref: 1.1.0 isarray: 2.0.5 which-boxed-primitive: 1.0.2 which-collection: 1.0.2 - which-typed-array: 1.1.15 + which-typed-array: 1.1.18 + + which-builtin-type@1.2.1: + dependencies: + call-bound: 1.0.3 + function.prototype.name: 1.1.6 + has-tostringtag: 1.0.2 + is-async-function: 2.0.0 + is-date-object: 1.1.0 + is-finalizationregistry: 1.1.1 + is-generator-function: 1.0.10 + is-regex: 1.2.1 + is-weakref: 1.0.2 + isarray: 2.0.5 + which-boxed-primitive: 1.1.1 + which-collection: 1.0.2 + which-typed-array: 1.1.18 which-collection@1.0.2: dependencies: @@ -33525,6 +33664,15 @@ snapshots: gopd: 1.0.1 has-tostringtag: 1.0.2 + which-typed-array@1.1.18: + dependencies: + available-typed-arrays: 1.0.7 + call-bind: 1.0.8 + call-bound: 1.0.3 + for-each: 0.3.3 + gopd: 1.2.0 + has-tostringtag: 1.0.2 + which@1.3.1: dependencies: isexe: 2.0.0