Skip to content

Commit

Permalink
chore(examples): update dependency cypress-firebase to v2.2.2 (#708)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 8, 2022
1 parent f8f16b6 commit b859acf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"cross-env": "7.0.3",
"cypress": "10.3.0",
"cypress-firebase": "2.2.1",
"cypress-firebase": "2.2.2",
"eslint-plugin-chai-friendly": "0.7.2",
"eslint-plugin-cypress": "2.12.1",
"firebase-admin": "10.3.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/basic/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6005,10 +6005,10 @@ cyclist@^1.0.1:
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
integrity sha512-NJGVKPS81XejHcLhaLJS7plab0fK3slPh11mESeeDq2W4ZI5kUKK/LRRdVDvjJseojbPB7ZwjnyOybg3Igea/A==

[email protected].1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/cypress-firebase/-/cypress-firebase-2.2.1.tgz#90600db8553c62efe0f6e6e5b1799b0744d5e7e3"
integrity sha512-zbj2k5itH0L4SdBrJwI20P2e1FJF5YGPjjBPUA5J/42YAHQapmoWDB56T/TRsUPvuCwBe+lTkrqbJxIYw52emw==
[email protected].2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/cypress-firebase/-/cypress-firebase-2.2.2.tgz#493c8736cb80aceb7b3548d690a547b02cf72aa5"
integrity sha512-EfpSJ8z8WXnIM1ezbxFUk51Kt6jaFFnEZp6uOoSgb9DF58hwxJ+MoSw1rpyX8Kwuiv/14pFpDiI1U+ZvSTK5fg==

[email protected]:
version "10.3.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"cross-env": "7.0.3",
"cypress": "10.3.0",
"cypress-firebase": "2.2.1",
"cypress-firebase": "2.2.2",
"eslint-plugin-chai-friendly": "0.7.2",
"eslint-plugin-cypress": "2.12.1",
"firebase-tools": "10.9.2"
Expand Down
8 changes: 4 additions & 4 deletions examples/typescript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5151,10 +5151,10 @@ cyclist@^1.0.1:
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=

[email protected].1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/cypress-firebase/-/cypress-firebase-2.2.1.tgz#90600db8553c62efe0f6e6e5b1799b0744d5e7e3"
integrity sha512-zbj2k5itH0L4SdBrJwI20P2e1FJF5YGPjjBPUA5J/42YAHQapmoWDB56T/TRsUPvuCwBe+lTkrqbJxIYw52emw==
[email protected].2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/cypress-firebase/-/cypress-firebase-2.2.2.tgz#493c8736cb80aceb7b3548d690a547b02cf72aa5"
integrity sha512-EfpSJ8z8WXnIM1ezbxFUk51Kt6jaFFnEZp6uOoSgb9DF58hwxJ+MoSw1rpyX8Kwuiv/14pFpDiI1U+ZvSTK5fg==

[email protected]:
version "10.3.0"
Expand Down

0 comments on commit b859acf

Please sign in to comment.