Skip to content

Commit 2508745

Browse files
committed
force transitive tslib dependencies to use tslib 1.x
1 parent d192d02 commit 2508745

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@
102102
"typescript": "3.8.3"
103103
},
104104
"resolutions": {
105-
"**/agent-base": "5"
105+
"**/agent-base": "5",
106+
"**/tslib": "1"
106107
},
107108
"version": "0.0.0",
108109
"dependencies": {}

0 commit comments

Comments
 (0)