feat: update tslib to 1.9.0 (#22667)
BREAKING CHANGE: after this change, npm and yarn will issue incompatible peerDependencies warning We don't expect this to actually break an application, but the application/library package.json will need to be updated to provide tslib 1.9.0 or higher. PR Close #22667
This commit is contained in:

committed by
Kara Erickson

parent
2fee5cc095
commit
489fec1299
@ -9,7 +9,7 @@
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"tslib": "^1.7.1"
|
||||
"tslib": "^1.9.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Reference in New Issue
Block a user