Skip to content

Commit

Permalink
fix: rollback immer/zustand change to fix react issue
Browse files Browse the repository at this point in the history
  • Loading branch information
airjp73 committed Sep 22, 2023
1 parent 7e36c20 commit 90bf390
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/remix-validated-form/package.json
@@ -1,6 +1,6 @@
{
"name": "remix-validated-form",
"version": "5.1.2",
"version": "5.1.3",
"description": "Form component and utils for easy form validation in remix",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
Expand Down Expand Up @@ -43,22 +43,22 @@
"@types/lodash.get": "^4.4.7",
"@types/react": "^18.0.9",
"fetch-blob": "^3.1.3",
"immer": "^9.0.12",
"react": "^18.1.0",
"set-get": "*",
"ts-toolbelt": "^9.6.0",
"tsconfig": "*",
"tsup-config": "*",
"typescript": "^4.8.4",
"zustand": "^4.3.0"
"typescript": "^4.8.4"
},
"dependencies": {
"@remix-run/node": "^1.16.1",
"@remix-run/react": "^1.16.1",
"@remix-run/server-runtime": "^1.16.1",
"immer": "^9.0.12",
"react": "^18.1.0",
"lodash.get": "^4.4.2",
"nanoid": "3.3.6",
"remeda": "^1.2.0",
"tiny-invariant": "^1.2.0"
"tiny-invariant": "^1.2.0",
"zustand": "^4.3.0"
}
}

1 comment on commit 90bf390

@vercel
Copy link

@vercel vercel bot commented on 90bf390 Sep 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.