Browse Source

Update Dependencies

20230320
MengYX 5 years ago
parent
commit
d99cd23e0c
No known key found for this signature in database GPG Key ID: E63F9C7303E8F604
  1. 1323
      package-lock.json
  2. 4
      package.json
  3. 2
      vue.config.js

1323
package-lock.json

File diff suppressed because it is too large

4
package.json

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

2
vue.config.js

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