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

Merge in latest upstream #110

Closed pmdarrow closed 2 years ago

pmdarrow commented 2 years ago

Merge in latest upstream so that pnpm doesn't complain about our internal usage of axios 0.27.

christianmalek commented 2 years ago

Hi Peter,

thank you for your pull request! I am happy to merge the changes if they are based on the current version of vuex-rest-api. For example, currently version ^0.27 of axios is already set as peerDependency.

pmdarrow commented 2 years ago

Sorry, I meant to merge this into our internal fork, not upstream!