mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-06 06:29:45 -06:00
* chore(deps): update dependency vite to v5.4.18 * empty commit * bump all projects + lockfiles * bump specific vite versions * bump vite-react projects * fix missing instances of updating the vite projects * bump circle cache * fix yarn.lock * update system-test snapshots --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
13 lines
305 B
JSON
13 lines
305 B
JSON
{
|
|
"name": "vite4.5.12-react",
|
|
"version": "0.0.0-test",
|
|
"devDependencies": {
|
|
"@cypress/vite-dev-server": "file:../../../npm/vite-dev-server",
|
|
"@vitejs/plugin-react": "4.3.3",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"vite": "4.5.12"
|
|
},
|
|
"projectFixtureDirectory": "react"
|
|
}
|