Skip to content

Commit 12b2992

Browse files
committed
feature #1304 Update code to use the latest Node.js LTS version (16) (fabpot)
This PR was merged into the main branch. Discussion ---------- Update code to use the latest Node.js LTS version (16) Commits ------- 37608a1 Update code to use the latest Node.js LTS version (16)
2 parents 378f8a5 + 37608a1 commit 12b2992

File tree

3 files changed

+272
-291
lines changed

3 files changed

+272
-291
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Requirements
99

1010
* PHP 8.0.2 or higher;
1111
* PDO-SQLite PHP extension enabled;
12+
* Node.js 16+
1213
* and the [usual Symfony application requirements][2].
1314

1415
Installation

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"imports-loader": "^0.8.0",
1414
"jquery": "^3.5.1",
1515
"lato-font": "^3.0.0",
16-
"node-sass": "^4.9.3",
17-
"sass-loader": "^9.0.1",
16+
"node-sass": "^6.0",
17+
"sass-loader": "^12.3",
1818
"typeahead.js": "^0.11.1",
1919
"regenerator-runtime": "^0.13.2",
2020
"stimulus": "^2.0.0",

0 commit comments

Comments
 (0)