Skip to content

Commit

Permalink
remix-validated-form-v5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
airjp73 committed Sep 22, 2023
1 parent ec33467 commit 7e36c20
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/remix-validated-form/package.json
@@ -1,6 +1,6 @@
{
"name": "remix-validated-form",
"version": "5.1.1",
"version": "5.1.2",
"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 @@ -33,29 +33,29 @@
"validation"
],
"peerDependencies": {
"@remix-run/node": ">= 1.16.1",
"@remix-run/react": ">= 1.15.0",
"@remix-run/server-runtime": ">= 1.16.1",
"@remix-run/node": ">= 1.16.1",
"react": "^17.0.2 || ^18.0.0"
},
"devDependencies": {
"@remix-run/node": "^1.16.1",
"@remix-run/react": "^1.16.1",
"@remix-run/server-runtime": "^1.16.1",
"@testing-library/react": "^13.3.0",
"@types/lodash.get": "^4.4.7",
"@types/react": "^18.0.9",
"fetch-blob": "^3.1.3",
"immer": "^9.0.12",
"zustand": "^4.3.0",
"react": "^18.1.0",
"set-get": "*",
"ts-toolbelt": "^9.6.0",
"tsconfig": "*",
"tsup-config": "*",
"typescript": "^4.8.4"
"typescript": "^4.8.4",
"zustand": "^4.3.0"
},
"dependencies": {
"@remix-run/node": "^1.16.1",
"@remix-run/react": "^1.16.1",
"@remix-run/server-runtime": "^1.16.1",
"lodash.get": "^4.4.2",
"nanoid": "3.3.6",
"remeda": "^1.2.0",
Expand Down

1 comment on commit 7e36c20

@vercel
Copy link

@vercel vercel bot commented on 7e36c20 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.