Skip to content

Commit 8140535

Browse files
authored
Update internal Cypress deps (#3714)
1 parent 148498f commit 8140535

File tree

3 files changed

+109
-75
lines changed

3 files changed

+109
-75
lines changed

cypress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default defineConfig({
1111
// and remove this config option.
1212
// Possibly related: https://github.com/cypress-io/cypress/issues/28527
1313
testIsolation: false,
14-
setupNodeEvents(on, config) {},
14+
setupNodeEvents(_on, _config) {},
1515
baseUrl: 'http://localhost:9009',
1616
},
1717
});

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@chance/eslint": "^1.1.0",
3434
"@changesets/cli": "^2.28.1",
3535
"@radix-ui/colors": "^3.0.0",
36-
"@testing-library/cypress": "^10.0.3",
36+
"@testing-library/cypress": "^10.1.0",
3737
"@testing-library/dom": "^10.4.0",
3838
"@testing-library/jest-dom": "^6.6.3",
3939
"@testing-library/react": "^16.2.0",
@@ -44,12 +44,12 @@
4444
"@types/react-dom": "^19.2.2",
4545
"@types/react-test-renderer": "^19.1.0",
4646
"axe-core": "^4.10.3",
47-
"cypress": "^14.0.0",
48-
"cypress-axe": "1.6.0",
49-
"cypress-real-events": "^1.14.0",
47+
"cypress": "^15.5.0",
48+
"cypress-axe": "1.7.0",
49+
"cypress-real-events": "^1.15.0",
5050
"esbuild": "0.24.2",
5151
"eslint": "^9.18.0",
52-
"eslint-plugin-cypress": "^4.1.0",
52+
"eslint-plugin-cypress": "^5.2.0",
5353
"execa": "^9.5.2",
5454
"fs-extra": "^11.1.1",
5555
"glob": "^10.2.2",

0 commit comments

Comments
 (0)