Skip to content

Commit eb16ea4

Browse files
author
Laszlo Radics
committed
fix: add tslib to dependencies
1 parent b13aca7 commit eb16ea4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"moment": "^2.15.1",
3232
"pg": "7.3",
3333
"pg-query-stream": "^1.0.0",
34-
"through": "~2.3.8"
34+
"through": "~2.3.8",
35+
"tslib": "^1.8.0"
3536
},
3637
"devDependencies": {
3738
"@types/jasmine": "~2.5.35",

yarn.lock

+4
Original file line numberDiff line numberDiff line change
@@ -2868,6 +2868,10 @@ trim-right@^1.0.1:
28682868
version "1.0.1"
28692869
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
28702870

2871+
tslib@^1.8.0:
2872+
version "1.8.0"
2873+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.0.tgz#dc604ebad64bcbf696d613da6c954aa0e7ea1eb6"
2874+
28712875
tunnel-agent@^0.6.0:
28722876
version "0.6.0"
28732877
resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"

0 commit comments

Comments
 (0)