Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #116 from kristw/kristw-reactable-1.0.2
Browse files Browse the repository at this point in the history
Pin reactable to version 1.0.2 so it works in production mode
  • Loading branch information
Grace Guo authored Sep 19, 2018
2 parents fc07ddb + 41759d4 commit f48eddf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion superset/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"react-syntax-highlighter": "^5.7.0",
"react-virtualized": "9.3.0",
"react-virtualized-select": "2.4.0",
"reactable": "^1.1.0",
"reactable": "1.0.2",
"redux": "^3.5.2",
"redux-localstorage": "^0.4.1",
"redux-thunk": "^2.1.0",
Expand Down
6 changes: 3 additions & 3 deletions superset/assets/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10092,9 +10092,9 @@ react@^15.6.1, react@^15.6.2:
object-assign "^4.1.0"
prop-types "^15.5.10"

reactable@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/reactable/-/reactable-1.1.0.tgz#2f84bb8b3808df8ac64694b539be416438db8498"
reactable@1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/reactable/-/reactable-1.0.2.tgz#67a579fee3af68b991b5f04df921a4a40ece0b72"

reactcss@^1.2.0:
version "1.2.3"
Expand Down

0 comments on commit f48eddf

Please sign in to comment.