Skip to content

Commit

Permalink
- Add axios as peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaro-canepa committed Jan 13, 2024
1 parent 097a2a7 commit f688f53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"peerDependencies": {
"@planetadeleste/pinia-orm-core": "^1.0.0",
"pinia-orm": "^1.7.2",
"@pinia-orm/axios": "^1.7.0"
"@pinia-orm/axios": "^1.7.0",
"axios": "^1.6.5"
},
"packageManager": "[email protected]"
}

0 comments on commit f688f53

Please sign in to comment.