Skip to content

Commit c947734

Browse files
committed
Add missing tslib dependency
1 parent d3579be commit c947734

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"lodash": "^4.17.15",
3232
"openapi3-ts": "^1.3.0",
3333
"path-to-regexp": "^2.2.1",
34-
"reflect-metadata": "^0.1.13"
34+
"reflect-metadata": "^0.1.13",
35+
"tslib": "^1.11.1"
3536
},
3637
"devDependencies": {
3738
"@team-griffin/install-self-peers": "^1.1.1",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3270,6 +3270,11 @@ tslib@^1.10.0:
32703270
version "1.10.0"
32713271
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
32723272

3273+
tslib@^1.11.1:
3274+
version "1.11.1"
3275+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
3276+
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==
3277+
32733278
tslib@^1.7.1, tslib@^1.8.0:
32743279
version "1.8.0"
32753280
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.0.tgz#dc604ebad64bcbf696d613da6c954aa0e7ea1eb6"

0 commit comments

Comments
 (0)