Skip to content

Commit 0b2495f

Browse files
authoredNov 29, 2021
fix: RxJS now supports tslib 2.x, rather than just 2.1.x (#6692)
resolves #6689
1 parent e35f589 commit 0b2495f

File tree

2 files changed

+12891
-20
lines changed

2 files changed

+12891
-20
lines changed
 

‎package-lock.json

+12,890-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
},
141141
"homepage": "https://rxjs.dev",
142142
"dependencies": {
143-
"tslib": "~2.1.0"
143+
"tslib": "^2.1.0"
144144
},
145145
"devDependencies": {
146146
"@angular-devkit/build-optimizer": "0.4.6",

0 commit comments

Comments
 (0)
Please sign in to comment.