Compare commits

..

2 Commits

Author SHA1 Message Date
cuddle-please
059054074a chore(release): 0.1.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-01-17 01:04:45 +00:00
b7a0626dac chore(deps): update dependency cypress to v14
All checks were successful
continuous-integration/drone/push Build is passing
2025-01-17 02:04:30 +01:00
3 changed files with 6 additions and 7 deletions

View File

@ -63,6 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- *(deps)* update dependency @material-ui/lab to v4.0.0-alpha.61
### Other
- *(deps)* update dependency cypress to v14
- *(deps)* update testing-library monorepo
- *(deps)* update dependency @types/node to v22.10.7
- *(deps)* update dependency better-sqlite3 to v11.8.0
@ -118,8 +119,6 @@ Reviewed-on: https://git.front.kjuulh.io/kjuulh/backstage/pulls/5
- *(test)* test commit
- Update all dependencies
- Update all dependencies
- Merge pull request 'Configure Renovate' (#1) from renovate/configure into main
Reviewed-on: https://git.front.kjuulh.io/kjuulh/backstage/pulls/1

View File

@ -51,7 +51,7 @@
"@types/node": "^22.0.0",
"@types/react-dom": "*",
"cross-env": "^7.0.0",
"cypress": "^13.0.0",
"cypress": "^14.0.0",
"eslint-plugin-cypress": "^4.0.0",
"start-server-and-test": "^2.0.0"
},

View File

@ -13929,10 +13929,10 @@ ctrlc-windows@^2.1.0:
resolved "https://registry.yarnpkg.com/ctrlc-windows/-/ctrlc-windows-2.2.0.tgz#bcd9e67029e32506083c9f2436e564e037fb2bde"
integrity sha512-t9y568r+T8FUuBaqKK60YGFJdj3b3ktdJW9WXIT3CuBdQhAOYdSZu75jFUN0Ay4Yz5HHicVQqAYCwcnqhOn23g==
cypress@^13.0.0:
version "13.17.0"
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.17.0.tgz#34c3d68080c4497eace0f353bd1629587a5f600d"
integrity sha512-5xWkaPurwkIljojFidhw8lFScyxhtiFHl/i/3zov+1Z5CmY4t9tjIdvSXfu82Y3w7wt0uR9KkucbhkVvJZLQSA==
cypress@^14.0.0:
version "14.0.0"
resolved "https://registry.yarnpkg.com/cypress/-/cypress-14.0.0.tgz#a71cb0a243a0bfeb97b6973ab9c5291ca5288e93"
integrity sha512-kEGqQr23so5IpKeg/dp6GVi7RlHx1NmW66o2a2Q4wk9gRaAblLZQSiZJuDI8UMC4LlG5OJ7Q6joAiqTrfRNbTw==
dependencies:
"@cypress/request" "^3.0.6"
"@cypress/xvfb" "^1.2.4"