Skip to content

Commit ddf2ac9

Browse files
update and test blueprint and react-virtualized examples
1 parent c43590c commit ddf2ac9

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

inst/examples/blueprint.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ blueprint <- htmlDependency(
1616
# by adding react and blueprint to empty tagList
1717
tagList(
1818
html_dependency_react(offline=FALSE),
19-
html_dependency_reactdom(offline=FALSE),
2019
blueprint
2120
) %>>%
2221
browsable()
@@ -64,7 +63,6 @@ ReactDOM.render(tbl, document.querySelector("#app-table"));
6463
script = ""
6564
),
6665
html_dependency_react(),
67-
html_dependency_reactdom(),
6866
blueprint
6967
) %>>%
7068
browsable()
@@ -99,7 +97,6 @@ ReactDOM.render(tbl, document.querySelector('#app-table'));
9997
script = ""
10098
),
10199
html_dependency_react(),
102-
html_dependency_reactdom(),
103100
blueprint
104101
) %>>%
105102
browsable()

inst/examples/react-virtualized.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ library(tibble)
55

66
react_virt <- htmlDependency(
77
name = "react-virtualized",
8-
version = "9.7.3",
9-
src = c(href = "https://unpkg.com/react-virtualized@9.7.3/"),
8+
version = "9.10.1",
9+
src = c(href = "https://unpkg.com/react-virtualized@9.10.1/"),
1010
script = "dist/umd/react-virtualized.js",
1111
stylesheet = "styles.css"
1212
)

0 commit comments

Comments
 (0)