From 8c1dea11799fe6e8421a359f474b27dbce6c7eb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= <72651575+BreizhHardware@users.noreply.github.com> Date: Tue, 14 Oct 2025 10:04:11 +0200 Subject: [PATCH] chore: update cypress version and add workspace config --- package.json | 5 ++--- pnpm-lock.yaml | 6 +++--- pnpm-workspace.yaml | 4 ++++ 3 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 pnpm-workspace.yaml diff --git a/package.json b/package.json index f10f655..ea4993b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,6 @@ "aos": "^2.3.4", "browserslist": "^4.26.3", "browserslist-useragent": "^4.0.0", - "cypress": "^15.3.0", "i18next": "^25.5.3", "i18next-http-backend": "^3.0.2", "react": "19.2.0", @@ -27,8 +26,7 @@ "tailwindcss": "^4.1.14", "tsparticles-slim": "^2.12.0", "typescript": "^5.9.3", - "web-vitals": "^5.1.0", - "yarn": "^1.22.22" + "web-vitals": "^5.1.0" }, "scripts": { "start": "vite", @@ -61,6 +59,7 @@ "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@simonsmith/cypress-image-snapshot": "^10.0.2", "@vitejs/plugin-react": "^5.0.4", + "cypress": "^15.3.0", "prettier": "^3.6.2", "vite": "^7.1.9", "vite-plugin-svgr": "^4.5.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3051dd2..c898ce3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -41,9 +41,6 @@ importers: browserslist-useragent: specifier: ^4.0.0 version: 4.0.0(browserslist@4.26.3) - cypress: - specifier: ^15.3.0 - version: 15.3.0 i18next: specifier: ^25.5.3 version: 25.5.3(typescript@5.9.3) @@ -96,6 +93,9 @@ importers: '@vitejs/plugin-react': specifier: ^5.0.4 version: 5.0.4(vite@7.1.9(@types/node@24.6.0)(jiti@2.6.1)(lightningcss@1.30.1)(sass@1.93.2)) + cypress: + specifier: ^15.3.0 + version: 15.3.0 prettier: specifier: ^3.6.2 version: 3.6.2 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000..b1016a1 --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,4 @@ +onlyBuiltDependencies: + - cypress + +sideEffectsCache: false