Browse Source
Merge pull request #14833 from nextcloud/dependachristoph/npm_and_yarn/strengthify-v0.5.8
Bump strenghify to v0.5.8
pull/14845/head
Morris Jobke
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
5 additions and
5 deletions
-
core/js/dist/main.js
-
core/js/dist/main.js.map
-
package-lock.json
-
package.json
|
|
|
@ -6539,8 +6539,8 @@ |
|
|
|
"dev": true |
|
|
|
}, |
|
|
|
"strengthify": { |
|
|
|
"version": "git+https://github.com/MorrisJobke/strengthify.git#c03806c2db3e324923c1c37a974b1b92c85c5676", |
|
|
|
"from": "git+https://github.com/MorrisJobke/strengthify.git" |
|
|
|
"version": "git+https://github.com/MorrisJobke/strengthify.git#99ff58bdc29fabfd0b1073662b16432d515a6516", |
|
|
|
"from": "git+https://github.com/MorrisJobke/strengthify.git#0.5.8" |
|
|
|
}, |
|
|
|
"string-width": { |
|
|
|
"version": "1.0.2", |
|
|
|
|
|
|
|
@ -46,7 +46,7 @@ |
|
|
|
"nextcloud-vue": "^0.8.0", |
|
|
|
"nextcloud-vue-collections": "^0.2.0", |
|
|
|
"snap.js": "^2.0.9", |
|
|
|
"strengthify": "git+https://github.com/MorrisJobke/strengthify.git", |
|
|
|
"strengthify": "git+https://github.com/MorrisJobke/strengthify.git#0.5.8", |
|
|
|
"underscore": "^1.9.1", |
|
|
|
"v-tooltip": "^2.0.0-rc.33", |
|
|
|
"vue": "^2.6.8", |
|
|
|
|