Skip to content

Commit

Permalink
chore: Upgrade sass.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubnowicki committed Oct 26, 2023
1 parent b032a3c commit 276349c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
13 changes: 8 additions & 5 deletions inst/templates/node/package-lock.json

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

2 changes: 1 addition & 1 deletion inst/templates/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-webpack": "^0.13.1",
"eslint-plugin-import": "^2.24.2",
"sass": "^1.39.0",
"sass": "^1.69.0",
"start-server-and-test": "^1.12.6",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
Expand Down
2 changes: 1 addition & 1 deletion vignettes/tutorial/create-your-first-rhino-app.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install.packages("rhino")
This tutorial uses the native pipe operator (`|>`) introduced in R 4.1 release. If you use an earlier R version, then you can use the `%>%` pipe operator found in `{magrittr}` and `{dplyr}` packages instead.

To use the state of the art JavaScript and Sass development tools provided by Rhino,
you'll need to [install Node.js](https://nodejs.org/en/download/) (v12 or later) on your system.
you'll need to [install Node.js](https://nodejs.org/en/download/) (v14 or later) on your system.

Rhino will still work without Node.js but with some limitations
(described in [JavaScript](#add-javascript-code) and [Sass](#add-custom-styles) sections).
Expand Down
2 changes: 1 addition & 1 deletion vignettes/tutorial/use-react-in-rhino.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Before starting make sure that you have installed:

1. Rhino 1.4 or later.
You can install the latest version with `install.packages("rhino")`.
2. Node.js v12 or later.
2. Node.js v14 or later.
You can download the latest version from [nodejs.org](https://nodejs.org/en/download).


Expand Down

0 comments on commit 276349c

Please sign in to comment.