Skip to content

Commit

Permalink
update node version usage from v14 to v16 (#132)
Browse files Browse the repository at this point in the history
* update node version usage from v14 to v16

- also includes some npm package security fixes
- also remove reference to yarn as this is no longer used since #58

* Add changelog entry for #132

Co-authored-by: LB Johnston <[email protected]>
Co-authored-by: Storm Heg <[email protected]>
  • Loading branch information
3 people authored Mar 18, 2022
1 parent 0911be6 commit 04febfc
Show file tree
Hide file tree
Showing 5 changed files with 5,155 additions and 312 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
16
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ History

- Feature: massively improved autocomplete (`#123 <https://github.com/wagtail/sphinx_wagtail_theme/pull/123>`_).
- Clean-up: remove unused Typo3 version selector code (`#123 <https://github.com/wagtail/sphinx_wagtail_theme/pull/123>`_).
- Update node version usage from v14 to v16 (`#132 <https://github.com/wagtail/sphinx_wagtail_theme/pull/132>`_).

5.0.4 (2021-06-28)
==================
Expand Down
2 changes: 1 addition & 1 deletion docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Development
===========


For local development you need a system with Node v14.x, Yarn, Python3, Git and
For local development you need a system with Node v16.x, Python3, Git and
make. It is strongly recommended to use a Python virtual environment (`venv`_).
The build process derives the version from repository data, so it's necessary
to clone the repository and not just download a single snapshot.
Expand Down
Loading

0 comments on commit 04febfc

Please sign in to comment.