Skip to content
Snippets Groups Projects
Unverified Commit 105662b4 authored by Christoph Wurst's avatar Christoph Wurst Committed by GitHub
Browse files

Merge pull request #2243 from nextcloud/dependabot/npm_and_yarn/prettier-1.19.1

Bump prettier from 1.18.2 to 1.19.1
parents 16e74bf1 99f89234
No related branches found
No related tags found
No related merge requests found
......@@ -10234,9 +10234,9 @@
"integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ="
},
"prettier": {
"version": "1.18.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-1.18.2.tgz",
"integrity": "sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==",
"version": "1.19.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz",
"integrity": "sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==",
"dev": true
},
"prettier-linter-helpers": {
......
......@@ -89,7 +89,7 @@
"jsdom-global": "^3.0.2",
"mocha": "^6.2.2",
"node-sass": "^4.13.0",
"prettier": "1.18.2",
"prettier": "1.19.1",
"sass-loader": "^7.3.1",
"sinon": "^7.5.0",
"url-loader": "^2.2.0",
......
......@@ -133,7 +133,10 @@ export default {
.catch(error => Logger.error('could not choose a file as attachment', {error}))
},
onDelete(attachment) {
this.$emit('input', this.value.filter(a => a !== attachment))
this.$emit(
'input',
this.value.filter(a => a !== attachment)
)
},
},
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment