X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fpackage.json;h=ba41699678994aa3c561bc949d37d1922c9be0ca;hp=6f8f270afacc3ec2127d13b2707e8c46bd5b8e50;hb=21baf44462799a80c4b1cd772de8c3c4fa0b3d37;hpb=7667307fada9f344e66e664b3bc3001326c36e88 diff --git a/client/package.json b/client/package.json index 6f8f270a..ba416996 100644 --- a/client/package.json +++ b/client/package.json @@ -8,24 +8,26 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "vue": "^2.5.21", - "vue-router": "^3.0.1" + "lodash": "^4.17.15", + "vue": "^2.6.10", + "vue-router": "^3.1.3" }, "devDependencies": { - "@vue/cli-plugin-eslint": "^3.3.0", - "@vue/cli-service": "^3.3.0", + "@vue/cli-plugin-eslint": "^3.12.1", + "@vue/cli-service": "^3.12.1", "@vue/eslint-config-prettier": "^4.0.1", - "babel-eslint": "^10.0.1", - "eslint": "^5.8.0", - "eslint-plugin-vue": "^5.0.0", - "lint-staged": "^8.1.0", - "node-sass": "^4.9.0", - "pug": "^2.0.3", + "apply-loader": "^2.0.0", + "babel-eslint": "^10.0.3", + "eslint": "^5.16.0", + "eslint-plugin-vue": "^5.2.3", + "lint-staged": "^8.2.1", + "node-sass": "^4.13.0", + "pug": "^2.0.4", "pug-loader": "^2.4.0", "pug-plain-loader": "^1.0.0", "raw-loader": "^1.0.0", - "sass-loader": "^7.0.1", - "vue-template-compiler": "^2.5.21", + "sass-loader": "^7.3.1", + "vue-template-compiler": "^2.6.10", "worker-loader": "^2.0.0" }, "eslintConfig": {