[web-src] Prepare next version for player web interface 0.5.5

This commit is contained in:
chme 2019-08-03 09:11:13 +02:00
parent 7925639f5b
commit 130d94ef25
2 changed files with 824 additions and 830 deletions

1642
web-src/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "forked-daapd-web",
"version": "0.5.4",
"version": "0.5.5",
"description": "forked-daapd web interface",
"author": "chme <christian.meffert@googlemail.com>",
"license": "GPL-2.0",
@ -17,21 +17,21 @@
"mdi": "^2.2.43",
"moment": "^2.24.0",
"moment-duration-format": "^2.3.2",
"npm": "^6.10.1",
"npm": "^6.11.2",
"reconnectingwebsocket": "^1.0.0",
"spotify-web-api-js": "^1.2.0",
"vue": "^2.6.10",
"vue-infinite-loading": "^2.4.4",
"vue-progressbar": "^0.7.5",
"vue-range-slider": "^0.6.0",
"vue-router": "^3.0.7",
"vue-router": "^3.1.3",
"vuedraggable": "^2.23.0",
"vuex": "^3.1.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.9.2",
"@vue/cli-plugin-eslint": "^3.9.2",
"@vue/cli-service": "^3.9.2",
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"@vue/eslint-config-standard": "^4.0.0",
"vue-template-compiler": "^2.6.10"
}