Skip to content

Commit 2c0a6ee

Browse files
authored
chore: updated cypress-example-kitchensink version (#25828)
1 parent 8e070e8 commit 2c0a6ee

File tree

3 files changed

+32
-12
lines changed

3 files changed

+32
-12
lines changed

packages/example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ When a commit is merged into `master`, a new version of the [`cypress-example-ki
2323

2424
1. Bump the `cypress-example-kitchensink` `devDependency` within this package's [`package.json`](https://github.com/cypress-io/cypress/blob/develop/packages/example/package.json).
2525

26-
2. Run `yarn` and `yarn workspace @packages/example` to build the app and spec files.
26+
2. Run `yarn` and `yarn workspace @packages/example build` to build the app and spec files.
2727

2828
3. Create a new pull-request following this repo's [pull request instructions](CONTRIBUTING.md#pull-requests).
2929

packages/example/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@
1212
"build": "node ./bin/build.js && gulp build",
1313
"build-prod": "yarn build",
1414
"predeploy": "yarn build",
15-
"deploy": "echo 'gh-pages -d build -b gh-pages'"
15+
"deploy": "gh-pages -d build -b gh-pages"
1616
},
1717
"devDependencies": {
1818
"cross-env": "6.0.3",
19-
"cypress-example-kitchensink": "https://github.com/cypress-io/cypress-example-kitchensink.git#d7150632ac15268f2c7a50110cadf039a248ac4e",
19+
"cypress-example-kitchensink": "1.16.0",
20+
"gh-pages": "5.0.0",
2021
"gulp": "4.0.2",
2122
"gulp-clean": "0.4.0",
2223
"gulp-rev-all": "2.0.2",

yarn.lock

Lines changed: 28 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8873,10 +8873,10 @@ [email protected], async@^0.9.0:
88738873
resolved "https://registry.yarnpkg.com/async/-/async-0.9.2.tgz#aea74d5e61c1f899613bf64bda66d4c78f2fd17d"
88748874
integrity sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0=
88758875

8876-
async@>=0.2.9, async@^3.2.0:
8877-
version "3.2.0"
8878-
resolved "https://registry.yarnpkg.com/async/-/async-3.2.0.tgz#b3a2685c5ebb641d3de02d161002c60fc9f85720"
8879-
integrity sha512-TR2mEZFVOj2pLStYxLht7TyfuRzaydfpxr3k9RpHIzMgw7A64dzsdqCxH1WJyQdoe8T10nDXd9wnEigmiuHIZw==
8876+
async@>=0.2.9, async@^3.2.0, async@^3.2.4:
8877+
version "3.2.4"
8878+
resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c"
8879+
integrity sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==
88808880

88818881
async@^2.1.4, async@^2.4.1, async@^2.6.2:
88828882
version "2.6.4"
@@ -11130,7 +11130,7 @@ [email protected]:
1113011130
dependencies:
1113111131
graceful-readlink ">= 1.0.0"
1113211132

11133-
[email protected], commander@^2.11.0, commander@^2.12.1, commander@^2.19.0, commander@^2.20.0:
11133+
[email protected], commander@^2.11.0, commander@^2.12.1, commander@^2.18.0, commander@^2.19.0, commander@^2.20.0:
1113411134
version "2.20.3"
1113511135
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
1113611136
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
@@ -12135,9 +12135,10 @@ cypress-each@^1.11.0:
1213512135
resolved "https://registry.yarnpkg.com/cypress-each/-/cypress-each-1.11.0.tgz#013c9b43a950f157bcf082d4bd0bb424fb370441"
1213612136
integrity sha512-zeqeQkppPL6BKLIJdfR5IUoZRrxRudApJapnFzWCkkrmefQSqdlBma2fzhmniSJ3TRhxe5xpK3W3/l8aCrHvwQ==
1213712137

12138-
"cypress-example-kitchensink@https://github.com/cypress-io/cypress-example-kitchensink.git#d7150632ac15268f2c7a50110cadf039a248ac4e":
12139-
version "0.0.0-development"
12140-
resolved "https://github.com/cypress-io/cypress-example-kitchensink.git#d7150632ac15268f2c7a50110cadf039a248ac4e"
12138+
12139+
version "1.16.0"
12140+
resolved "https://registry.yarnpkg.com/cypress-example-kitchensink/-/cypress-example-kitchensink-1.16.0.tgz#b2f7759c2414eb032c82a32ca498b1b6a22b7257"
12141+
integrity sha512-JXbNyOMTi1IXqmiEpZRzFEHL03LG09V+b5abxrB39pil+QmAyLKhfdmWspFRu+GWsALdEsdFrcTmexIW6Y15tA==
1214112142
dependencies:
1214212143
npm-run-all "^4.1.2"
1214312144
serve "11.3.0"
@@ -13346,6 +13347,11 @@ elliptic@^6.5.3:
1334613347
minimalistic-assert "^1.0.1"
1334713348
minimalistic-crypto-utils "^1.0.1"
1334813349

13350+
email-addresses@^5.0.0:
13351+
version "5.0.0"
13352+
resolved "https://registry.yarnpkg.com/email-addresses/-/email-addresses-5.0.0.tgz#7ae9e7f58eef7d5e3e2c2c2d3ea49b78dc854fa6"
13353+
integrity sha512-4OIPYlA6JXqtVn8zpHpGiI7vE6EQOAg16aGnDMIAlZVinnoZ8208tW1hAbjWydgN/4PLTT9q+O1K6AH/vALJGw==
13354+
1334913355
email-validator@^2.0.3:
1335013356
version "2.0.4"
1335113357
resolved "https://registry.yarnpkg.com/email-validator/-/email-validator-2.0.4.tgz#b8dfaa5d0dae28f1b03c95881d904d4e40bfe7ed"
@@ -14976,7 +14982,7 @@ filename-reserved-regex@^2.0.0:
1497614982
resolved "https://registry.yarnpkg.com/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz#abf73dfab735d045440abfea2d91f389ebbfa229"
1497714983
integrity sha1-q/c9+rc10EVECr/qLZHzieu/oik=
1497814984

14979-
filenamify@^4.1.0:
14985+
filenamify@^4.1.0, filenamify@^4.3.0:
1498014986
version "4.3.0"
1498114987
resolved "https://registry.yarnpkg.com/filenamify/-/filenamify-4.3.0.tgz#62391cb58f02b09971c9d4f9d63b3cf9aba03106"
1498214988
integrity sha512-hcFKyUG57yWGAzu1CMt/dPzYZuv+jAJUT85bL8mrXvNe6hWj6yEHEc4EdcgiA6Z3oi1/9wXJdZPXF2dZNgwgOg==
@@ -15838,6 +15844,19 @@ getpass@^0.1.1:
1583815844
dependencies:
1583915845
assert-plus "^1.0.0"
1584015846

15847+
15848+
version "5.0.0"
15849+
resolved "https://registry.yarnpkg.com/gh-pages/-/gh-pages-5.0.0.tgz#e0893272a0e33f0453e53a3c017c33b91ddd6394"
15850+
integrity sha512-Nqp1SjkPIB94Xw/3yYNTUL+G2dxlhjvv1zeN/4kMC1jfViTEqhtVz/Ba1zSXHuvXCN9ADNS1dN4r5/J/nZWEQQ==
15851+
dependencies:
15852+
async "^3.2.4"
15853+
commander "^2.18.0"
15854+
email-addresses "^5.0.0"
15855+
filenamify "^4.3.0"
15856+
find-cache-dir "^3.3.1"
15857+
fs-extra "^8.1.0"
15858+
globby "^6.1.0"
15859+
1584115860
1584215861
version "0.10.2"
1584315862
resolved "https://registry.yarnpkg.com/gift/-/gift-0.10.2.tgz#4600efe8f284b51fcb01c3527b321e22b494e156"

0 commit comments

Comments
 (0)