Update Dependencies

This commit is contained in:
MengYX 2019-11-10 01:16:08 +08:00
parent c9770bdd59
commit d99cd23e0c
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604
3 changed files with 719 additions and 612 deletions

1325
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -8,10 +8,10 @@
},
"dependencies": {
"browser-id3-writer": "^4.2.0",
"core-js": "^2.6.5",
"core-js": "^2.6.10",
"crypto-js": "^3.1.9-1",
"element-ui": "^2.11.1",
"music-metadata-browser": "^1.3.0",
"music-metadata-browser": "^1.6.3",
"register-service-worker": "^1.6.2",
"vue": "^2.6.10"
},

View File

@ -1,4 +1,4 @@
module.exports = {
publicPath: '/music/',
publicPath: '',
productionSourceMap: false
};