X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fpackage.json;h=88271f5917b9a97b0fef393358220c4fb00c812f;hp=88feedb9fe9350a6cb8ff5fd9a58ef7f0a6466ef;hb=48edc620de7c6bbe791d690168392f50f02c328e;hpb=6808d7a16ec1e761c6a2dffec2281c96953e4d89 diff --git a/client/package.json b/client/package.json index 88feedb9..88271f59 100644 --- a/client/package.json +++ b/client/package.json @@ -8,28 +8,30 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "ajv-keywords": "^3.4.1", + "ajv-keywords": "^3.5.2", "vue": "^2.6.11", - "vue-router": "^3.1.5" + "vue-router": "^3.4.9" }, "devDependencies": { - "@vue/cli-plugin-eslint": "^3.12.1", - "@vue/cli-service": "^4.2.2", - "ajv": "^6.11.0", + "@vue/cli-plugin-eslint": "^4.5.9", + "@vue/cli-service": "^3.0.5", + "ajv": "^6.12.6", "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", - "lodash": "^4.17.15", - "node-sass": "^4.13.1", - "pug": "^2.0.4", - "pug-loader": "^2.4.0", - "pug-plain-loader": "^1.0.0", - "raw-loader": "^1.0.0", - "sass-loader": "^8.0.2", + "babel-eslint": "^10.1.0", + "chokidar": "^3.5.1", + "eslint": "^6.8.0", + "eslint-plugin-vue": "^7.2.0", + "lint-staged": "^10.5.3", + "lodash": "^4.17.20", + "pug": "^3.0.2", + "pug-loader": "^1.0.2", + "pug-plain-loader": "^1.1.0", + "raw-loader": "^4.0.2", + "sass": "^1.32.12", + "sass-loader": "^10.1.0", + "vue-loader": "^15.9.6", "vue-template-compiler": "^2.6.11", - "worker-loader": "^2.0.0" + "worker-loader": "^3.0.6" }, "eslintConfig": { "root": true, @@ -40,13 +42,6 @@ "plugin:vue/essential", "eslint:recommended" ], - "rules": {}, - "parserOptions": { - "parser": "babel-eslint" - }, - "globals": { - "V": "readonly" - }, "rules": { "consistent-return": 2, "indent": [ @@ -64,13 +59,22 @@ "flatTernaryExpressions": true } ], - "no-else-return" : [ + "no-else-return": [ 1, { "allowElseIf": false } ], - "semi" : [1, "always"] + "semi": [ + 1, + "always" + ] + }, + "parserOptions": { + "parser": "babel-eslint" + }, + "globals": { + "V": "readonly" } }, "postcss": {