Skip to content

Commit

Permalink
update min node version
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Jan 18, 2022
1 parent 86706f3 commit a6a8da5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Twitter: [@shoelace_style](https://twitter.com/shoelace_style)

## Shoemakers 🥾

Shoemakers, or "Shoelace developers," can use this documentation to learn how to build Shoelace from source. You will need Node >= 14.15 to build and run the project locally.
Shoemakers, or "Shoelace developers," can use this documentation to learn how to build Shoelace from source. You will need Node >= 14.17 to build and run the project locally.

**You don't need to do any of this to use Shoelace!** This page is for people who want to contribute to the project, tinker with the source, or create a custom build of Shoelace.

Expand Down
5 changes: 5 additions & 0 deletions docs/resources/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Components with the <sl-badge variant="warning" pill>Experimental</sl-badge> bad

_During the beta period, these restrictions may be relaxed in the event of a mission-critical bug._ 🐛

## Next

- Implemented stricter linting to improve consistency and reduce errors, which resulting in many small refactors throughout the codebase [#647](https://github.com/shoelace-style/shoelace/pull/647)
- Updated minimum Node version to 14.17

## 2.0.0-beta.64

- 🚨 BREAKING: removed `<sl-form>` because all form components submit with `<form>` now ([learn more](/getting-started/form-controls))
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/integrating-with-laravel.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This page explains how to integrate Shoelace with a [Laravel](https://laravel.co
This integration has been tested with the following:

- Laravel >= 8
- Node >= 14
- Node >= 14.17
- Laravel Mix >= 6

## Instructions
Expand Down
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"update-dependencies": "npm-check-updates --peer -u && npm install && npm run lint:fix && npm run prettier && npm run verify"
},
"engines": {
"node": ">=14.15.0"
"node": ">=14.17.0"
},
"dependencies": {
"@lit-labs/react": "^1.0.1",
Expand Down

0 comments on commit a6a8da5

Please sign in to comment.