Skip to content

Commit

Permalink
Bump testcafe to 3.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed Nov 8, 2024
1 parent e613c26 commit 2137009
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lint-staged": "^13.0.3",
"minimist": "^1.2.8",
"prettier": "^2.7.1",
"testcafe": "3.7.0-rc.2"
"testcafe": "3.7.0"
},
"husky": {
"hooks": {
Expand Down
14 changes: 10 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1716,6 +1716,11 @@ device-specs@^1.0.0:
resolved "https://registry.yarnpkg.com/device-specs/-/device-specs-1.0.0.tgz#47b54577b9b159118bbb0a175177d0aa9c50a9c9"
integrity sha512-fYXbFSeilT7bnKWFi4OERSPHdtaEoDGn4aUhV5Nly6/I+Tp6JZ/6Icmd7LVIF5euyodGpxz2e/bfUmDnIdSIDw==

[email protected]:
version "0.0.1109433"
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.1109433.tgz#94f2a8cb05d3d80701e4f5ec99a48f2f231ac85c"
integrity sha512-w1Eqih66egbSr2eOoGZ+NsdF7HdxmKDo3pKFBySEGsmVvwWWNXzNCDcKrbFnd23Jf7kH1M806OfelXwu+Jk11g==

diff@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
Expand Down Expand Up @@ -3790,10 +3795,10 @@ testcafe-selector-generator@^0.1.0:
resolved "https://registry.yarnpkg.com/testcafe-selector-generator/-/testcafe-selector-generator-0.1.0.tgz#852c86f71565e5d9320da625c2260d040cbed786"
integrity sha512-MTw+RigHsEYmFgzUFNErDxui1nTYUk6nm2bmfacQiKPdhJ9AHW/wue4J/l44mhN8x3E8NgOUkHHOI+1TDFXiLQ==

[email protected]-rc.2:
version "3.7.0-rc.2"
resolved "https://registry.yarnpkg.com/testcafe/-/testcafe-3.7.0-rc.2.tgz#e79ceb89f70018322f4af22f713b20ee964cf8b4"
integrity sha512-+7SaKtXFOdtLNnjpWvoQ4jXP4GOyYD4rHY4Bm2GW+TYx3s+/PVlEv3AwM7Kmb4W4cLDtnN1EtCDIAtrJ+Y7fTw==
[email protected]:
version "3.7.0"
resolved "https://registry.yarnpkg.com/testcafe/-/testcafe-3.7.0.tgz#2fddf5093029062653f7feaf25c0e2f6110ad78e"
integrity sha512-e77yuzX/1eSqb6ctE0oW+PJbgsA975Ui8xYiVAFTQjZnt9oZixB7gEgbwRdIls5EEWmtcxJ5tvqTm1rPBsrOvA==
dependencies:
"@babel/core" "^7.23.2"
"@babel/plugin-proposal-decorators" "^7.23.2"
Expand Down Expand Up @@ -3830,6 +3835,7 @@ [email protected]:
dedent "^0.4.0"
del "^3.0.0"
device-specs "^1.0.0"
devtools-protocol "0.0.1109433"
diff "^4.0.2"
elegant-spinner "^1.0.1"
email-validator "^2.0.4"
Expand Down

0 comments on commit 2137009

Please sign in to comment.