X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fpackage.json;h=7a4fa13680d93b89f272afcf7daaa1720bc6701b;hb=978fa11c8c9838018124a36ec14e06856d948d1e;hp=172b5c4ca73adae20a3e90b264c9d33d15691be5;hpb=910d631b73cad5ffef1b4461157b704e7e7057d8;p=vchess.git diff --git a/client/package.json b/client/package.json index 172b5c4c..7a4fa136 100644 --- a/client/package.json +++ b/client/package.json @@ -10,19 +10,19 @@ "dependencies": { "ajv-keywords": "^3.4.1", "vue": "^2.6.11", - "vue-router": "^3.1.5" + "vue-router": "^3.1.6" }, "devDependencies": { - "@vue/cli-plugin-eslint": "^3.12.1", - "@vue/cli-service": "^4.2.2", - "ajv": "^6.11.0", + "@vue/cli-plugin-eslint": "^4.3.1", + "@vue/cli-service": "^4.3.1", + "ajv": "^6.12.2", "apply-loader": "^2.0.0", - "babel-eslint": "^10.0.3", + "babel-eslint": "^10.1.0", "eslint": "^5.16.0", "eslint-plugin-vue": "^5.2.3", "lint-staged": "^8.2.1", "lodash": "^4.17.15", - "node-sass": "^4.13.1", + "node-sass": "^4.14.0", "pug": "^2.0.4", "pug-loader": "^2.4.0", "pug-plain-loader": "^1.0.0", @@ -40,13 +40,6 @@ "plugin:vue/essential", "eslint:recommended" ], - "rules": {}, - "parserOptions": { - "parser": "babel-eslint" - }, - "globals": { - "V": "readonly" - }, "rules": { "consistent-return": 2, "indent": [ @@ -70,7 +63,16 @@ "allowElseIf": false } ], - "semi": [1, "always"] + "semi": [ + 1, + "always" + ] + }, + "parserOptions": { + "parser": "babel-eslint" + }, + "globals": { + "V": "readonly" } }, "postcss": {