Skip to content

Commit

Permalink
chore(plugin-vue): change @rollup/pluginutils to dep from devDep (#8154)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed May 13, 2022
1 parent 4980edd commit b10ac5e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/plugin-vue/package.json
Expand Up @@ -39,12 +39,14 @@
"vue": "^3.2.25"
},
"devDependencies": {
"@rollup/pluginutils": "^4.2.1",
"debug": "^4.3.4",
"rollup": "^2.72.1",
"slash": "^4.0.0",
"source-map": "^0.6.1",
"vue": "^3.2.33",
"vite": "workspace:*"
"vite": "workspace:*",
"vue": "^3.2.33"
},
"dependencies": {
"@rollup/pluginutils": "^4.2.1"
}
}

0 comments on commit b10ac5e

Please sign in to comment.