From 9f7567434cc75f2987728772b5f72477bac3bb83 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Mon, 6 Apr 2020 09:19:38 +0200 Subject: [PATCH] fix --- package.json | 2 +- yarn.lock | 36 +++++++----------------------------- 2 files changed, 8 insertions(+), 30 deletions(-) diff --git a/package.json b/package.json index 8a16df1..7cce4db 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Timo Hocker ", "license": "MIT", "devDependencies": { - "@scode/eslint-config": "^1.2.26", + "@scode/eslint-config": "^2.0.2", "@stryker-mutator/core": "^3.0.2", "@stryker-mutator/javascript-mutator": "^3.0.2", "ava": "^3.5.0", diff --git a/yarn.lock b/yarn.lock index 226671b..daced0c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -267,16 +267,15 @@ resolved "https://npm.scode.ovh/@scode%2fencoding-helper/-/encoding-helper-1.0.13.tgz#414868f9ca0b26c4216aa099d64590b0002fb781" integrity sha512-vmDZnZIIdoxf6WtMXxeJliOFn0xQ37DbwTjQeESOquADf7tV6MmDcXVTWU0BQ79k7fkg3zHA9onYx5m/EiC2uQ== -"@scode/eslint-config@^1.2.26": - version "1.2.32" - resolved "https://npm.scode.ovh/@scode%2feslint-config/-/eslint-config-1.2.32.tgz#dec6346c2fb285ead8a3fc072c917fbdb0d25acc" - integrity sha512-Itjk5Jb2pmiWUCyA9F3frjxz/6Xk2B/fN6lLp86su1p6wqG75jOhI0XdoqAjAQR+Vdr9xUXGZlAzj2gaAYkuzA== +"@scode/eslint-config@^2.0.2": + version "2.0.2" + resolved "https://npm.scode.ovh/@scode%2feslint-config/-/eslint-config-2.0.2.tgz#87c4a0cf53ea6eb0ef2ea05aa2a23d45da5a1220" + integrity sha512-tPDkrcdB12JkS19lxtMeSGRbO9lfbslYBat9wwCEUm5WUvaeaagszZBsmXa6zvmPeJLsi6UgzNxmFX9PRSkl/Q== dependencies: - eslint-plugin-import "^2.20.1" + eslint-plugin-import "^2.20.2" eslint-plugin-jsdoc "22" eslint-plugin-node "^11.0.0" eslint-plugin-sort-requires-by-path "^1.0.2" - eslint-plugin-vue "^6.1.2" "@sindresorhus/is@^0.14.0": version "0.14.0" @@ -1156,7 +1155,7 @@ eslint-plugin-es@^3.0.0: eslint-utils "^2.0.0" regexpp "^3.0.0" -eslint-plugin-import@^2.20.1: +eslint-plugin-import@^2.20.2: version "2.20.2" resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.20.2.tgz#91fc3807ce08be4837141272c8b99073906e588d" integrity sha512-FObidqpXrR8OnCh4iNsxy+WACztJLXAHBO5hK79T1Hc77PgQZkyDGA5Ag9xAvRpglvLNxhH/zSmZ70/pZ31dHg== @@ -1204,15 +1203,6 @@ eslint-plugin-sort-requires-by-path@^1.0.2: resolved "https://registry.yarnpkg.com/eslint-plugin-sort-requires-by-path/-/eslint-plugin-sort-requires-by-path-1.0.2.tgz#1491bafa546e77478eda4b9697098c907762f954" integrity sha512-xTjiwPeanMwgGtkfGfBlO9MDvog7u+oxrR0NPnBydfjUKHSVkRTLPz0QA2boKCuYiIRBr9OERQLvInaeJYCngg== -eslint-plugin-vue@^6.1.2: - version "6.2.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-6.2.2.tgz#27fecd9a3a24789b0f111ecdd540a9e56198e0fe" - integrity sha512-Nhc+oVAHm0uz/PkJAWscwIT4ijTrK5fqNqz9QB1D35SbbuMG1uB6Yr5AJpvPSWg+WOw7nYNswerYh0kOk64gqQ== - dependencies: - natural-compare "^1.4.0" - semver "^5.6.0" - vue-eslint-parser "^7.0.0" - eslint-scope@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.0.0.tgz#e87c8887c73e8d1ec84f1ca591645c358bfc8fb9" @@ -2903,7 +2893,7 @@ semver-diff@^3.1.1: dependencies: semver "^6.3.0" -"semver@2 || 3 || 4 || 5", semver@^5.4.1, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0: +"semver@2 || 3 || 4 || 5", semver@^5.4.1, semver@^5.5.0, semver@^5.5.1: version "5.7.1" resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== @@ -3391,18 +3381,6 @@ validate-npm-package-license@^3.0.1: spdx-correct "^3.0.0" spdx-expression-parse "^3.0.0" -vue-eslint-parser@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.0.0.tgz#a4ed2669f87179dedd06afdd8736acbb3a3864d6" - integrity sha512-yR0dLxsTT7JfD2YQo9BhnQ6bUTLsZouuzt9SKRP7XNaZJV459gvlsJo4vT2nhZ/2dH9j3c53bIx9dnqU2prM9g== - dependencies: - debug "^4.1.1" - eslint-scope "^5.0.0" - eslint-visitor-keys "^1.1.0" - espree "^6.1.2" - esquery "^1.0.1" - lodash "^4.17.15" - wcwidth@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8"