add composition api, typescript, vue and vuex as peer dependencies.#51
add composition api, typescript, vue and vuex as peer dependencies.#51HIMISOCOOL wants to merge 1 commit into
Conversation
marked typescript as optional.
davidmeirlevy
left a comment
There was a problem hiding this comment.
Hi!
Thanks again!
this is very risky because the composition API for vue 2 is a beta package and its versions are problematic.
also, the lin can work with both Vue 2 & 3 (the "next" branch), and Vuex 3 + 4.
I found out that it can make some problems with Nuxt, so I'm afraid of going with this change.
But thank you anyway!
|
@davidmeirlevy and will follow vue 3's refinements for the forseeable future from what I know. what issues does nuxt have with peer deps? can we work around them? |
|
for vue 3 we have a different branch ("next" branch) that publishes a "next" tag version for the package, and is designed to work specifically with vue 3 (unit tests changed and some of the codebase). |
|
ok so then these effects would be isolated from the Is there an open issue for the nuxt peer dependencies issue? Id like to read up on that. |
add composition api, typescript, vue and vuex as peer dependencies.
marked typescript as optional.