kiliman / remix-typedjson

This package is a replacement for superjson to use in your Remix app. It handles a subset of types that `superjson` supports, but is faster and smaller.
MIT License
435 stars 19 forks source link

Cannot update to Remix v2 #32

Closed kwiat1990 closed 10 months ago

kwiat1990 commented 11 months ago

Hey, it seems that due to current Remix version defined in package.json (1.16.0) an update to Remix v2 is not possible and an following error is being thrown:

npm ERR! Could not resolve dependency:
npm ERR! peer @remix-run/react@"^1.16.0" from remix-typedjson@0.2.0
npm ERR! node_modules/remix-typedjson
npm ERR!   remix-typedjson@"0.2.0" from the root project
kiliman commented 10 months ago

Fixed in v0.2.2