Bumps [cypress](https://github.com/cypress-io/cypress) from 10.6.0 to 12.7.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v10.6.0...v12.7.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": "^12.7.0"
|
|
},
|
|
"devDependencies": {},
|
|
"volta": {
|
|
"node": "14.18.0",
|
|
"yarn": "1.22.10"
|
|
}
|
|
}
|