Skip to content

Commit 5ef7031

Browse files
authored
Make rules-unit-testing depend on @firebase/component directly (#4717)
1 parent 358cc4c commit 5ef7031

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/thick-ties-hang.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@firebase/rules-unit-testing': patch
3+
---
4+
5+
Depend on @firebase/component directly to fix the use with Yarn Plug'n'Play

packages/rules-unit-testing/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"license": "Apache-2.0",
2222
"dependencies": {
2323
"firebase": "8.3.2",
24+
"@firebase/component": "0.3.1",
2425
"@firebase/logger": "0.2.6",
2526
"@firebase/util": "0.4.1",
2627
"request": "2.88.2"

0 commit comments

Comments
 (0)