update min node version

pull/649/head
Cory LaViska 2022-01-18 09:23:48 -05:00
rodzic 86706f31c6
commit a6a8da5aa4
5 zmienionych plików z 9 dodań i 4 usunięć

Wyświetl plik

@ -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.

Wyświetl plik

@ -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))

Wyświetl plik

@ -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

2
package-lock.json wygenerowano
Wyświetl plik

@ -62,7 +62,7 @@
"typescript": "^4.5.4"
},
"engines": {
"node": ">=14.15.0"
"node": ">=14.17.0"
},
"funding": {
"type": "individual",

Wyświetl plik

@ -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",