mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-12 18:19: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>
20 lines
425 B
JSON
20 lines
425 B
JSON
{
|
|
"name": "react18",
|
|
"version": "0.0.0-test",
|
|
"dependencies": {
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-react": "^4.3.3",
|
|
"babel-loader": "^9.2.1",
|
|
"css-loader": "^7.1.2",
|
|
"style-loader": "^4.0.0",
|
|
"vite": "^5.4.18",
|
|
"webpack": "^5.96.1",
|
|
"webpack-dev-server": "^5.1.0"
|
|
},
|
|
"sideEffects": false,
|
|
"projectFixtureDirectory": "react"
|
|
}
|