Skip to content

Commit

Permalink
Merge branch 'develop' into mschile/service_worker_uncontrolled
Browse files Browse the repository at this point in the history
  • Loading branch information
mschile committed Apr 23, 2024
2 parents 48d2525 + 8db1b23 commit d13e2e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-vue": "7.18.0",
"execa": "4.0.0",
"filesize": "4.1.2",
"filesize": "10.1.1",
"fs-extra": "9.1.0",
"getenv": "^1.0.0",
"glob": "7.1.6",
Expand Down
2 changes: 1 addition & 1 deletion scripts/binary/zip.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const execa = require('execa')
const path = require('path')
const la = require('lazy-ass')
const fs = require('fs')
const filesize = require('filesize')
const { filesize } = require('filesize')

// prints disk usage numbers using "du" utility
// available on Linux and Mac
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15917,10 +15917,10 @@ filenamify@^4.1.0, filenamify@^4.3.0:
strip-outer "^1.0.1"
trim-repeated "^1.0.0"

filesize@4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/filesize/-/filesize-4.1.2.tgz#fcd570af1353cea97897be64f56183adb995994b"
integrity sha512-iSWteWtfNcrWQTkQw8ble2bnonSl7YJImsn9OZKpE2E4IHhXI78eASpDYUljXZZdYj36QsEKjOs/CsiDqmKMJw==
filesize@10.1.1:
version "10.1.1"
resolved "https://registry.yarnpkg.com/filesize/-/filesize-10.1.1.tgz#eb98ce885aa73741199748e70e5b7339cc22c5ff"
integrity sha512-L0cdwZrKlwZQkMSFnCflJ6J2Y+5egO/p3vgRSDQGxQt++QbUZe5gMbRO6kg6gzwQDPvq2Fk9AmoxUNfZ5gdqaQ==

fill-keys@^1.0.2:
version "1.0.2"
Expand Down

5 comments on commit d13e2e4

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on d13e2e4 Apr 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.8.1/linux-arm64/mschile/service_worker_uncontrolled-d13e2e48a34bd6b0357494b9820a20e46856e027/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on d13e2e4 Apr 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.8.1/linux-x64/mschile/service_worker_uncontrolled-d13e2e48a34bd6b0357494b9820a20e46856e027/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on d13e2e4 Apr 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the win32 x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.8.1/win32-x64/mschile/service_worker_uncontrolled-d13e2e48a34bd6b0357494b9820a20e46856e027/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on d13e2e4 Apr 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.8.1/darwin-arm64/mschile/service_worker_uncontrolled-d13e2e48a34bd6b0357494b9820a20e46856e027/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on d13e2e4 Apr 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.8.1/darwin-x64/mschile/service_worker_uncontrolled-d13e2e48a34bd6b0357494b9820a20e46856e027/cypress.tgz

Please sign in to comment.