Skip to content

Commit

Permalink
chore(examples): update dependency cypress-firebase to v3.0.1 (#768)
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 3, 2023
1 parent 82dd5ab commit 9007f9a
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": "12.16.0",
"cypress-firebase": "3.0.0",
"cypress-firebase": "3.0.1",
"eslint-plugin-chai-friendly": "0.7.2",
"eslint-plugin-cypress": "2.13.3",
"firebase-admin": "11.9.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 @@ -4780,10 +4780,10 @@ csv-parse@^5.0.4:
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.4.0.tgz#6793210a4a49a9a74b3fde3f9d00f3f52044fd89"
integrity sha512-JiQosUWiOFgp4hQn0an+SBoV9IKdqzhROM0iiN4LB7UpfJBlsSJlWl9nq4zGgxgMAzHJ6V4t29VAVD+3+2NJAg==

[email protected].0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/cypress-firebase/-/cypress-firebase-3.0.0.tgz#270a80def8e6baf85be64fc4b323acf13179765b"
integrity sha512-6We20jOwsyHuCFu5Eg44Xz8b21TnMXyG8csY82g96X6CTfsib4uNbVP+3czq5huE1dsL2xO6a2ulxtM2B7OVOg==
[email protected].1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/cypress-firebase/-/cypress-firebase-3.0.1.tgz#9e8a24470c8a17f22aeeec43b950592d911f83b8"
integrity sha512-Hc+x71gwD6MFPG/CtvT+1hMmRcc78/qasqCBWhwi4XmXfhMAx5e3fBAZIHMHEJrphCgkf9AJoO2DSFaPMawSjw==

[email protected]:
version "12.16.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 @@ -29,7 +29,7 @@
"@types/react-dom": "18.2.6",
"cross-env": "7.0.3",
"cypress": "12.16.0",
"cypress-firebase": "3.0.0",
"cypress-firebase": "3.0.1",
"eslint-plugin-chai-friendly": "0.7.2",
"eslint-plugin-cypress": "2.13.3",
"react-scripts": "5.0.1",
Expand Down
8 changes: 4 additions & 4 deletions examples/typescript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4944,10 +4944,10 @@ csv-parse@^5.0.4:
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.4.0.tgz#6793210a4a49a9a74b3fde3f9d00f3f52044fd89"
integrity sha512-JiQosUWiOFgp4hQn0an+SBoV9IKdqzhROM0iiN4LB7UpfJBlsSJlWl9nq4zGgxgMAzHJ6V4t29VAVD+3+2NJAg==

[email protected].0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/cypress-firebase/-/cypress-firebase-3.0.0.tgz#270a80def8e6baf85be64fc4b323acf13179765b"
integrity sha512-6We20jOwsyHuCFu5Eg44Xz8b21TnMXyG8csY82g96X6CTfsib4uNbVP+3czq5huE1dsL2xO6a2ulxtM2B7OVOg==
[email protected].1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/cypress-firebase/-/cypress-firebase-3.0.1.tgz#9e8a24470c8a17f22aeeec43b950592d911f83b8"
integrity sha512-Hc+x71gwD6MFPG/CtvT+1hMmRcc78/qasqCBWhwi4XmXfhMAx5e3fBAZIHMHEJrphCgkf9AJoO2DSFaPMawSjw==

[email protected]:
version "12.16.0"
Expand Down

0 comments on commit 9007f9a

Please sign in to comment.