From d7dad4a9aad8af718fca992839d2ef24e77fa8bd Mon Sep 17 00:00:00 2001 From: ScriptedAlchemy Date: Fri, 5 Jul 2024 23:56:55 -0700 Subject: [PATCH] chore(deps): update dependency cypress to v13.13.0 --- medusa-nx-native-federation-example/package.json | 2 +- nextjs-ssr-react-query/package.json | 2 +- package.json | 2 +- typescript-react-monorepo-test/packages/host/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/medusa-nx-native-federation-example/package.json b/medusa-nx-native-federation-example/package.json index 17599a404e5..edfdc9b257e 100644 --- a/medusa-nx-native-federation-example/package.json +++ b/medusa-nx-native-federation-example/package.json @@ -52,7 +52,7 @@ "@typescript-eslint/parser": "5.62.0", "babel-jest": "28.1.3", "cross-fetch": "4.0.0", - "cypress": "13.12.0", + "cypress": "13.13.0", "esbuild": "0.21.5", "eslint": "9.5.0", "eslint-config-prettier": "9.1.0", diff --git a/nextjs-ssr-react-query/package.json b/nextjs-ssr-react-query/package.json index 13811f39883..320b9bb3846 100644 --- a/nextjs-ssr-react-query/package.json +++ b/nextjs-ssr-react-query/package.json @@ -37,7 +37,7 @@ "@typescript-eslint/parser": "5.62.0", "babel-jest": "29.7.0", "babel-plugin-styled-components": "2.1.4", - "cypress": "13.12.0", + "cypress": "13.13.0", "eslint": "9.5.0", "eslint-config-next": "14.2.4", "eslint-config-prettier": "9.1.0", diff --git a/package.json b/package.json index 859db1a2c26..f81a11c824b 100644 --- a/package.json +++ b/package.json @@ -185,7 +185,7 @@ "concurrently": "8.2.2", "cross-env": "7.0.3", "cross-spawn": "7.0.3", - "cypress": "13.12.0", + "cypress": "13.13.0", "cypress-fill-command": "1.0.2", "cypress-real-events": "1.13.0", "cypress-wait-until": "3.0.1", diff --git a/typescript-react-monorepo-test/packages/host/package.json b/typescript-react-monorepo-test/packages/host/package.json index a3a7df81b29..b96b9c3794a 100644 --- a/typescript-react-monorepo-test/packages/host/package.json +++ b/typescript-react-monorepo-test/packages/host/package.json @@ -32,7 +32,7 @@ "@types/react-dom": "18.3.0", "babel-loader": "9.1.3", "core-js": "3.37.1", - "cypress": "13.12.0", + "cypress": "13.13.0", "dotenv": "16.4.5", "html-webpack-plugin": "5.6.0", "jest": "29.7.0",