Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed May 29, 2018
1 parent 3c6de2c commit 3698598
Show file tree
Hide file tree
Showing 3 changed files with 608 additions and 284 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@
"@types/enzyme-to-json": "^1.5.0",
"@types/jest": "^22.2.2",
"@types/json-pointer": "^1.0.30",
"@types/lodash": "^4.14.106",
"@types/lodash": "^4.14.109",
"@types/lunr": "^2.1.5",
"@types/mark.js": "^8.11.1",
"@types/marked": "^0.3.0",
"@types/prismjs": "^1.6.4",
"@types/prop-types": "^15.5.2",
"@types/prop-types": "^15.5.3",
"@types/react": "^16.0.41",
"@types/react-dom": "^16.0.0",
"@types/react-hot-loader": "^4.1.0",
Expand All @@ -78,9 +78,9 @@
"babel-plugin-styled-components": "^1.5.1",
"beautify-benchmark": "^0.2.4",
"bundlesize": "^0.17.0",
"conventional-changelog-cli": "^1.3.17",
"conventional-changelog-cli": "^2.0.0",
"copy-webpack-plugin": "^4.5.1",
"core-js": "^2.5.1",
"core-js": "^2.5.7",
"coveralls": "^3.0.0",
"css-loader": "^0.28.11",
"cypress": "~2.1.0",
Expand All @@ -90,30 +90,30 @@
"enzyme-to-json": "^3.3.4",
"fork-ts-checker-webpack-plugin": "^0.4.1",
"html-webpack-plugin": "^3.1.0",
"jest": "^22.4.3",
"jest": "^23.0.1",
"license-checker": "^20.0.0",
"lodash": "^4.17.10",
"prettier": "^1.5.3",
"prettier": "^1.13.2",
"prettier-eslint": "^8.8.1",
"puppeteer": "^1.2.0",
"raf": "^3.4.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"rimraf": "^2.6.2",
"shelljs": "^0.8.1",
"source-map-loader": "^0.2.1",
"style-loader": "^0.21.0",
"ts-jest": "^22.0.1",
"ts-loader": "4.3.0",
"ts-node": "^6.0.3",
"ts-node": "^6.0.5",
"tslint": "^5.7.0",
"tslint-react": "^3.4.0",
"typescript": "^2.8.0-rc",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.13",
"webpack": "^4.10.1",
"webpack-cli": "^2.1.4",
"webpack-dev-server": "^3.1.1",
"webpack-node-externals": "^1.6.0",
"workerize-loader": "^1.0.2",
"workerize-loader": "^1.0.3",
"yaml-js": "^0.2.3"
},
"peerDependencies": {
Expand All @@ -131,10 +131,10 @@
"json-schema-ref-parser": "^5.0.0",
"lunr": "^2.2.1",
"mark.js": "^8.11.1",
"marked": "^0.3.19",
"mobx": "^4.1.0",
"marked": "^0.4.0",
"mobx": "^4.3.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",
"polished": "^1.9.2",
"prismjs": "^1.12.2",
Expand All @@ -144,7 +144,7 @@
"react-tabs": "^2.0.0",
"slugify": "^1.2.1",
"stickyfill": "^1.1.1",
"styled-components": "^3.2.3",
"styled-components": "^3.3.0",
"swagger2openapi": "^2.11.0",
"tslib": "^1.9.1"
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/StickySidebar/StickyResponsiveSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export class StickyResponsiveSidebar extends React.Component<StickySidebarProps>
style={style(options)}
// tslint:disable-next-line
innerRef={el => {
this.stickyElement = el;
this.stickyElement = el as any;
}}
>
{this.props.children}
Expand Down
Loading

0 comments on commit 3698598

Please sign in to comment.