forked from react-R/reactR
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update core-js to
3.40.0
and minor increment
See issue react-R#85
- Loading branch information
Showing
4 changed files
with
30 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: reactR | ||
Type: Package | ||
Title: React Helpers | ||
Version: 0.6.1 | ||
Date: 2024-09-14 | ||
Version: 0.6.2 | ||
Date: 2025-01-31 | ||
Authors@R: c( | ||
person( | ||
"Facebook", "Inc" | ||
|
@@ -31,6 +31,11 @@ Authors@R: c( | |
, role = c("aut") | ||
, comment = "R interface" | ||
, email = "[email protected]" | ||
), | ||
person( | ||
"Jinhwan", "Kim" | ||
, role = c("ctb") | ||
, email = "[email protected]" | ||
) | ||
) | ||
Maintainer: Kent Russell <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,11 +61,11 @@ html_dependency_react <- function(offline=TRUE){ | |
#' @importFrom htmltools htmlDependency | ||
#' @export | ||
html_dependency_corejs <- function() { | ||
#shim/polyfill for ES5 and ES6 so react will show up in RStudio Viewer | ||
#https://unpkg.com/core-js@2.5.3/ | ||
# shim/polyfill for ES5 and ES6 so react will show up in RStudio Viewer | ||
# https://cdn.jsdelivr.net/npm/core-js[email protected]/minified.min.js | ||
htmltools::htmlDependency( | ||
name = "core-js", | ||
version = "2.5.3", | ||
version = "3.40.0", | ||
src = c(file=system.file("www/core-js/", package="reactR")), | ||
script = "shim.min.js" | ||
) | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
Version: 1.0 | ||
ProjectId: b42f795d-e6f7-4256-b7d6-1b4b1240a938 | ||
|
||
RestoreWorkspace: Default | ||
SaveWorkspace: Default | ||
|