mirror of
https://github.com/Redocly/redoc.git
synced 2025-03-20 09:44:14 +03:00
fix: add tslib dependency
This commit is contained in:
parent
08253ee1b1
commit
8e1a5cb7a1
|
@ -145,7 +145,8 @@
|
|||
"slugify": "^1.2.1",
|
||||
"stickyfill": "^1.1.1",
|
||||
"styled-components": "^3.2.3",
|
||||
"swagger2openapi": "^2.11.0"
|
||||
"swagger2openapi": "^2.11.0",
|
||||
"tslib": "^1.9.1"
|
||||
},
|
||||
"resolutions": {
|
||||
"@types/chai": "4.0.8",
|
||||
|
|
|
@ -9447,6 +9447,10 @@ tslib@^1.8.0, tslib@^1.8.1:
|
|||
version "1.9.0"
|
||||
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8"
|
||||
|
||||
tslib@^1.9.1:
|
||||
version "1.9.1"
|
||||
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.1.tgz#a5d1f0532a49221c87755cfcc89ca37197242ba7"
|
||||
|
||||
tslint-react@^3.4.0:
|
||||
version "3.6.0"
|
||||
resolved "https://registry.yarnpkg.com/tslint-react/-/tslint-react-3.6.0.tgz#7f462c95c4a0afaae82507f06517ff02942196a1"
|
||||
|
|
Loading…
Reference in New Issue
Block a user