Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@packages/types": "0.0.0-development",
"@percy/cypress": "^3.1.3",
"@popperjs/core": "2.11.6",
"@testing-library/cypress": "10.0.3",
"@testing-library/cypress": "10.1.0",
"@tooling/system-tests": "0.0.0-development",
"@urql/core": "2.4.4",
"@urql/vue": "0.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@packages/types": "0.0.0-development",
"@percy/core": "^1.0.0-beta.48",
"@percy/cypress": "^3.1.3",
"@testing-library/cypress": "10.0.3",
"@testing-library/cypress": "10.1.0",
"@tooling/system-tests": "0.0.0-development",
"@toycode/markdown-it-class": "1.2.3",
"@urql/core": "2.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/launchpad/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@packages/types": "0.0.0-development",
"@percy/cypress": "^3.1.3",
"@purge-icons/generated": "0.8.1",
"@testing-library/cypress": "10.0.3",
"@testing-library/cypress": "10.1.0",
"@tooling/system-tests": "0.0.0-development",
"@toycode/markdown-it-class": "1.2.3",
"@types/dedent": "^0.7.0",
Expand Down
2 changes: 1 addition & 1 deletion system-tests/projects/vite-ct-function-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {},
"devDependencies": {
"@cypress/vite-dev-server": "file:../../../npm/vite-dev-server",
"@testing-library/cypress": "10.0.2",
"@testing-library/cypress": "10.1.0",
"typescript": "5.6.3",
"vite": "^5.4.18"
}
Expand Down
2 changes: 1 addition & 1 deletion system-tests/projects/vite-ct-object-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0-test",
"private": true,
"dependencies": {
"@testing-library/cypress": "10.0.2",
"@testing-library/cypress": "10.1.0",
"typescript": "5.6.3",
"vite": "^5.4.18"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7863,10 +7863,10 @@
"@tanstack/query-core" "4.36.1"
use-sync-external-store "^1.2.0"

"@testing-library/cypress@10.0.3":
version "10.0.3"
resolved "https://registry.yarnpkg.com/@testing-library/cypress/-/cypress-10.0.3.tgz#4514b1bcace4f28acab7ba7db6b8f5c017f0bfd1"
integrity sha512-TeZJMCNtiS59cPWalra7LgADuufO5FtbqQBYxuAgdX6ZFAR2D9CtQwAG8VbgvFcchW3K414va/+7P4OkQ80UVg==
"@testing-library/cypress@10.1.0":
version "10.1.0"
resolved "https://registry.yarnpkg.com/@testing-library/cypress/-/cypress-10.1.0.tgz#e1f12e2f8206e7cdf12d3ca23b6d303d08f44180"
integrity sha512-tNkNtYRqPQh71xXKuMizr146zlellawUfDth7A/urYU4J66g0VGZ063YsS0gqS79Z58u1G/uo9UxN05qvKXMag==
dependencies:
"@babel/runtime" "^7.14.6"
"@testing-library/dom" "^10.1.0"
Expand Down