Skip to content

Commit

Permalink
chore(deps): update dependency cypress to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent 58e3e83 commit bcf5064
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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.5.13"
},
"devDependencies": {
"cypress": "^13.17.0"
"cypress": "^14.0.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' http://localhost:4173 'cypress open --e2e'"
},
"devDependencies": {
"cypress": "^13.17.0",
"cypress": "^14.0.0",
"start-server-and-test": "^2.0.10"
}
}

0 comments on commit bcf5064

Please sign in to comment.