Skip to content

Commit

Permalink
feature symfony#1304 Update code to use the latest Node.js LTS versio…
Browse files Browse the repository at this point in the history
…n (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)
  • Loading branch information
javiereguiluz committed Dec 27, 2021
2 parents 378f8a5 + 37608a1 commit 12b2992
Show file tree
Hide file tree
Showing 3 changed files with 272 additions and 291 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Requirements

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

Installation
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"imports-loader": "^0.8.0",
"jquery": "^3.5.1",
"lato-font": "^3.0.0",
"node-sass": "^4.9.3",
"sass-loader": "^9.0.1",
"node-sass": "^6.0",
"sass-loader": "^12.3",
"typeahead.js": "^0.11.1",
"regenerator-runtime": "^0.13.2",
"stimulus": "^2.0.0",
Expand Down
Loading

0 comments on commit 12b2992

Please sign in to comment.