diff --git a/package.json b/package.json index d3c556a4..29ab2b42 100644 --- a/package.json +++ b/package.json @@ -40,5 +40,10 @@ "turbo-ignore": "1.10.6", "typedoc": "0.24.8", "typescript": "5.1.6" + }, + "pnpm": { + "patchedDependencies": { + "@cypress/schematic@2.5.1": "patches/@cypress__schematic@2.5.1.patch" + } } } diff --git a/patches/@cypress__schematic@2.5.1.patch b/patches/@cypress__schematic@2.5.1.patch new file mode 100644 index 00000000..ded1962b --- /dev/null +++ b/patches/@cypress__schematic@2.5.1.patch @@ -0,0 +1,14 @@ +diff --git a/src/builders/cypress/schema.json b/src/builders/cypress/schema.json +index 70af07ab029ef30f71388db9f91ad411cfb57ace..5a6a0a33ea089524a9b24f121b831c96a065263e 100644 +--- a/src/builders/cypress/schema.json ++++ b/src/builders/cypress/schema.json +@@ -27,7 +27,8 @@ + "chromium", + "canary", + "firefox", +- "edge" ++ "edge", ++ "webkit" + ] + }, + "devServerTarget": { \ No newline at end of file