Skip to content

Commit

Permalink
(feat) Bump rxjs to version 7 (#1642)
Browse files Browse the repository at this point in the history
  • Loading branch information
icrc-jofrancisco authored Feb 7, 2024
1 parent daf1f03 commit e89b914
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"react-dom": "^18.2.0",
"react-i18next": "^11.18.6",
"react-router-dom": "^6.16.0",
"rxjs": "^6.6.7",
"rxjs": "^7.8.0",
"sass": "^1.54.3",
"swc-loader": "^0.2.3",
"swr": "^2.2.4",
Expand Down
3 changes: 1 addition & 2 deletions packages/esm-form-entry-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
},
"peerDependencies": {
"@openmrs/esm-framework": "5.x",
"rxjs": "6.x",
"single-spa": "5.x"
},
"devDependencies": {
Expand Down Expand Up @@ -99,7 +98,7 @@
"ngx-build-plus": "^16.0.0",
"openmrs": "next",
"protractor": "~7.0.0",
"rxjs": "~6.6.7",
"rxjs": "^7.8.0",
"style-loader": "2.x",
"webpack": "~5.89.0"
}
Expand Down
9 changes: 4 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4571,7 +4571,7 @@ __metadata:
openmrs: next
protractor: ~7.0.0
reflect-metadata: ^0.1.13
rxjs: ~6.6.7
rxjs: ^7.8.0
single-spa-angular: ^9.0.1
slick-carousel: ^1.8.1
style-loader: 2.x
Expand All @@ -4583,7 +4583,6 @@ __metadata:
zone.js: ~0.13.3
peerDependencies:
"@openmrs/esm-framework": 5.x
rxjs: 6.x
single-spa: 5.x
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -4837,7 +4836,7 @@ __metadata:
react-i18next: ^11.18.6
react-router-dom: ^6.16.0
react-to-print: ^2.14.13
rxjs: ^6.6.7
rxjs: ^7.8.0
sass: ^1.54.3
swc-loader: ^0.2.3
swr: ^2.2.4
Expand Down Expand Up @@ -22046,7 +22045,7 @@ __metadata:
languageName: node
linkType: hard

"rxjs@npm:7.8.1, rxjs@npm:^7.5.5, rxjs@npm:^7.8.1":
"rxjs@npm:7.8.1, rxjs@npm:^7.5.5, rxjs@npm:^7.8.0, rxjs@npm:^7.8.1":
version: 7.8.1
resolution: "rxjs@npm:7.8.1"
dependencies:
Expand All @@ -22055,7 +22054,7 @@ __metadata:
languageName: node
linkType: hard

"rxjs@npm:^6.5.3, rxjs@npm:^6.6.0, rxjs@npm:^6.6.7, rxjs@npm:~6.6.7":
"rxjs@npm:^6.5.3, rxjs@npm:^6.6.0":
version: 6.6.7
resolution: "rxjs@npm:6.6.7"
dependencies:
Expand Down

0 comments on commit e89b914

Please sign in to comment.