X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fpackage.json;h=ba41699678994aa3c561bc949d37d1922c9be0ca;hb=21baf44462799a80c4b1cd772de8c3c4fa0b3d37;hp=7f51be972729aa338eed6ab9e82fa091c9198aec;hpb=98db2082fd31e7a7bc0348e31ce119f39dbc31b3;p=vchess.git diff --git a/client/package.json b/client/package.json index 7f51be97..ba416996 100644 --- a/client/package.json +++ b/client/package.json @@ -8,23 +8,27 @@ "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": { "root": true,