Skip to content

Commit

Permalink
fix: use peer
Browse files Browse the repository at this point in the history
  • Loading branch information
brokeyourbike committed Sep 17, 2024
1 parent 18df5d0 commit 43483d9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
15 changes: 6 additions & 9 deletions packages/use-get/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glocurrency/use-get",
"version": "0.0.2",
"version": "0.0.3",
"description": "A React hook to interact with APIs",
"engines": {
"node": ">=20.x"
Expand Down Expand Up @@ -37,17 +37,14 @@
},
"license": "MIT",
"peerDependencies": {
"react": ">=18.0"
"react": ">=18.0",
"axios": ">=1.7",
"js-cookie": ">=3.0",
"swr": ">=2.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/js-cookie": "^3.0.6",
"react": "18.3.1"
},
"dependencies": {
"axios": "^1.7.7",
"js-cookie": "^3.0.5",
"swr": "^2.2.5"
"@types/js-cookie": "^3.0.6"
}
}
14 changes: 8 additions & 6 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 43483d9

Please sign in to comment.