Skip to content

Commit d1d082d

Browse files
committed
feat(deps): add support for rxjs 5.x
1 parent abd3c6b commit d1d082d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"node": "^18 || ^20 || >=21"
3333
},
3434
"dependencies": {
35-
"rxjs": "^6.0.0 || ^7.0.0",
35+
"rxjs": "^5.0.0 || ^6.0.0 || ^7.0.0",
3636
"tslib": "^2.6.2"
3737
},
3838
"devDependencies": {

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ __metadata:
10361036
inquirer: "npm:9.2.17"
10371037
pinst: "npm:3.0.0"
10381038
prettier: "npm:3.2.5"
1039-
rxjs: "npm:^6.0.0 || ^7.0.0"
1039+
rxjs: "npm:^5.0.0 || ^6.0.0 || ^7.0.0"
10401040
semantic-release: "npm:23.0.6"
10411041
ts-node: "npm:10.9.2"
10421042
tslib: "npm:^2.6.2"
@@ -6723,7 +6723,7 @@ __metadata:
67236723
languageName: node
67246724
linkType: hard
67256725

6726-
"rxjs@npm:7.8.1, rxjs@npm:^6.0.0 || ^7.0.0, rxjs@npm:^7.5.5, rxjs@npm:^7.8.1":
6726+
"rxjs@npm:7.8.1, rxjs@npm:^5.0.0 || ^6.0.0 || ^7.0.0, rxjs@npm:^7.5.5, rxjs@npm:^7.8.1":
67276727
version: 7.8.1
67286728
resolution: "rxjs@npm:7.8.1"
67296729
dependencies:

0 commit comments

Comments
 (0)