File tree Expand file tree Collapse file tree 3 files changed +109
-75
lines changed
Expand file tree Collapse file tree 3 files changed +109
-75
lines changed Original file line number Diff line number Diff 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} ) ;
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments