fix
This commit is contained in:
		| @@ -5,7 +5,7 @@ | ||||
|   "author": "Timo Hocker <t-hocker@web.de>", | ||||
|   "license": "MIT", | ||||
|   "devDependencies": { | ||||
|     "@scode/eslint-config": "^1.2.25", | ||||
|     "@scode/eslint-config": "^2.0.2", | ||||
|     "eslint": "^6.8.0" | ||||
|   }, | ||||
|   "scripts": { | ||||
|   | ||||
							
								
								
									
										102
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										102
									
								
								yarn.lock
									
									
									
									
									
								
							| @@ -23,77 +23,21 @@ | ||||
|     chalk "^2.0.0" | ||||
|     js-tokens "^4.0.0" | ||||
|  | ||||
| "@scode/eslint-config@^1.2.25": | ||||
|   version "1.3.1" | ||||
|   resolved "https://npm.scode.ovh/@scode%2feslint-config/-/eslint-config-1.3.1.tgz#1fa0e0cfde03a55b492f40dd476dd830f3a37c7b" | ||||
|   integrity sha512-FFgo4rcuF02o9eBw32NJyHshj02gB2NXkuoCKgp5yDZ2T7TNVTx94n+xR0GFiJbn7E+ciHAqUU8iSD54VKy/5g== | ||||
| "@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: | ||||
|     "@typescript-eslint/eslint-plugin" "^2.26.0" | ||||
|     "@typescript-eslint/parser" "^2.26.0" | ||||
|     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" | ||||
|  | ||||
| "@types/color-name@^1.1.1": | ||||
|   version "1.1.1" | ||||
|   resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0" | ||||
|   integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ== | ||||
|  | ||||
| "@types/eslint-visitor-keys@^1.0.0": | ||||
|   version "1.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d" | ||||
|   integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag== | ||||
|  | ||||
| "@types/json-schema@^7.0.3": | ||||
|   version "7.0.4" | ||||
|   resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.4.tgz#38fd73ddfd9b55abb1e1b2ed578cb55bd7b7d339" | ||||
|   integrity sha512-8+KAKzEvSUdeo+kmqnKrqgeE+LcA0tjYWFY7RPProVYwnqDjukzO+3b6dLD56rYX5TdWejnEOLJYOIeh4CXKuA== | ||||
|  | ||||
| "@typescript-eslint/eslint-plugin@^2.26.0": | ||||
|   version "2.26.0" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.26.0.tgz#04c96560c8981421e5a9caad8394192363cc423f" | ||||
|   integrity sha512-4yUnLv40bzfzsXcTAtZyTjbiGUXMrcIJcIMioI22tSOyAxpdXiZ4r7YQUU8Jj6XXrLz9d5aMHPQf5JFR7h27Nw== | ||||
|   dependencies: | ||||
|     "@typescript-eslint/experimental-utils" "2.26.0" | ||||
|     functional-red-black-tree "^1.0.1" | ||||
|     regexpp "^3.0.0" | ||||
|     tsutils "^3.17.1" | ||||
|  | ||||
| "@typescript-eslint/experimental-utils@2.26.0": | ||||
|   version "2.26.0" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.26.0.tgz#063390c404d9980767d76274df386c0aa675d91d" | ||||
|   integrity sha512-RELVoH5EYd+JlGprEyojUv9HeKcZqF7nZUGSblyAw1FwOGNnmQIU8kxJ69fttQvEwCsX5D6ECJT8GTozxrDKVQ== | ||||
|   dependencies: | ||||
|     "@types/json-schema" "^7.0.3" | ||||
|     "@typescript-eslint/typescript-estree" "2.26.0" | ||||
|     eslint-scope "^5.0.0" | ||||
|     eslint-utils "^2.0.0" | ||||
|  | ||||
| "@typescript-eslint/parser@^2.26.0": | ||||
|   version "2.26.0" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.26.0.tgz#385463615818b33acb72a25b39c03579df93d76f" | ||||
|   integrity sha512-+Xj5fucDtdKEVGSh9353wcnseMRkPpEAOY96EEenN7kJVrLqy/EVwtIh3mxcUz8lsFXW1mT5nN5vvEam/a5HiQ== | ||||
|   dependencies: | ||||
|     "@types/eslint-visitor-keys" "^1.0.0" | ||||
|     "@typescript-eslint/experimental-utils" "2.26.0" | ||||
|     "@typescript-eslint/typescript-estree" "2.26.0" | ||||
|     eslint-visitor-keys "^1.1.0" | ||||
|  | ||||
| "@typescript-eslint/typescript-estree@2.26.0": | ||||
|   version "2.26.0" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.26.0.tgz#d8132cf1ee8a72234f996519a47d8a9118b57d56" | ||||
|   integrity sha512-3x4SyZCLB4zsKsjuhxDLeVJN6W29VwBnYpCsZ7vIdPel9ZqLfIZJgJXO47MNUkurGpQuIBALdPQKtsSnWpE1Yg== | ||||
|   dependencies: | ||||
|     debug "^4.1.1" | ||||
|     eslint-visitor-keys "^1.1.0" | ||||
|     glob "^7.1.6" | ||||
|     is-glob "^4.0.1" | ||||
|     lodash "^4.17.15" | ||||
|     semver "^6.3.0" | ||||
|     tsutils "^3.17.1" | ||||
|  | ||||
| acorn-jsx@^5.2.0: | ||||
|   version "5.2.0" | ||||
|   resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.2.0.tgz#4c66069173d6fdd68ed85239fc256226182b2ebe" | ||||
| @@ -390,7 +334,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== | ||||
| @@ -438,15 +382,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" | ||||
| @@ -641,7 +576,7 @@ glob-parent@^5.0.0: | ||||
|   dependencies: | ||||
|     is-glob "^4.0.1" | ||||
|  | ||||
| glob@^7.1.3, glob@^7.1.6: | ||||
| glob@^7.1.3: | ||||
|   version "7.1.6" | ||||
|   resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6" | ||||
|   integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== | ||||
| @@ -1169,7 +1104,7 @@ rxjs@^6.5.3: | ||||
|   resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" | ||||
|   integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== | ||||
|  | ||||
| "semver@2 || 3 || 4 || 5", semver@^5.5.0, semver@^5.6.0: | ||||
| "semver@2 || 3 || 4 || 5", semver@^5.5.0: | ||||
|   version "5.7.1" | ||||
|   resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" | ||||
|   integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== | ||||
| @@ -1353,18 +1288,11 @@ tmp@^0.0.33: | ||||
|   dependencies: | ||||
|     os-tmpdir "~1.0.2" | ||||
|  | ||||
| tslib@^1.8.1, tslib@^1.9.0: | ||||
| tslib@^1.9.0: | ||||
|   version "1.11.1" | ||||
|   resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35" | ||||
|   integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA== | ||||
|  | ||||
| tsutils@^3.17.1: | ||||
|   version "3.17.1" | ||||
|   resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759" | ||||
|   integrity sha512-kzeQ5B8H3w60nFY2g8cJIuH7JDpsALXySGtwGJ0p2LSjLgay3NdIpqq5SoOBe46bKDW2iq25irHCr8wjomUS2g== | ||||
|   dependencies: | ||||
|     tslib "^1.8.1" | ||||
|  | ||||
| type-check@~0.3.2: | ||||
|   version "0.3.2" | ||||
|   resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72" | ||||
| @@ -1402,18 +1330,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" | ||||
|  | ||||
| which@^1.2.9: | ||||
|   version "1.3.1" | ||||
|   resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user