christianmalek / vuex-rest-api

A utility to simplify the use of REST APIs with Vuex
http://vuex-rest-api.org
MIT License
382 stars 48 forks source link

Update axios peer dependency #108

Closed m-demydiuk closed 3 years ago

m-demydiuk commented 3 years ago

Please update axios peer dependency to ^0.21

christianmalek commented 3 years ago

Hi,

I'll do it in a few days.

christianmalek commented 3 years ago

Done in https://github.com/christianmalek/vuex-rest-api/commit/d1c3bbc8699624a8fc413312017b0dcd8457745d

m-demydiuk commented 2 years ago

@christianmalek Could you please update peer dependency again as latest axios version is 0.27.2. And would be great to make it the way vuex-rest-api don't block updating axios :)

christianmalek commented 2 years ago

@m-demydiuk I'll update it in a few days! So how would you solve the problem with the peer dependency? Just remove the peer dependency and hope that everybody installed the proper version of axios?

christianmalek commented 2 years ago

Updated to newest axios version. Repo is updated and live on npm!

m-demydiuk commented 2 years ago

@christianmalek Thanks for the update. Regarding how to correctly set dependencies - I can't advise. Maybe like other package developers do :)