updated npm modules

This commit is contained in:
Jonas Heinrich 2021-01-15 11:40:04 +01:00
parent 15c3c9ce48
commit 2d51b382d6
3 changed files with 781 additions and 748 deletions

1497
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{
"name": "radio",
"description": "Listen to your favorite radio stations in Nextcloud",
"version": "1.0.1",
"version": "1.0.2",
"author": "Jonas Heinrich <onny@project-insanity.org>",
"contributors": [
"Jonas Heinrich <onny@project-insanity.org>"
@ -30,7 +30,7 @@
"stylelint:fix": "stylelint src --fix"
},
"dependencies": {
"@nextcloud/axios": "^1.5.0",
"@nextcloud/axios": "^1.6.0",
"@nextcloud/dialogs": "^3.1.1",
"@nextcloud/l10n": "^1.4.1",
"@nextcloud/moment": "^1.1.1",
@ -39,15 +39,15 @@
"@nextcloud/vue-dashboard": "^1.0.1",
"autoprefixer": "^9.8.6",
"howler": "^2.2.1",
"music-metadata": "^7.5.0",
"music-metadata": "^7.6.4",
"postcss-loader": "^4.1.0",
"style-loader": "^2.0.0",
"vue": "^2.6.12",
"vue-blurhash": "^0.1.2",
"vue-blurhash": "^0.1.4",
"vue-clipboard2": "^0.3.1",
"vue-resize-observer": "^1.0.32",
"vue-resize-observer": "^1.0.37",
"vue-router": "^3.4.9",
"vuex": "^3.5.1"
"vuex": "^3.6.0"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
@ -56,16 +56,16 @@
"node": ">=10.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/core": "^7.12.10",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@nextcloud/browserslist-config": "^1.0.0",
"@nextcloud/eslint-config": "^2.2.0",
"@nextcloud/eslint-plugin": "^1.5.0",
"@nextcloud/webpack-vue-config": "^1.4.1",
"@vue/test-utils": "^1.1.1",
"@vue/test-utils": "^1.1.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.1",
"babel-loader": "^8.2.2",
"css-loader": "^3.6.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
@ -84,10 +84,10 @@
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-scss": "^3.18.0",
"stylelint-webpack-plugin": "^2.1.1",
"vue-loader": "^15.9.5",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.44.2",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-merge": "^5.4.0"
"webpack-merge": "^5.7.3"
}
}

View File

@ -439,9 +439,9 @@ export default {
},
loadSettings() {
// axios.defaults.headers.common = {
// 'User-Agent': 'Nextcloud Radio App/' + this.$version,
// }
axios.defaults.headers.common = {
'User-Agent': 'Nextcloud Radio App/' + this.$version,
}
this.$store.dispatch('getVolumeState')
},