Skip to content

Commit 4c1a0f2

Browse files
committed
Relax rxjs constraint
1 parent 48e8e4b commit 4c1a0f2

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"peerDependencies": {
3939
"@angular/common": "^7.0.0",
4040
"@angular/core": "^7.0.0",
41-
"rxjs": "~6.3.3"
41+
"rxjs": "^6.3.3"
4242
},
4343
"devDependencies": {
4444
"@angular-devkit/build-angular": "~0.13.0",
@@ -66,7 +66,7 @@
6666
"karma-jasmine": "~1.1.2",
6767
"karma-jasmine-html-reporter": "^0.2.2",
6868
"ng-packagr": "^4.2.0",
69-
"rxjs": "~6.3.3",
69+
"rxjs": "^6.3.3",
7070
"rxjs-tslint-rules": "^4.13.0",
7171
"ts-node": "~7.0.0",
7272
"tsickle": ">=0.34.0",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6286,13 +6286,20 @@ rxjs-tslint-rules@^4.13.0:
62866286
tslib "^1.8.0"
62876287
tsutils "^3.0.0"
62886288

6289-
rxjs@6.3.3, rxjs@^6.0.0, rxjs@^6.1.0, rxjs@~6.3.3:
6289+
rxjs@6.3.3, rxjs@^6.0.0, rxjs@^6.1.0:
62906290
version "6.3.3"
62916291
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.3.3.tgz#3c6a7fa420e844a81390fb1158a9ec614f4bad55"
62926292
integrity sha512-JTWmoY9tWCs7zvIk/CvRjhjGaOd+OVBM987mxFo+OW66cGpdKjZcpmc74ES1sB//7Kl/PAe8+wEakuhG4pcgOw==
62936293
dependencies:
62946294
tslib "^1.9.0"
62956295

6296+
rxjs@^6.3.3:
6297+
version "6.4.0"
6298+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.4.0.tgz#f3bb0fe7bda7fb69deac0c16f17b50b0b8790504"
6299+
integrity sha512-Z9Yfa11F6B9Sg/BK9MnqnQ+aQYicPLtilXBp2yUtDt2JRCE0h26d33EnfO3ZxoNxG0T92OUucP3Ct7cpfkdFfw==
6300+
dependencies:
6301+
tslib "^1.9.0"
6302+
62966303
safe-buffer@5.1.2, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
62976304
version "5.1.2"
62986305
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"

0 commit comments

Comments
 (0)