Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit a29b4e5

Browse files
committed
fix(deps): loosen up RxJS min version to avoid interface out of sync
1 parent 3c78217 commit a29b4e5

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"main": "src/app/modules/angular-slickgrid/index",
5858
"private": false,
5959
"comments": {
60-
"new-release": "1- build library (ng-packagr), 2- 'prepare-release' (npm script) & publish to npm, typically 'npm publish dist' works if it does not then run script 'pack-lib' and 'npm publish [tar file]'"
60+
"new-release": "1- build library (ng-packagr), 2- 'prepare-release' (npm script), 3- run script 'pack-lib' and 'npm publish [tar tgz]'"
6161
},
6262
"funding": {
6363
"type": "ko_fi",
@@ -78,7 +78,7 @@
7878
"font-awesome": "^4.7.0",
7979
"jquery": "^3.6.0",
8080
"moment-mini": "^2.24.0",
81-
"rxjs": "^7.5.6"
81+
"rxjs": ">=7.5.0"
8282
},
8383
"peerDependencies": {
8484
"@ngx-translate/core": ">=14.0.0"

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9670,20 +9670,20 @@ [email protected], rxjs@^6.5.4:
96709670
dependencies:
96719671
tslib "^1.9.0"
96729672

9673+
rxjs@>=7.5.0, rxjs@^7.5.6:
9674+
version "7.5.6"
9675+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.6.tgz#0446577557862afd6903517ce7cae79ecb9662bc"
9676+
integrity sha512-dnyv2/YsXhnm461G+R/Pe5bWP41Nm6LBXEYWI6eiFP4fiwx6WRI/CD0zbdVAudd9xwLEF2IDcKXLHit0FYjUzw==
9677+
dependencies:
9678+
tslib "^2.1.0"
9679+
96739680
rxjs@^7.5.5:
96749681
version "7.5.5"
96759682
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.5.tgz#2ebad89af0f560f460ad5cc4213219e1f7dd4e9f"
96769683
integrity sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw==
96779684
dependencies:
96789685
tslib "^2.1.0"
96799686

9680-
rxjs@^7.5.6:
9681-
version "7.5.6"
9682-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.6.tgz#0446577557862afd6903517ce7cae79ecb9662bc"
9683-
integrity sha512-dnyv2/YsXhnm461G+R/Pe5bWP41Nm6LBXEYWI6eiFP4fiwx6WRI/CD0zbdVAudd9xwLEF2IDcKXLHit0FYjUzw==
9684-
dependencies:
9685-
tslib "^2.1.0"
9686-
96879687
[email protected], safe-buffer@~5.1.0, safe-buffer@~5.1.1:
96889688
version "5.1.2"
96899689
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"

0 commit comments

Comments
 (0)