Skip to content

Commit

Permalink
update and test blueprint and react-virtualized examples
Browse files Browse the repository at this point in the history
  • Loading branch information
timelyportfolio committed Oct 12, 2017
1 parent c43590c commit ddf2ac9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions inst/examples/blueprint.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ blueprint <- htmlDependency(
# by adding react and blueprint to empty tagList
tagList(
html_dependency_react(offline=FALSE),
html_dependency_reactdom(offline=FALSE),
blueprint
) %>>%
browsable()
Expand Down Expand Up @@ -64,7 +63,6 @@ ReactDOM.render(tbl, document.querySelector("#app-table"));
script = ""
),
html_dependency_react(),
html_dependency_reactdom(),
blueprint
) %>>%
browsable()
Expand Down Expand Up @@ -99,7 +97,6 @@ ReactDOM.render(tbl, document.querySelector('#app-table'));
script = ""
),
html_dependency_react(),
html_dependency_reactdom(),
blueprint
) %>>%
browsable()
4 changes: 2 additions & 2 deletions inst/examples/react-virtualized.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ library(tibble)

react_virt <- htmlDependency(
name = "react-virtualized",
version = "9.7.3",
src = c(href = "https://unpkg.com/react-virtualized@9.7.3/"),
version = "9.10.1",
src = c(href = "https://unpkg.com/react-virtualized@9.10.1/"),
script = "dist/umd/react-virtualized.js",
stylesheet = "styles.css"
)
Expand Down

0 comments on commit ddf2ac9

Please sign in to comment.