Skip to content

Commit

Permalink
fix: peer
Browse files Browse the repository at this point in the history
  • Loading branch information
brokeyourbike committed Sep 17, 2024
1 parent 2505954 commit 6641e7d
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 7 deletions.
8 changes: 4 additions & 4 deletions packages/use-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glocurrency/use-form",
"version": "0.0.3",
"version": "0.0.4",
"description": "A React hook to help manage form data",
"engines": {
"node": ">=20.x"
Expand Down Expand Up @@ -41,9 +41,9 @@
"react": ">=18.0",
"axios": ">=1.7",
"js-cookie": ">=3.0",
"swr": ">=2.2",
"lodash.isequal": ">=4.5",
"react-hot-toast": "^2.4.1"
"swr": ">=2.0",
"lodash.isequal": ">=4.0",
"react-hot-toast": ">=2.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.5.0",
Expand Down
42 changes: 39 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit 6641e7d

Please sign in to comment.