Skip to content

Commit 79bd812

Browse files
update React to 18.2.0 and minor increment
1 parent 5ab60a3 commit 79bd812

File tree

4 files changed

+282
-260
lines changed

4 files changed

+282
-260
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: reactR
22
Type: Package
33
Title: React Helpers
4-
Version: 0.4.4
5-
Date: 2021-02-20
4+
Version: 0.5.0
5+
Date: 2023-10-01
66
Authors@R: c(
77
person(
88
"Facebook", "Inc"

R/meta.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#'@keywords internal
2-
react_version <- function(){'17.0.0'}
2+
react_version <- function(){'18.2.0'}
33
babel_version <- function(){'6.26.0'}

0 commit comments

Comments
 (0)