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-10-18 20:39:53 +0300
committerVinicius Reis <vinicius.reis@nextcloud.com>2022-10-18 20:39:57 +0300
commit5d94f497c84a4b76c7a774bc94e96deece3cf55e (patch)
treeac0b51a65e6d6dc7b64606290cc85998664044e4
parented98e5d333c98420eb0530a60c7ff0f87062642a (diff)
📦️ update package-lock.json
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
-rw-r--r--package-lock.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 38967905c..2f5bc6e57 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -80,10 +80,10 @@
"slug": "^8.2.2",
"tippy.js": "^6.3.7",
"uuid": "^9.0.0",
- "vue": "^2.7.13",
+ "vue": "^2.7.13 <3",
"vue-click-outside": "^1.1.0",
"vue-material-design-icons": "^5.1.2",
- "vuex": "^3.6.2"
+ "vuex": "^3.6.2 <4"
},
"devDependencies": {
"@cypress/browserify-preprocessor": "^3.0.2",
@@ -94,7 +94,7 @@
"@nextcloud/stylelint-config": "^2.3.0",
"@nextcloud/webpack-vue-config": "^5.3.0",
"@vitejs/plugin-vue2": "^2.0.0",
- "@vue/test-utils": "^1.3.0",
+ "@vue/test-utils": "^1.3.0 <2",
"@vue/vue2-jest": "^29.1.1",
"cypress": "^10.10.0",
"cypress-file-upload": "^5.0.8",
@@ -106,7 +106,7 @@
"vite": "^3.1.8",
"vite-plugin-commonjs": "^0.5.3",
"vue-demi": "^0.13.11",
- "vue-template-compiler": "^2.7.13"
+ "vue-template-compiler": "^2.7.13 <3"
},
"engines": {
"node": "^16.0.0",