Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax <max@nextcloud.com>2022-05-31 18:53:04 +0300
committerMax <max@nextcloud.com>2022-06-07 20:42:03 +0300
commit72ab4bcfdb8a219384359f68ae29d803d82eb406 (patch)
treed52baa0806fac965094b1e7c8add11eec4b96429
parent53de9328d920820cd9a4d4f19ed178dae2499d3a (diff)
fix: vite-plugin-vue2 is a dev dependency
Signed-off-by: Max <max@nextcloud.com>
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 5aa6cbeca..6242814bd 100644
--- a/package.json
+++ b/package.json
@@ -82,7 +82,6 @@
"prosemirror-view": "^1.23.13",
"proxy-polyfill": "^0.3.2",
"tippy.js": "^6.3.7",
- "vite-plugin-vue2": "^2.0.0",
"vue": "^2.6.14",
"vue-click-outside": "^1.1.0",
"vue-material-design-icons": "^5.0.0",
@@ -139,6 +138,7 @@
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"vite": "^2.9.9",
+ "vite-plugin-vue2": "^2.0.0",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.73.0",