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
@ -18,7 +18,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"domino": "^2.0.1",
|
||||
"tslib": "^1.7.1",
|
||||
"tslib": "^1.9.0",
|
||||
"xhr2": "^0.1.4"
|
||||
},
|
||||
"repository": {
|
||||
|
Reference in New Issue
Block a user