Bumps [cypress](https://github.com/cypress-io/cypress) from 9.5.3 to 10.1.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js) - [Commits](https://github.com/cypress-io/cypress/compare/v9.5.3...v10.1.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
305 B
JSON
18 lines
305 B
JSON
{
|
|
"name": "@omnivore/cypress",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"e2e-test": "cypress run"
|
|
},
|
|
"dependencies": {
|
|
"@testing-library/cypress": "^8.0.2",
|
|
"cypress": "^10.1.0"
|
|
},
|
|
"devDependencies": {},
|
|
"volta": {
|
|
"node": "14.18.0",
|
|
"yarn": "1.22.10"
|
|
}
|
|
}
|