Skip to content

Use superjson to parse/stringify objects instead of built in JSON's parse/stringify #314

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix dependency
  • Loading branch information
anthonyhoegberg committed Jun 24, 2024
commit 3530597820ef2141d3d49d141b675038751b427c
9 changes: 4 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@
"types": "index.d.ts",
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"dependencies": {
"superjson": "^2.2.1"

},
"author": "Tyler McGinnis, Ben Adam",
"license": "MIT"
Expand Down