Skip to content

Commit 3f37021

Browse files
authored
update lock file conveniently (#4808)
1 parent 364e336 commit 3f37021

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

.changeset/healthy-beans-enjoy.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@firebase/auth-interop-types': patch
3+
'@firebase/auth-types': patch
4+
'@firebase/storage-types': patch
5+
---
6+
7+
Update peerDependencies

yarn.lock

+14-4
Original file line numberDiff line numberDiff line change
@@ -7474,16 +7474,16 @@ [email protected]:
74747474
"@google-cloud/storage" "^5.3.0"
74757475

74767476
"firebase-exp@file:packages-exp/firebase-exp":
7477-
version "0.900.23"
7477+
version "9.0.0-beta.1"
74787478
dependencies:
74797479
"@firebase/analytics-compat" "0.0.900"
74807480
"@firebase/analytics-exp" "0.0.900"
74817481
"@firebase/app-compat" "0.0.900"
74827482
"@firebase/app-exp" "0.0.900"
74837483
"@firebase/auth-compat" "0.0.900"
74847484
"@firebase/auth-exp" "0.0.900"
7485-
"@firebase/database" "0.9.8"
7486-
"@firebase/firestore" "2.2.3"
7485+
"@firebase/database" "0.9.10"
7486+
"@firebase/firestore" "2.2.4"
74877487
"@firebase/functions-compat" "0.0.900"
74887488
"@firebase/functions-exp" "0.0.900"
74897489
"@firebase/messaging-compat" "0.0.900"
@@ -7492,7 +7492,7 @@ [email protected]:
74927492
"@firebase/performance-exp" "0.0.900"
74937493
"@firebase/remote-config-compat" "0.0.900"
74947494
"@firebase/remote-config-exp" "0.0.900"
7495-
"@firebase/storage" "0.4.7"
7495+
"@firebase/storage" "0.5.0"
74967496

74977497
74987498
version "3.13.0"
@@ -14239,6 +14239,16 @@ [email protected], selenium-webdriver@^4.0.0-alpha.7:
1423914239
tmp "^0.2.1"
1424014240
ws "^7.3.1"
1424114241

14242+
selenium-webdriver@^4.0.0-beta.2:
14243+
version "4.0.0-beta.3"
14244+
resolved "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.0.0-beta.3.tgz#8c29512a27ca9c1f95a96a9a8f488304c894390e"
14245+
integrity sha512-R0mGHpQkSKgIWiPgcKDcckh4A6aaK0KTyWxs5ieuiI7zsXQ+Kb6neph+dNoeqq3jSBGyv3ONo2w3oohoL4D/Rg==
14246+
dependencies:
14247+
jszip "^3.5.0"
14248+
rimraf "^2.7.1"
14249+
tmp "^0.2.1"
14250+
ws "^7.3.1"
14251+
1424214252
semver-compare@^1.0.0:
1424314253
version "1.0.0"
1424414254
resolved "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz#0dee216a1c941ab37e9efb1788f6afc5ff5537fc"

0 commit comments

Comments
 (0)