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>
19 lines
335 B
JSON
19 lines
335 B
JSON
{
|
|
"name": "vite-simple",
|
|
"version": "0.0.0-test",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-react": "^4.3.3",
|
|
"vite": "^5.4.18"
|
|
},
|
|
"type": "module"
|
|
}
|