From 9683de5f915354cc74e18fa99613949b735bdd42 Mon Sep 17 00:00:00 2001 From: arthurfiorette Date: Sun, 25 Dec 2022 17:53:04 -0300 Subject: [PATCH] chore: axios as a peer dependency --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index f6f8b27..9d56f07 100644 --- a/package.json +++ b/package.json @@ -80,6 +80,9 @@ "webpack": "^5.66.0", "webpack-cli": "^5.0.1" }, + "peerDependencies": { + "axios": "^1" + }, "packageManager": "yarn@1.22.19", "resolutions": { "colors": "1.4.0"