Skip to content
This repository was archived by the owner on Oct 28, 2022. It is now read-only.

Commit 4ee0d85

Browse files
author
NOPR9D ☄️
authored
Merge pull request #21 from NOPR9D/fixPeerDependencies
fix peer for rxjs 7
2 parents 902382a + db3478e commit 4ee0d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"vue": "^3.2.0"
4444
},
4545
"peerDependencies": {
46-
"rxjs": "^6.0.0",
46+
"rxjs": "^7.0.0",
4747
"vue": "^3.0.0"
4848
},
4949
"repository": {

0 commit comments

Comments
 (0)