Skip to content

Commit

Permalink
Updated uplot to 1.6.30
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Sep 3, 2024
1 parent 6cd40b0 commit 91df7eb
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 12 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: uPlot
Title: Fast Interactive Charts with 'µPlot' 'JavaScript' Library
Version: 0.0.0.9200
Version: 0.0.0.9300
Authors@R:
c(person(given = "Victor",
family = "Perrier",
Expand All @@ -19,7 +19,7 @@ Description: An interface for 'µPlot' 'JavaScript' library in R.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.2
Imports:
htmlwidgets,
magrittr
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# uPlot (development version)

* Updated uplot to 1.6.30.
2 changes: 1 addition & 1 deletion inst/htmlwidgets/uPlot.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "uplot",
"version": "1.0.0",
"description": "",
"description": "R interface to µPlot.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand All @@ -24,7 +24,7 @@
"devDependencies": {
"css-loader": "^6.7.1",
"style-loader": "^3.3.1",
"uplot": "^1.6.26",
"uplot": "^1.6.30",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0"
Expand Down

0 comments on commit 91df7eb

Please sign in to comment.