Merge pull request #3278 from SystemKeeper/new-vue-richtext-version

Bump vue-richtext from 0.3.0 to 0.3.1
This commit is contained in:
Joas Schilling 2020-04-07 12:53:22 +02:00 коммит произвёл GitHub
Родитель a88895d17d 3ef1c9f55a
Коммит 713ed9ae3d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 4 добавлений и 4 удалений

6
package-lock.json сгенерированный
Просмотреть файл

@ -2640,9 +2640,9 @@
}
},
"@juliushaertl/vue-richtext": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/@juliushaertl/vue-richtext/-/vue-richtext-0.3.0.tgz",
"integrity": "sha512-MybhmsMySbgvAr8w6nd/cudD+nz+ln9L1kB1QjPx3CIGnN3VZoYoMgiggADXzN5NcluzTb5gcw9nF3tzbCj6bw==",
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/@juliushaertl/vue-richtext/-/vue-richtext-0.3.1.tgz",
"integrity": "sha512-dSWIHpMXC7iWiWKXEKdQt+L4ahQZlFMGk6d7+TufvZYK1xiLYevaKp8P+BNXOagChl9xb14VrG7eiBgy8WtsEw==",
"requires": {
"core-js": "^3.6.4",
"vue": "^2.6.11"

Просмотреть файл

@ -16,7 +16,7 @@
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js"
},
"dependencies": {
"@juliushaertl/vue-richtext": "^0.3.0",
"@juliushaertl/vue-richtext": "^0.3.1",
"@nextcloud/auth": "^1.2.2",
"@nextcloud/axios": "^1.3.2",
"@nextcloud/dialogs": "^1.2.2",