Bump @juliushaertl/vue-richtext

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-08-29 08:55:57 +02:00
parent 4b722a10ee
commit ce045020eb
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -3536,12 +3536,12 @@
} }
}, },
"@juliushaertl/vue-richtext": { "@juliushaertl/vue-richtext": {
"version": "0.3.2", "version": "0.3.3",
"resolved": "https://registry.npmjs.org/@juliushaertl/vue-richtext/-/vue-richtext-0.3.2.tgz", "resolved": "https://registry.npmjs.org/@juliushaertl/vue-richtext/-/vue-richtext-0.3.3.tgz",
"integrity": "sha512-+24A7eYzqDu01tn1JKaw7ydm+3dEB7+hXvwi+1TOje70m8FdaI/+uwdOd6oKQUBk7Uztvy1tDdO6fD+JYh7aEg==", "integrity": "sha512-OmAtQfXY5ZkOq6CxE79RVAKTo60fS0HAX2x6MMfHUmTlZgtQQqSxlvIJUZEOo7EiJwD84OVMY0G9holV1iwgTA==",
"requires": { "requires": {
"core-js": "^3.6.4", "core-js": "^3.6.4",
"vue": "^2.6.11" "vue": "^2.6.12"
}, },
"dependencies": { "dependencies": {
"core-js": { "core-js": {

View File

@@ -30,7 +30,7 @@
"dependencies": { "dependencies": {
"@babel/polyfill": "^7.10.4", "@babel/polyfill": "^7.10.4",
"@babel/runtime": "^7.11.2", "@babel/runtime": "^7.11.2",
"@juliushaertl/vue-richtext": "^0.3.2", "@juliushaertl/vue-richtext": "^0.3.3",
"@nextcloud/auth": "^1.3.0", "@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.3.3", "@nextcloud/axios": "^1.3.3",
"@nextcloud/dialogs": "^2.0.1", "@nextcloud/dialogs": "^2.0.1",