chore: update cypress version and add workspace config

This commit is contained in:
Félix MARQUET
2025-10-14 10:04:11 +02:00
parent 2d90779f1c
commit 8c1dea1179
3 changed files with 9 additions and 6 deletions

View File

@@ -14,7 +14,6 @@
"aos": "^2.3.4", "aos": "^2.3.4",
"browserslist": "^4.26.3", "browserslist": "^4.26.3",
"browserslist-useragent": "^4.0.0", "browserslist-useragent": "^4.0.0",
"cypress": "^15.3.0",
"i18next": "^25.5.3", "i18next": "^25.5.3",
"i18next-http-backend": "^3.0.2", "i18next-http-backend": "^3.0.2",
"react": "19.2.0", "react": "19.2.0",
@@ -27,8 +26,7 @@
"tailwindcss": "^4.1.14", "tailwindcss": "^4.1.14",
"tsparticles-slim": "^2.12.0", "tsparticles-slim": "^2.12.0",
"typescript": "^5.9.3", "typescript": "^5.9.3",
"web-vitals": "^5.1.0", "web-vitals": "^5.1.0"
"yarn": "^1.22.22"
}, },
"scripts": { "scripts": {
"start": "vite", "start": "vite",
@@ -61,6 +59,7 @@
"@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@simonsmith/cypress-image-snapshot": "^10.0.2", "@simonsmith/cypress-image-snapshot": "^10.0.2",
"@vitejs/plugin-react": "^5.0.4", "@vitejs/plugin-react": "^5.0.4",
"cypress": "^15.3.0",
"prettier": "^3.6.2", "prettier": "^3.6.2",
"vite": "^7.1.9", "vite": "^7.1.9",
"vite-plugin-svgr": "^4.5.0", "vite-plugin-svgr": "^4.5.0",

6
pnpm-lock.yaml generated
View File

@@ -41,9 +41,6 @@ importers:
browserslist-useragent: browserslist-useragent:
specifier: ^4.0.0 specifier: ^4.0.0
version: 4.0.0(browserslist@4.26.3) version: 4.0.0(browserslist@4.26.3)
cypress:
specifier: ^15.3.0
version: 15.3.0
i18next: i18next:
specifier: ^25.5.3 specifier: ^25.5.3
version: 25.5.3(typescript@5.9.3) version: 25.5.3(typescript@5.9.3)
@@ -96,6 +93,9 @@ importers:
'@vitejs/plugin-react': '@vitejs/plugin-react':
specifier: ^5.0.4 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)) 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: prettier:
specifier: ^3.6.2 specifier: ^3.6.2
version: 3.6.2 version: 3.6.2

4
pnpm-workspace.yaml Normal file
View File

@@ -0,0 +1,4 @@
onlyBuiltDependencies:
- cypress
sideEffectsCache: false