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:
authorVinicius Reis <vinicius.reis@nextcloud.com>2022-07-22 16:27:59 +0300
committerVinicius Reis <vinicius.reis@nextcloud.com>2022-07-22 16:27:59 +0300
commit2fb781e636fce35d5d04f63831a1cbb3e102e8e3 (patch)
treeb7889e4ef998c07299a499a805464a429dc2963a /package.json
parent10326448add829b6a86241561e8381220415e76a (diff)
➕ prevent version mismatch
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 63c14a207..b6086a068 100644
--- a/package.json
+++ b/package.json
@@ -125,7 +125,8 @@
"vite": "^3.0.2",
"vite-plugin-commonjs": "^0.5.0",
"vite-plugin-vue2": "^2.0.2",
- "vue-demi": "^0.13.5"
+ "vue-demi": "^0.13.5",
+ "vue-template-compiler": "^2.7.8"
},
"jest": {
"verbose": true,