KyleAMathews / typography.js

A powerful toolkit for building websites with beautiful design
http://kyleamathews.github.io/typography.js/
MIT License
3.82k stars 181 forks source link

Update to support React 18 #303

Closed magnusriga closed 1 year ago

magnusriga commented 1 year ago

The package current only support react up to v17.

Please update to support react 18.

KyleAMathews commented 1 year ago

could you PR an update to the peerDependencies?

KyleAMathews commented 1 year ago

Actually there is one haha https://github.com/KyleAMathews/typography.js/pull/300

KyleAMathews commented 1 year ago

Published

idmadj commented 1 year ago

@magnusriga @KyleAMathews Any reason why this is not published? Right now gatsby-plugin-typography and react-typography cannot be used with Gatsby v5 without --legacy-peer-deps (😬) because #300 hasn't been published to NPM. Thanks!