Skip to content

Commit

Permalink
remove peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Apr 5, 2024
1 parent 12412bb commit 42d5798
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ecency/ns-query",
"description": "React-query based Nostr protocol SDK for Ecency vision and mobile",
"version": "1.2.0",
"version": "1.2.1",
"repository": "https://github.com/ecency/ns-query",
"author": "ildar.timerbaev <dkildar@gmail.com>",
"license": "MIT",
Expand All @@ -25,8 +25,7 @@
"peerDependencies": {
"@tanstack/react-query": "^4.29.7",
"axios": "^0.21.2",
"date-fns": "^2.30.0",
"react": "^16.8.6"
"date-fns": "^2.30.0"
},
"dependencies": {
"@tanstack/react-query": "^4.29.7",
Expand Down

0 comments on commit 42d5798

Please sign in to comment.