]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
fix: move vue from devDependencies to dependencies to avoid duplication
authorHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 29 Jul 2022 12:06:49 +0000 (20:06 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 29 Jul 2022 12:08:40 +0000 (20:08 +0800)
commitb2718e73f428b14f235e4a69c1b2e794add88242
tree9484e25eebae1115da4aadb46033d3087298b5ae
parent79fbeec4996b90b1ca9b83885999876671a386a2
fix: move vue from devDependencies to dependencies to avoid duplication

Note: it is intentional for "vue" to be in this sub-package's
dependencies. It'll be de-duped when generating the actual project.
The reason for it to be here is to eliminate pnpm warnings and make
dependency updates easier to manage via package managers.

Closes #125
Closes #130
Closes #131
template/config/jsx/package.json