Files
cypress/system-tests/projects/react17/package.json
Mark Noonan 5e3a21cf6d chore: minor style updates & fix a windows test (#24558)
* 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>
2022-11-08 18:18:34 +10:00

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"
}