Skip to content

Commit

Permalink
chore(deps): update dependency cypress to v11 (#196)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 21, 2022
1 parent 3a946b6 commit 99775d3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion template/config/cypress-ct/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"vue": "^3.2.41"
},
"devDependencies": {
"cypress": "^10.10.0"
"cypress": "^11.1.0"
}
}
2 changes: 1 addition & 1 deletion template/config/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' :4173 'cypress open --e2e'"
},
"devDependencies": {
"cypress": "^10.10.0",
"cypress": "^11.1.0",
"start-server-and-test": "^1.14.0"
}
}

0 comments on commit 99775d3

Please sign in to comment.