Bump vue-richtext

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-01-31 11:38:34 +01:00
parent 820c25647c
commit 03d5321414
2 changed files with 12 additions and 4 deletions

14
package-lock.json generated
View File

@@ -3462,11 +3462,19 @@
} }
}, },
"@juliushaertl/vue-richtext": { "@juliushaertl/vue-richtext": {
"version": "0.1.3", "version": "0.2.0",
"resolved": "https://registry.npmjs.org/@juliushaertl/vue-richtext/-/vue-richtext-0.1.3.tgz", "resolved": "https://registry.npmjs.org/@juliushaertl/vue-richtext/-/vue-richtext-0.2.0.tgz",
"integrity": "sha512-E+YO3qLaALX7+Jgk08jQIcmV8LQBPZBO22pVHhTJOuSSYy/uSn6I5r9y4U9pdGLDQRIMhIiGNfNq5TgZuxDYoQ==", "integrity": "sha512-BKAfEb5RMVH7kiN0kqeXeamDqy45iXCrPYqwDY1n9l+XvNOr6H8y+FRA4Oc7i5BFtOFbfQCSrI3DK09kv4+Tkw==",
"requires": { "requires": {
"core-js": "^3.6.4",
"vue": "^2.6.11" "vue": "^2.6.11"
},
"dependencies": {
"core-js": {
"version": "3.6.4",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz",
"integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw=="
}
} }
}, },
"@nextcloud/auth": { "@nextcloud/auth": {

View File

@@ -28,7 +28,7 @@
"dependencies": { "dependencies": {
"@babel/polyfill": "^7.8.3", "@babel/polyfill": "^7.8.3",
"@babel/runtime": "^7.8.3", "@babel/runtime": "^7.8.3",
"@juliushaertl/vue-richtext": "^0.1.3", "@juliushaertl/vue-richtext": "^0.2.0",
"@nextcloud/auth": "^1.2.1", "@nextcloud/auth": "^1.2.1",
"@nextcloud/axios": "^1.3.1", "@nextcloud/axios": "^1.3.1",
"@nextcloud/l10n": "^1.0.1", "@nextcloud/l10n": "^1.0.1",