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
parent
commit
736fbe7810
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      core/js/dist/main.js
  2. 2
      core/js/dist/main.js.map
  3. 4
      package-lock.json
  4. 2
      package.json

2
core/js/dist/main.js
File diff suppressed because it is too large
View File

2
core/js/dist/main.js.map
File diff suppressed because it is too large
View File

4
package-lock.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",

2
package.json

@ -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",

Loading…
Cancel
Save