Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit f771a06

Browse files
committed
build artifacts 4.12.1
1 parent 4103e2a commit f771a06

17 files changed

+34
-34
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: dashTable
22
Title: Core Interactive Table Component for 'Dash'
3-
Version: 4.12.0
3+
Version: 4.12.1
44
Description: An interactive table component designed for editing and exploring large datasets, 'dashDataTable' is rendered with standard, semantic HTML <table/> markup, which makes it accessible, responsive, and easy to style. This component was written from scratch in 'React.js' specifically for the 'Dash' community. Its API was designed to be ergonomic and its behaviour is completely customizable through its properties.
55
Depends: R (>= 3.0.2)
66
Imports:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "DashTable"
33
uuid = "1b08a953-4be3-4667-9a23-f0e2ba4deb9a"
44
authors = ["Chris Parmer <[email protected]>"]
5-
version = "4.12.0"
5+
version = "4.12.1"
66

77
[deps]
88
DashBase = "03207cf0-e2b3-4b91-9ca8-690cf0fb507e"

R/internal.R

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
11
.dashTable_js_metadata <- function() {
22
deps_metadata <- list(`dash_table` = structure(list(name = "dash_table",
3-
version = "4.12.0", src = list(href = NULL,
3+
version = "4.12.1", src = list(href = NULL,
44
file = "deps"), meta = NULL,
55
script = 'async-export.js',
66
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashTable",
77
all_files = FALSE, async = TRUE), class = "html_dependency"),
88
`dash_table` = structure(list(name = "dash_table",
9-
version = "4.12.0", src = list(href = NULL,
9+
version = "4.12.1", src = list(href = NULL,
1010
file = "deps"), meta = NULL,
1111
script = 'async-table.js',
1212
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashTable",
1313
all_files = FALSE, async = TRUE), class = "html_dependency"),
1414
`dash_table` = structure(list(name = "dash_table",
15-
version = "4.12.0", src = list(href = NULL,
15+
version = "4.12.1", src = list(href = NULL,
1616
file = "deps"), meta = NULL,
1717
script = 'async-highlight.js',
1818
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashTable",
1919
all_files = FALSE, async = TRUE), class = "html_dependency"),
2020
`dash_table` = structure(list(name = "dash_table",
21-
version = "4.12.0", src = list(href = NULL,
21+
version = "4.12.1", src = list(href = NULL,
2222
file = "deps"), meta = NULL,
2323
script = 'async-export.js.map',
2424
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashTable",
2525
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
2626
`dash_table` = structure(list(name = "dash_table",
27-
version = "4.12.0", src = list(href = NULL,
27+
version = "4.12.1", src = list(href = NULL,
2828
file = "deps"), meta = NULL,
2929
script = 'async-table.js.map',
3030
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashTable",
3131
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
3232
`dash_table` = structure(list(name = "dash_table",
33-
version = "4.12.0", src = list(href = NULL,
33+
version = "4.12.1", src = list(href = NULL,
3434
file = "deps"), meta = NULL,
3535
script = 'async-highlight.js.map',
3636
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashTable",
3737
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
3838
`dash_table` = structure(list(name = "dash_table",
39-
version = "4.12.0", src = list(href = NULL,
39+
version = "4.12.1", src = list(href = NULL,
4040
file = "deps"), meta = NULL,
4141
script = 'bundle.js',
4242
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashTable",
4343
all_files = FALSE), class = "html_dependency"),
4444
`dash_table` = structure(list(name = "dash_table",
45-
version = "4.12.0", src = list(href = NULL,
45+
version = "4.12.1", src = list(href = NULL,
4646
file = "deps"), meta = NULL,
4747
script = 'bundle.js.map',
4848
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashTable",

dash_table/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_table/bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_table/demo.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_table/demo.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_table/package-info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-table",
3-
"version": "4.12.0",
3+
"version": "4.12.1",
44
"description": "Dash table",
55
"repository": {
66
"type": "git",
@@ -118,8 +118,8 @@
118118
],
119119
"peerDependencies": {
120120
"prop-types": "^15.7.2",
121-
"react": ">=17",
122-
"react-dom": ">=17"
121+
"react": ">=16",
122+
"react-dom": ">=16"
123123
},
124124
"engines": {
125125
"node": ">=12.0.0",

deps/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deps/bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deps/demo.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deps/demo.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/deps/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/deps/bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/deps/demo.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/deps/demo.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/DashTable.jl

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module DashTable
33
using DashBase
44

55
const resources_path = realpath(joinpath( @__DIR__, "..", "deps"))
6-
const version = "4.12.0"
6+
const version = "4.12.1"
77

88
include("jl/dash_datatable.jl")
99

@@ -16,56 +16,56 @@ function __init__()
1616
[
1717
DashBase.Resource(
1818
relative_package_path = "async-export.js",
19-
external_url = "https://unpkg.com/[email protected].0/dash_table/async-export.js",
19+
external_url = "https://unpkg.com/[email protected].1/dash_table/async-export.js",
2020
dynamic = nothing,
2121
async = :true,
2222
type = :js
2323
),
2424
DashBase.Resource(
2525
relative_package_path = "async-table.js",
26-
external_url = "https://unpkg.com/[email protected].0/dash_table/async-table.js",
26+
external_url = "https://unpkg.com/[email protected].1/dash_table/async-table.js",
2727
dynamic = nothing,
2828
async = :true,
2929
type = :js
3030
),
3131
DashBase.Resource(
3232
relative_package_path = "async-highlight.js",
33-
external_url = "https://unpkg.com/[email protected].0/dash_table/async-highlight.js",
33+
external_url = "https://unpkg.com/[email protected].1/dash_table/async-highlight.js",
3434
dynamic = nothing,
3535
async = :true,
3636
type = :js
3737
),
3838
DashBase.Resource(
3939
relative_package_path = "async-export.js.map",
40-
external_url = "https://unpkg.com/[email protected].0/dash_table/async-export.js.map",
40+
external_url = "https://unpkg.com/[email protected].1/dash_table/async-export.js.map",
4141
dynamic = true,
4242
async = nothing,
4343
type = :js
4444
),
4545
DashBase.Resource(
4646
relative_package_path = "async-table.js.map",
47-
external_url = "https://unpkg.com/[email protected].0/dash_table/async-table.js.map",
47+
external_url = "https://unpkg.com/[email protected].1/dash_table/async-table.js.map",
4848
dynamic = true,
4949
async = nothing,
5050
type = :js
5151
),
5252
DashBase.Resource(
5353
relative_package_path = "async-highlight.js.map",
54-
external_url = "https://unpkg.com/[email protected].0/dash_table/async-highlight.js.map",
54+
external_url = "https://unpkg.com/[email protected].1/dash_table/async-highlight.js.map",
5555
dynamic = true,
5656
async = nothing,
5757
type = :js
5858
),
5959
DashBase.Resource(
6060
relative_package_path = "bundle.js",
61-
external_url = "https://unpkg.com/[email protected].0/dash_table/bundle.js",
61+
external_url = "https://unpkg.com/[email protected].1/dash_table/bundle.js",
6262
dynamic = nothing,
6363
async = nothing,
6464
type = :js
6565
),
6666
DashBase.Resource(
6767
relative_package_path = "bundle.js.map",
68-
external_url = "https://unpkg.com/[email protected].0/dash_table/bundle.js.map",
68+
external_url = "https://unpkg.com/[email protected].1/dash_table/bundle.js.map",
6969
dynamic = true,
7070
async = nothing,
7171
type = :js

0 commit comments

Comments
 (0)