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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-06-03 18:36:04 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-06-03 18:36:04 +0300
commit22427f91a25d9dd991844e588f6ad0d1bad860de (patch)
tree9672a579aa714217e54552c1f6c2ff3e0894cfb4
parent0559580d1dc7a5c4c0d0582c425eb0ed8cf8dddb (diff)
fixup! Add a unit test to verify the composer keeps the reply IDchore/composer-reply-message-id-test
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--package-lock.json5
-rw-r--r--package.json1
2 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index 70733b2d0..37fedf186 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -56,6 +56,7 @@
"ramda": "^0.28.0",
"raw-loader": "^4.0.2",
"stylelint": "^14.8.5",
+ "uuid": "^8.3.2",
"v-tooltip": "^2.1.3",
"vue": "^2.6.14",
"vue-autosize": "^1.0.2",
@@ -17058,7 +17059,6 @@
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
- "peer": true,
"bin": {
"uuid": "dist/bin/uuid"
}
@@ -33232,8 +33232,7 @@
"uuid": {
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
- "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
- "peer": true
+ "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
},
"v-click-outside": {
"version": "3.1.2",
diff --git a/package.json b/package.json
index 0cb10ab38..f3fdabdd1 100644
--- a/package.json
+++ b/package.json
@@ -62,6 +62,7 @@
"ramda": "^0.28.0",
"raw-loader": "^4.0.2",
"stylelint": "^14.8.5",
+ "uuid": "^8.3.2",
"v-tooltip": "^2.1.3",
"vue": "^2.6.14",
"vue-autosize": "^1.0.2",