mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-14 10:59:54 -06:00
* wait for config initialization to be complete * increase timeout for cy-in-cy on windows * run more CI steps on this branch * tweak border, fix double scrollbar * reach choose a browser page before login in launchpad test * revert timeout change * chore: update vite in system test * Fixing value for monthIndex to Date.UTC * chore: fix test date * chore: fix tests in reporter-ct-mount-hover.cy.ts * try fixing some flake * fix yarn lock * conditionally skip flaky test on windows * note on skipped test * chore: skip flaky tests on windows only [skip ci] * update exports and snaps * correctly use describe instead of it * fix types * do not run windows anymore * add comment [skip ci] Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com> Co-authored-by: Stokes Player <stokes.player@gmail.com> Co-authored-by: astone123 <adams@cypress.io>
16 lines
304 B
JSON
16 lines
304 B
JSON
{
|
|
"dependencies": {
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-react": "^1.3.2",
|
|
"css-loader": "^4.3.0",
|
|
"style-loader": "^2.0.0",
|
|
"vite": "3.2.2",
|
|
"webpack": "^4"
|
|
},
|
|
"sideEffects": false,
|
|
"projectFixtureDirectory": "react"
|
|
}
|