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:
authorJulius Härtl <jus@bitgrid.net>2022-08-14 18:51:12 +0300
committerVinicius Reis <vinicius.reis@nextcloud.com>2022-08-17 17:31:01 +0300
commit8cad7adba9dcb794991fdbc14097c7e6dc7c8f2a (patch)
treea8e3939a61044d28aa5874dae98c6acdbfc070fa /package.json
parent118a1ceb4a175c9cd9e10aba8fc7036ad20d8fca (diff)
Add uuid as a dependency
Signed-off-by: Julius Härtl <jus@bitgrid.net>
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 306e884e5..d443b776d 100644
--- a/package.json
+++ b/package.json
@@ -93,6 +93,7 @@
"prosemirror-view": "^1.26.5",
"proxy-polyfill": "^0.3.2",
"tippy.js": "^6.3.7",
+ "uuid": "^8.3.2",
"vue": "^2.7.8",
"vue-click-outside": "^1.1.0",
"vue-material-design-icons": "^5.1.1",
@@ -110,6 +111,7 @@
"@nextcloud/eslint-config": "^8.0.0",
"@nextcloud/stylelint-config": "^2.1.2",
"@nextcloud/webpack-vue-config": "^5.2.1",
+ "@vitejs/plugin-vue2": "^1.1.2",
"@vue/test-utils": "^1.3.0",
"@vue/vue2-jest": "^28.0.1",
"cypress": "^10.3.0",
@@ -125,7 +127,6 @@
"mitt": "^3.0.0",
"vite": "^3.0.2",
"vite-plugin-commonjs": "^0.5.0",
- "@vitejs/plugin-vue2": "^1.1.2",
"vue-demi": "^0.13.5",
"vue-template-compiler": "^2.7.8"
},