dxc-technology / halstack-react

Library of components for building SPAs with React and Halstack Design System
https://developer.dxc.com/halstack/
Apache License 2.0
15 stars 14 forks source link

Update next and react versions in website #1744

Closed Jialecl closed 11 months ago

Jialecl commented 11 months ago

Checklist (Check off all the items before submitting)

Purpose Update website to match our peerDependencies.

Description Updating next to 14.0.3 an react to 18.2.0. The components affected with the version change are the Next Image and Next Link components:

next export is no longer available instead, it is added to the config file. Also next 14 minimun node version required is 18.

Closes #1542