Bump nextcloud-vue from 0.12.2 to 0.12.3 (#1231)

Bump nextcloud-vue from 0.12.2 to 0.12.3
This commit is contained in:
Julius Härtl
2019-09-10 18:15:10 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -11615,9 +11615,9 @@
} }
}, },
"nextcloud-vue": { "nextcloud-vue": {
"version": "0.12.2", "version": "0.12.3",
"resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.12.2.tgz", "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.12.3.tgz",
"integrity": "sha512-FMyDZ4PcXF2T0SQNXV13bncH/1v0bSe0t6dTwIOSaxiONknWjJEbuJSqwh1ZlcqzWSxFlIKvJn1/Jk2e/UO6aA==", "integrity": "sha512-qH0s1A9jgsbd9LU+icOIkQIcu9HoY8IW+ELUmP+HJvOdLAjAh3TtEz9ifsy+RcnUUOqASTveSEqxVmXDckwWeQ==",
"requires": { "requires": {
"@babel/polyfill": "^7.4.4", "@babel/polyfill": "^7.4.4",
"escape-html": "^1.0.3", "escape-html": "^1.0.3",

View File

@@ -29,7 +29,7 @@
"@babel/polyfill": "^7.4.4", "@babel/polyfill": "^7.4.4",
"nextcloud-axios": "^0.2.1", "nextcloud-axios": "^0.2.1",
"nextcloud-server": "^0.15.10", "nextcloud-server": "^0.15.10",
"nextcloud-vue": "^0.12.2", "nextcloud-vue": "^0.12.3",
"nextcloud-vue-collections": "^0.5.2", "nextcloud-vue-collections": "^0.5.2",
"vue": "^2.6.7", "vue": "^2.6.7",
"vue-click-outside": "^1.0.7", "vue-click-outside": "^1.0.7",