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>
22 lines
533 B
JSON
22 lines
533 B
JSON
{
|
|
"name": "runner-ct-specs",
|
|
"version": "0.0.0-test",
|
|
"dependencies": {
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.26.0",
|
|
"@babel/preset-env": "^7.26.0",
|
|
"@babel/preset-react": "^7.25.9",
|
|
"@babel/preset-typescript": "^7.26.0",
|
|
"@vitejs/plugin-react": "^4.3.3",
|
|
"babel-loader": "^9.2.1",
|
|
"typescript": "^5.6.3",
|
|
"vite": "^5.4.18",
|
|
"webpack": "^5.96.1",
|
|
"webpack-dev-server": "^5.1.0"
|
|
},
|
|
"projectFixtureDirectory": "runner-specs"
|
|
}
|