Skip to content

Commit 817341d

Browse files
chore!: bump rxjs peer dependency to 7.2.0
BREAKING CHANGE: now that prefer-root-operators is a recommended rule, we need to enforce 7.2.0 because that's when root operators were released.
1 parent f123e58 commit 817341d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
},
6363
"peerDependencies": {
6464
"eslint": "^8.57.0 || ^9.0.0",
65-
"rxjs": ">=7.0.0",
65+
"rxjs": ">=7.2.0",
6666
"typescript": ">=4.7.4"
6767
},
6868
"peerDependenciesMeta": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2202,7 +2202,7 @@ __metadata:
22022202
vitest: "npm:^2.1.5"
22032203
peerDependencies:
22042204
eslint: ^8.57.0 || ^9.0.0
2205-
rxjs: ">=7.0.0"
2205+
rxjs: ">=7.2.0"
22062206
typescript: ">=4.7.4"
22072207
peerDependenciesMeta:
22082208
rxjs:

0 commit comments

Comments
 (0)