diff --git a/api/saucectl.schema.json b/api/saucectl.schema.json index 15d0b5f5e..d43cea7ed 100644 --- a/api/saucectl.schema.json +++ b/api/saucectl.schema.json @@ -398,6 +398,7 @@ "version": { "enum": [ "package.json", + "13.14.2", "13.13.3", "13.13.1", "13.12.0", @@ -1301,6 +1302,7 @@ "$ref": "#/allOf/7/then/properties/playwright/properties/version", "enum": [ "package.json", + "1.47.2", "1.46.1", "1.45.2", "1.45.0", diff --git a/api/v1/framework/cypress.schema.json b/api/v1/framework/cypress.schema.json index fef20adb7..15d3b87aa 100644 --- a/api/v1/framework/cypress.schema.json +++ b/api/v1/framework/cypress.schema.json @@ -66,6 +66,7 @@ "$ref": "../subschema/common.schema.json#/definitions/version", "enum": [ "package.json", + "13.14.2", "13.13.3", "13.13.1", "13.12.0", diff --git a/api/v1alpha/framework/playwright.schema.json b/api/v1alpha/framework/playwright.schema.json index 579483fdc..c4857601e 100644 --- a/api/v1alpha/framework/playwright.schema.json +++ b/api/v1alpha/framework/playwright.schema.json @@ -54,6 +54,7 @@ "$ref": "../subschema/common.schema.json#/definitions/version", "enum": [ "package.json", + "1.47.2", "1.46.1", "1.45.2", "1.45.0",