mirror of
https://github.com/Redocly/redoc.git
synced 2025-07-12 17:22:29 +03:00
chore: update deps
This commit is contained in:
parent
3c6de2cafc
commit
3698598d60
32
package.json
32
package.json
|
@ -61,12 +61,12 @@
|
||||||
"@types/enzyme-to-json": "^1.5.0",
|
"@types/enzyme-to-json": "^1.5.0",
|
||||||
"@types/jest": "^22.2.2",
|
"@types/jest": "^22.2.2",
|
||||||
"@types/json-pointer": "^1.0.30",
|
"@types/json-pointer": "^1.0.30",
|
||||||
"@types/lodash": "^4.14.106",
|
"@types/lodash": "^4.14.109",
|
||||||
"@types/lunr": "^2.1.5",
|
"@types/lunr": "^2.1.5",
|
||||||
"@types/mark.js": "^8.11.1",
|
"@types/mark.js": "^8.11.1",
|
||||||
"@types/marked": "^0.3.0",
|
"@types/marked": "^0.3.0",
|
||||||
"@types/prismjs": "^1.6.4",
|
"@types/prismjs": "^1.6.4",
|
||||||
"@types/prop-types": "^15.5.2",
|
"@types/prop-types": "^15.5.3",
|
||||||
"@types/react": "^16.0.41",
|
"@types/react": "^16.0.41",
|
||||||
"@types/react-dom": "^16.0.0",
|
"@types/react-dom": "^16.0.0",
|
||||||
"@types/react-hot-loader": "^4.1.0",
|
"@types/react-hot-loader": "^4.1.0",
|
||||||
|
@ -78,9 +78,9 @@
|
||||||
"babel-plugin-styled-components": "^1.5.1",
|
"babel-plugin-styled-components": "^1.5.1",
|
||||||
"beautify-benchmark": "^0.2.4",
|
"beautify-benchmark": "^0.2.4",
|
||||||
"bundlesize": "^0.17.0",
|
"bundlesize": "^0.17.0",
|
||||||
"conventional-changelog-cli": "^1.3.17",
|
"conventional-changelog-cli": "^2.0.0",
|
||||||
"copy-webpack-plugin": "^4.5.1",
|
"copy-webpack-plugin": "^4.5.1",
|
||||||
"core-js": "^2.5.1",
|
"core-js": "^2.5.7",
|
||||||
"coveralls": "^3.0.0",
|
"coveralls": "^3.0.0",
|
||||||
"css-loader": "^0.28.11",
|
"css-loader": "^0.28.11",
|
||||||
"cypress": "~2.1.0",
|
"cypress": "~2.1.0",
|
||||||
|
@ -90,30 +90,30 @@
|
||||||
"enzyme-to-json": "^3.3.4",
|
"enzyme-to-json": "^3.3.4",
|
||||||
"fork-ts-checker-webpack-plugin": "^0.4.1",
|
"fork-ts-checker-webpack-plugin": "^0.4.1",
|
||||||
"html-webpack-plugin": "^3.1.0",
|
"html-webpack-plugin": "^3.1.0",
|
||||||
"jest": "^22.4.3",
|
"jest": "^23.0.1",
|
||||||
"license-checker": "^20.0.0",
|
"license-checker": "^20.0.0",
|
||||||
"lodash": "^4.17.10",
|
"lodash": "^4.17.10",
|
||||||
"prettier": "^1.5.3",
|
"prettier": "^1.13.2",
|
||||||
"prettier-eslint": "^8.8.1",
|
"prettier-eslint": "^8.8.1",
|
||||||
"puppeteer": "^1.2.0",
|
"puppeteer": "^1.2.0",
|
||||||
"raf": "^3.4.0",
|
"raf": "^3.4.0",
|
||||||
"react": "^16.3.2",
|
"react": "^16.4.0",
|
||||||
"react-dom": "^16.3.2",
|
"react-dom": "^16.4.0",
|
||||||
"rimraf": "^2.6.2",
|
"rimraf": "^2.6.2",
|
||||||
"shelljs": "^0.8.1",
|
"shelljs": "^0.8.1",
|
||||||
"source-map-loader": "^0.2.1",
|
"source-map-loader": "^0.2.1",
|
||||||
"style-loader": "^0.21.0",
|
"style-loader": "^0.21.0",
|
||||||
"ts-jest": "^22.0.1",
|
"ts-jest": "^22.0.1",
|
||||||
"ts-loader": "4.3.0",
|
"ts-loader": "4.3.0",
|
||||||
"ts-node": "^6.0.3",
|
"ts-node": "^6.0.5",
|
||||||
"tslint": "^5.7.0",
|
"tslint": "^5.7.0",
|
||||||
"tslint-react": "^3.4.0",
|
"tslint-react": "^3.4.0",
|
||||||
"typescript": "^2.8.0-rc",
|
"typescript": "^2.8.0-rc",
|
||||||
"webpack": "^4.1.1",
|
"webpack": "^4.10.1",
|
||||||
"webpack-cli": "^2.0.13",
|
"webpack-cli": "^2.1.4",
|
||||||
"webpack-dev-server": "^3.1.1",
|
"webpack-dev-server": "^3.1.1",
|
||||||
"webpack-node-externals": "^1.6.0",
|
"webpack-node-externals": "^1.6.0",
|
||||||
"workerize-loader": "^1.0.2",
|
"workerize-loader": "^1.0.3",
|
||||||
"yaml-js": "^0.2.3"
|
"yaml-js": "^0.2.3"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
@ -131,10 +131,10 @@
|
||||||
"json-schema-ref-parser": "^5.0.0",
|
"json-schema-ref-parser": "^5.0.0",
|
||||||
"lunr": "^2.2.1",
|
"lunr": "^2.2.1",
|
||||||
"mark.js": "^8.11.1",
|
"mark.js": "^8.11.1",
|
||||||
"marked": "^0.3.19",
|
"marked": "^0.4.0",
|
||||||
"mobx": "^4.1.0",
|
"mobx": "^4.3.0",
|
||||||
"mobx-react": "^5.0.0",
|
"mobx-react": "^5.0.0",
|
||||||
"openapi-sampler": "1.0.0-beta.11",
|
"openapi-sampler": "1.0.0-beta.12",
|
||||||
"perfect-scrollbar": "^1.3.0",
|
"perfect-scrollbar": "^1.3.0",
|
||||||
"polished": "^1.9.2",
|
"polished": "^1.9.2",
|
||||||
"prismjs": "^1.12.2",
|
"prismjs": "^1.12.2",
|
||||||
|
@ -144,7 +144,7 @@
|
||||||
"react-tabs": "^2.0.0",
|
"react-tabs": "^2.0.0",
|
||||||
"slugify": "^1.2.1",
|
"slugify": "^1.2.1",
|
||||||
"stickyfill": "^1.1.1",
|
"stickyfill": "^1.1.1",
|
||||||
"styled-components": "^3.2.3",
|
"styled-components": "^3.3.0",
|
||||||
"swagger2openapi": "^2.11.0",
|
"swagger2openapi": "^2.11.0",
|
||||||
"tslib": "^1.9.1"
|
"tslib": "^1.9.1"
|
||||||
},
|
},
|
||||||
|
|
|
@ -114,7 +114,7 @@ export class StickyResponsiveSidebar extends React.Component<StickySidebarProps>
|
||||||
style={style(options)}
|
style={style(options)}
|
||||||
// tslint:disable-next-line
|
// tslint:disable-next-line
|
||||||
innerRef={el => {
|
innerRef={el => {
|
||||||
this.stickyElement = el;
|
this.stickyElement = el as any;
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{this.props.children}
|
{this.props.children}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user