remix-typedjson
Advanced tools
Comparing version 0.2.1 to 0.2.2
# CHANGELOG | ||
## 🚀 v0.2.3 | ||
- 📦 Fix peer dependency to support Remix v2 | ||
## 🚀 v0.2.1 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "remix-typedjson", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "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.", | ||
@@ -66,5 +66,5 @@ "browser": "/dist/esm/index.js", | ||
"@remix-run/react": "^1.16.0 || ^2.0", | ||
"@remix-run/server-runtime": "^1.16.0", | ||
"@remix-run/server-runtime": "^1.16.0 || ^2.0", | ||
"react": "^17.0.2 || ^18.0.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49121