Skip to content

Commit

Permalink
Bring react table to last v6 version to clear lifecycle warnings. The…
Browse files Browse the repository at this point in the history
… api changes for v7 of react-table and needs hooks api i believe
  • Loading branch information
NickFoden committed Mar 31, 2021
1 parent 7635657 commit f4b105e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/idyll-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"react-inlinesvg": "^0.8.1",
"react-latex-patched": "^1.1.1",
"react-syntax-highlighter": "^5.7.0",
"react-table": "6.8.6",
"react-table": "6.11.4",
"react-youtube": "^7.6.0",
"scrollama": "^2.0.0",
"victory": "^0.23.0"
Expand Down
2 changes: 0 additions & 2 deletions packages/idyll-docs/components/editor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ class LiveIdyllEditor extends React.PureComponent {
this.setState({ error: error.message });
}

componentWillReceiveProps() {}

handleChange = newContent => {
this.setContent(newContent);
const { onChange } = this.props;
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9959,12 +9959,13 @@ react-syntax-highlighter@^5.7.0:
highlight.js "~9.12.0"
lowlight "~1.9.1"

react-table@6.8.6:
version "6.8.6"
resolved "https://registry.yarnpkg.com/react-table/-/react-table-6.8.6.tgz#a0ad8b4839319052d5befc012603fb161e52ede3"
integrity sha1-oK2LSDkxkFLVvvwBJgP7Fh5S7eM=
react-table@6.11.4:
version "6.11.4"
resolved "https://registry.yarnpkg.com/react-table/-/react-table-6.11.4.tgz#e9d30b4500d2c1cf8e5ba312227d19a256ec1913"
integrity sha512-2b114yTjYyDTAha1vOH33QPupzv/KE3i7diouYqmt7O3NIExaWxNxxvbch26MyvL5YSLN17cK9Zk9Eh3ss+Pcg==
dependencies:
classnames "^2.2.5"
react-is "^16.8.1"

react-test-renderer@^16.0.0, react-test-renderer@^16.0.0-0:
version "16.13.1"
Expand Down

0 comments on commit f4b105e

Please sign in to comment.