Skip to content

Commit 8e1a5cb

Browse files
committed
fix: add tslib dependency
1 parent 08253ee commit 8e1a5cb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@
145145
"slugify": "^1.2.1",
146146
"stickyfill": "^1.1.1",
147147
"styled-components": "^3.2.3",
148-
"swagger2openapi": "^2.11.0"
148+
"swagger2openapi": "^2.11.0",
149+
"tslib": "^1.9.1"
149150
},
150151
"resolutions": {
151152
"@types/chai": "4.0.8",

yarn.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9447,6 +9447,10 @@ tslib@^1.8.0, tslib@^1.8.1:
94479447
version "1.9.0"
94489448
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8"
94499449

9450+
tslib@^1.9.1:
9451+
version "1.9.1"
9452+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.1.tgz#a5d1f0532a49221c87755cfcc89ca37197242ba7"
9453+
94509454
tslint-react@^3.4.0:
94519455
version "3.6.0"
94529456
resolved "https://registry.yarnpkg.com/tslint-react/-/tslint-react-3.6.0.tgz#7f462c95c4a0afaae82507f06517ff02942196a1"

0 commit comments

Comments
 (0)