Skip to content

Commit 91bba90

Browse files
committed
@nuxtjs/eslint-config-typescriptをアップデート
1 parent ee79710 commit 91bba90

File tree

2 files changed

+122
-68
lines changed

2 files changed

+122
-68
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@mdi/font": "^5.9.55",
5050
"@nuxt/types": "^2.15.6",
5151
"@nuxt/typescript-build": "^2.1.0",
52-
"@nuxtjs/eslint-config-typescript": "^6.0.0",
52+
"@nuxtjs/eslint-config-typescript": "^6.0.1",
5353
"@nuxtjs/stylelint-module": "^4.0.0",
5454
"@types/jest": "^26.0.23",
5555
"@vue/test-utils": "^1.2.0",

yarn.lock

Lines changed: 121 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -2965,28 +2965,28 @@
29652965
consola "^2.10.1"
29662966
dotenv "^8.1.0"
29672967

2968-
"@nuxtjs/eslint-config-typescript@^6.0.0":
2969-
version "6.0.0"
2970-
resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-config-typescript/-/eslint-config-typescript-6.0.0.tgz#e3ea273edf2dfcb176a9f28ca1a95870a6c21cd8"
2971-
integrity sha512-oQm0ZmWdHNf8TKWbSUhwniarCX590oHnxuArvwApLDaaNaw0m4TL5+rpARMCVtlS33YhJ/Le+GaeyS5HeVt19A==
2968+
"@nuxtjs/eslint-config-typescript@^6.0.1":
2969+
version "6.0.1"
2970+
resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-config-typescript/-/eslint-config-typescript-6.0.1.tgz#11e91a5e25aca6855ec7525080da694c4b3cd4d4"
2971+
integrity sha512-ZK/C2ZtXrc2FlQwssc3gqc3K9RAtGF+OLGXRDtDxyrlhgPwAC4bc9McBGqUokdbE+pup0OA38PylPOhbWHZkrg==
29722972
dependencies:
2973-
"@nuxtjs/eslint-config" "6.0.0"
2974-
"@typescript-eslint/eslint-plugin" "^4.16.1"
2975-
"@typescript-eslint/parser" "^4.16.1"
2973+
"@nuxtjs/eslint-config" "6.0.1"
2974+
"@typescript-eslint/eslint-plugin" "^4.25.0"
2975+
"@typescript-eslint/parser" "^4.25.0"
29762976

2977-
"@nuxtjs/[email protected].0":
2978-
version "6.0.0"
2979-
resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-config/-/eslint-config-6.0.0.tgz#bf8b7b1f72fc9080ba2a6c71f2447d4166d374e3"
2980-
integrity sha512-DQLyMS+A1lPeo3ajMEISz8rPzCU4DTIKQtv9HRy1A3w5583dXcbHMQzNg3qGHoTPJ/FzM1+WhV8Ak3+gQ+9uoQ==
2977+
"@nuxtjs/[email protected].1":
2978+
version "6.0.1"
2979+
resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-config/-/eslint-config-6.0.1.tgz#305450a71e362c26f99b3a7130be960015a96c9b"
2980+
integrity sha512-NISrmMx4J2usVDVLG7WFwTdfQaznHf/b2aKTb1o0TCxxXdY30UHLqEH+3MqpjY+0+UPM06YswFmOBjOg5y2BXQ==
29812981
dependencies:
2982-
eslint-config-standard "^16.0.2"
2983-
eslint-plugin-import "^2.22.1"
2984-
eslint-plugin-jest "^24.1.7"
2982+
eslint-config-standard "^16.0.3"
2983+
eslint-plugin-import "^2.23.3"
2984+
eslint-plugin-jest "^24.3.6"
29852985
eslint-plugin-node "^11.1.0"
2986-
eslint-plugin-promise "^4.3.1"
2986+
eslint-plugin-promise "^5.1.0"
29872987
eslint-plugin-standard "^4.1.0"
29882988
eslint-plugin-unicorn "^28.0.2"
2989-
eslint-plugin-vue "^7.7.0"
2989+
eslint-plugin-vue "^7.9.0"
29902990

29912991
"@nuxtjs/google-analytics@^2.4.0":
29922992
version "2.4.0"
@@ -3292,7 +3292,7 @@
32923292
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0"
32933293
integrity sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw==
32943294

3295-
"@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6":
3295+
"@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6", "@types/json-schema@^7.0.7":
32963296
version "7.0.7"
32973297
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
32983298
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
@@ -3525,21 +3525,33 @@
35253525
dependencies:
35263526
"@types/yargs-parser" "*"
35273527

3528-
"@typescript-eslint/eslint-plugin@^4.16.1":
3529-
version "4.24.0"
3530-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.24.0.tgz#03801ffc25b2af9d08f3dc9bccfc0b7ce3780d0f"
3531-
integrity sha512-qbCgkPM7DWTsYQGjx9RTuQGswi+bEt0isqDBeo+CKV0953zqI0Tp7CZ7Fi9ipgFA6mcQqF4NOVNwS/f2r6xShw==
3528+
"@typescript-eslint/eslint-plugin@^4.25.0":
3529+
version "4.26.0"
3530+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.0.tgz#12bbd6ebd5e7fabd32e48e1e60efa1f3554a3242"
3531+
integrity sha512-yA7IWp+5Qqf+TLbd8b35ySFOFzUfL7i+4If50EqvjT6w35X8Lv0eBHb6rATeWmucks37w+zV+tWnOXI9JlG6Eg==
35323532
dependencies:
3533-
"@typescript-eslint/experimental-utils" "4.24.0"
3534-
"@typescript-eslint/scope-manager" "4.24.0"
3535-
debug "^4.1.1"
3533+
"@typescript-eslint/experimental-utils" "4.26.0"
3534+
"@typescript-eslint/scope-manager" "4.26.0"
3535+
debug "^4.3.1"
35363536
functional-red-black-tree "^1.0.1"
3537-
lodash "^4.17.15"
3538-
regexpp "^3.0.0"
3539-
semver "^7.3.2"
3540-
tsutils "^3.17.1"
3537+
lodash "^4.17.21"
3538+
regexpp "^3.1.0"
3539+
semver "^7.3.5"
3540+
tsutils "^3.21.0"
35413541

3542-
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^4.0.1":
3542+
"@typescript-eslint/[email protected]":
3543+
version "4.26.0"
3544+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.0.tgz#ba7848b3f088659cdf71bce22454795fc55be99a"
3545+
integrity sha512-TH2FO2rdDm7AWfAVRB5RSlbUhWxGVuxPNzGT7W65zVfl8H/WeXTk1e69IrcEVsBslrQSTDKQSaJD89hwKrhdkw==
3546+
dependencies:
3547+
"@types/json-schema" "^7.0.7"
3548+
"@typescript-eslint/scope-manager" "4.26.0"
3549+
"@typescript-eslint/types" "4.26.0"
3550+
"@typescript-eslint/typescript-estree" "4.26.0"
3551+
eslint-scope "^5.1.1"
3552+
eslint-utils "^3.0.0"
3553+
3554+
"@typescript-eslint/experimental-utils@^4.0.1":
35433555
version "4.24.0"
35443556
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.24.0.tgz#c23ead9de44b99c3a5fd925c33a106b00165e172"
35453557
integrity sha512-IwTT2VNDKH1h8RZseMH4CcYBz6lTvRoOLDuuqNZZoThvfHEhOiZPQCow+5El3PtyxJ1iDr6UXZwYtE3yZQjhcw==
@@ -3551,15 +3563,15 @@
35513563
eslint-scope "^5.0.0"
35523564
eslint-utils "^2.0.0"
35533565

3554-
"@typescript-eslint/parser@^4.16.1":
3555-
version "4.24.0"
3556-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.24.0.tgz#2e5f1cc78ffefe43bfac7e5659309a92b09a51bd"
3557-
integrity sha512-dj1ZIh/4QKeECLb2f/QjRwMmDArcwc2WorWPRlB8UNTZlY1KpTVsbX7e3ZZdphfRw29aTFUSNuGB8w9X5sS97w==
3566+
"@typescript-eslint/parser@^4.25.0":
3567+
version "4.26.0"
3568+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.26.0.tgz#31b6b732c9454f757b020dab9b6754112aa5eeaf"
3569+
integrity sha512-b4jekVJG9FfmjUfmM4VoOItQhPlnt6MPOBUL0AQbiTmm+SSpSdhHYlwayOm4IW9KLI/4/cRKtQCmDl1oE2OlPg==
35583570
dependencies:
3559-
"@typescript-eslint/scope-manager" "4.24.0"
3560-
"@typescript-eslint/types" "4.24.0"
3561-
"@typescript-eslint/typescript-estree" "4.24.0"
3562-
debug "^4.1.1"
3571+
"@typescript-eslint/scope-manager" "4.26.0"
3572+
"@typescript-eslint/types" "4.26.0"
3573+
"@typescript-eslint/typescript-estree" "4.26.0"
3574+
debug "^4.3.1"
35633575

35643576
"@typescript-eslint/[email protected]":
35653577
version "4.24.0"
@@ -3569,11 +3581,24 @@
35693581
"@typescript-eslint/types" "4.24.0"
35703582
"@typescript-eslint/visitor-keys" "4.24.0"
35713583

3584+
"@typescript-eslint/[email protected]":
3585+
version "4.26.0"
3586+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.26.0.tgz#60d1a71df162404e954b9d1c6343ff3bee496194"
3587+
integrity sha512-G6xB6mMo4xVxwMt5lEsNTz3x4qGDt0NSGmTBNBPJxNsrTXJSm21c6raeYroS2OwQsOyIXqKZv266L/Gln1BWqg==
3588+
dependencies:
3589+
"@typescript-eslint/types" "4.26.0"
3590+
"@typescript-eslint/visitor-keys" "4.26.0"
3591+
35723592
"@typescript-eslint/[email protected]":
35733593
version "4.24.0"
35743594
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.24.0.tgz#6d0cca2048cbda4e265e0c4db9c2a62aaad8228c"
35753595
integrity sha512-tkZUBgDQKdvfs8L47LaqxojKDE+mIUmOzdz7r+u+U54l3GDkTpEbQ1Jp3cNqqAU9vMUCBA1fitsIhm7yN0vx9Q==
35763596

3597+
"@typescript-eslint/[email protected]":
3598+
version "4.26.0"
3599+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.0.tgz#7c6732c0414f0a69595f4f846ebe12616243d546"
3600+
integrity sha512-rADNgXl1kS/EKnDr3G+m7fB9yeJNnR9kF7xMiXL6mSIWpr3Wg5MhxyfEXy/IlYthsqwBqHOr22boFbf/u6O88A==
3601+
35773602
"@typescript-eslint/[email protected]":
35783603
version "4.24.0"
35793604
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.24.0.tgz#b49249679a98014d8b03e8d4b70864b950e3c90f"
@@ -3587,6 +3612,19 @@
35873612
semver "^7.3.2"
35883613
tsutils "^3.17.1"
35893614

3615+
"@typescript-eslint/[email protected]":
3616+
version "4.26.0"
3617+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.0.tgz#aea17a40e62dc31c63d5b1bbe9a75783f2ce7109"
3618+
integrity sha512-GHUgahPcm9GfBuy3TzdsizCcPjKOAauG9xkz9TR8kOdssz2Iz9jRCSQm6+aVFa23d5NcSpo1GdHGSQKe0tlcbg==
3619+
dependencies:
3620+
"@typescript-eslint/types" "4.26.0"
3621+
"@typescript-eslint/visitor-keys" "4.26.0"
3622+
debug "^4.3.1"
3623+
globby "^11.0.3"
3624+
is-glob "^4.0.1"
3625+
semver "^7.3.5"
3626+
tsutils "^3.21.0"
3627+
35903628
"@typescript-eslint/[email protected]":
35913629
version "4.24.0"
35923630
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.24.0.tgz#a8fafdc76cad4e04a681a945fbbac4e35e98e297"
@@ -3595,6 +3633,14 @@
35953633
"@typescript-eslint/types" "4.24.0"
35963634
eslint-visitor-keys "^2.0.0"
35973635

3636+
"@typescript-eslint/[email protected]":
3637+
version "4.26.0"
3638+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.0.tgz#26d2583169222815be4dcd1da4fe5459bc3bcc23"
3639+
integrity sha512-cw4j8lH38V1ycGBbF+aFiLUls9Z0Bw8QschP3mkth50BbWzgFS33ISIgBzUMuQ2IdahoEv/rXstr8Zhlz4B1Zg==
3640+
dependencies:
3641+
"@typescript-eslint/types" "4.26.0"
3642+
eslint-visitor-keys "^2.0.0"
3643+
35983644
"@vue/babel-helper-vue-jsx-merge-props@^1.2.1":
35993645
version "1.2.1"
36003646
resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.2.1.tgz#31624a7a505fb14da1d58023725a4c5f270e6a81"
@@ -5508,14 +5554,6 @@ constants-browserify@^1.0.0:
55085554
resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75"
55095555
integrity sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=
55105556

5511-
contains-path@^1.0.0:
5512-
version "1.0.0"
5513-
resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-1.0.0.tgz#3458b332185603e8eed18f518d4a10888a3abc91"
5514-
integrity sha1-NFizMhhWA+ju0Y9RjUoQiIo6vJE=
5515-
dependencies:
5516-
normalize-path "^2.1.1"
5517-
path-starts-with "^1.0.0"
5518-
55195557
55205558
version "0.5.3"
55215559
resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.3.tgz#e130caf7e7279087c5616c2007d0485698984fbd"
@@ -6562,10 +6600,10 @@ eslint-config-prettier@^8.3.0:
65626600
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a"
65636601
integrity sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==
65646602

6565-
eslint-config-standard@^16.0.2:
6566-
version "16.0.2"
6567-
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-16.0.2.tgz#71e91727ac7a203782d0a5ca4d1c462d14e234f6"
6568-
integrity sha512-fx3f1rJDsl9bY7qzyX8SAtP8GBSk6MfXFaTfaGgk12aAYW4gJSyRm7dM790L6cbXv63fvjY4XeSzXnb4WM+SKw==
6603+
eslint-config-standard@^16.0.3:
6604+
version "16.0.3"
6605+
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-16.0.3.tgz#6c8761e544e96c531ff92642eeb87842b8488516"
6606+
integrity sha512-x4fmJL5hGqNJKGHSjnLdgA6U6h1YW/G2dW9fA+cyVur4SK6lyue8+UgNKWlZtUDTXvgKDD/Oa3GQjmB5kjtVvg==
65696607

65706608
eslint-import-resolver-node@^0.3.4:
65716609
version "0.3.4"
@@ -6602,14 +6640,13 @@ eslint-plugin-es@^3.0.0:
66026640
eslint-utils "^2.0.0"
66036641
regexpp "^3.0.0"
66046642

6605-
eslint-plugin-import@^2.22.1:
6606-
version "2.23.2"
6607-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.23.2.tgz#ee15dd68fc7a1a1ba4c653c734e0d01c100d3484"
6608-
integrity sha512-LmNoRptHBxOP+nb0PIKz1y6OSzCJlB+0g0IGS3XV4KaKk2q4szqQ6s6F1utVf5ZRkxk/QOTjdxe7v4VjS99Bsg==
6643+
eslint-plugin-import@^2.23.3:
6644+
version "2.23.4"
6645+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.23.4.tgz#8dceb1ed6b73e46e50ec9a5bb2411b645e7d3d97"
6646+
integrity sha512-6/wP8zZRsnQFiR3iaPFgh5ImVRM1WN5NUWfTIRqwOdeiGJlBcSk82o1FEVq8yXmy4lkIzTo7YhHCIxlU/2HyEQ==
66096647
dependencies:
66106648
array-includes "^3.1.3"
66116649
array.prototype.flat "^1.2.4"
6612-
contains-path "^1.0.0"
66136650
debug "^2.6.9"
66146651
doctrine "^2.1.0"
66156652
eslint-import-resolver-node "^0.3.4"
@@ -6624,7 +6661,7 @@ eslint-plugin-import@^2.22.1:
66246661
resolve "^1.20.0"
66256662
tsconfig-paths "^3.9.0"
66266663

6627-
eslint-plugin-jest@^24.1.7:
6664+
eslint-plugin-jest@^24.3.6:
66286665
version "24.3.6"
66296666
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.3.6.tgz#5f0ca019183c3188c5ad3af8e80b41de6c8e9173"
66306667
integrity sha512-WOVH4TIaBLIeCX576rLcOgjNXqP+jNlCiEmRgFTfQtJ52DpwnIQKAVGlGPAN7CZ33bW6eNfHD6s8ZbEUTQubJg==
@@ -6659,10 +6696,10 @@ eslint-plugin-prettier@^3.4.0:
66596696
dependencies:
66606697
prettier-linter-helpers "^1.0.0"
66616698

6662-
eslint-plugin-promise@^4.3.1:
6663-
version "4.3.1"
6664-
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.3.1.tgz#61485df2a359e03149fdafc0a68b0e030ad2ac45"
6665-
integrity sha512-bY2sGqyptzFBDLh/GMbAxfdJC+b0f23ME63FOE4+Jao0oZ3E1LEwFtWJX/1pGMJLiTtrSSern2CRM/g+dfc0eQ==
6699+
eslint-plugin-promise@^5.1.0:
6700+
version "5.1.0"
6701+
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-5.1.0.tgz#fb2188fb734e4557993733b41aa1a688f46c6f24"
6702+
integrity sha512-NGmI6BH5L12pl7ScQHbg7tvtk4wPxxj8yPHH47NvSmMtFneC077PSeY3huFj06ZWZvtbfxSPt3RuOQD5XcR4ng==
66666703

66676704
eslint-plugin-standard@^4.1.0:
66686705
version "4.1.0"
@@ -6696,7 +6733,7 @@ eslint-plugin-unicorn@^28.0.2:
66966733
safe-regex "^2.1.1"
66976734
semver "^7.3.4"
66986735

6699-
eslint-plugin-vue@^7.1.0, eslint-plugin-vue@^7.7.0:
6736+
eslint-plugin-vue@^7.1.0:
67006737
version "7.9.0"
67016738
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.9.0.tgz#f8e83a2a908f4c43fc8304f5401d4ff671f3d560"
67026739
integrity sha512-2Q0qQp5+5h+pZvJKCbG1/jCRUYrdgAz5BYKGyTlp2NU8mx09u3Hp7PsH6d5qef6ojuPoCXMnrbbDxeoplihrSw==
@@ -6706,6 +6743,16 @@ eslint-plugin-vue@^7.1.0, eslint-plugin-vue@^7.7.0:
67066743
semver "^7.3.2"
67076744
vue-eslint-parser "^7.6.0"
67086745

6746+
eslint-plugin-vue@^7.9.0:
6747+
version "7.10.0"
6748+
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.10.0.tgz#251749aa99e089e085275f011042c6e74189f89a"
6749+
integrity sha512-xdr6e4t/L2moRAeEQ9HKgge/hFq+w9v5Dj+BA54nTAzSFdUyKLiSOdZaRQjCHMY0Pk2WaQBFH9QiWG60xiC+6A==
6750+
dependencies:
6751+
eslint-utils "^2.1.0"
6752+
natural-compare "^1.4.0"
6753+
semver "^7.3.2"
6754+
vue-eslint-parser "^7.6.0"
6755+
67096756
eslint-scope@^4.0.3:
67106757
version "4.0.3"
67116758
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
@@ -6740,6 +6787,13 @@ eslint-utils@^2.0.0, eslint-utils@^2.1.0:
67406787
dependencies:
67416788
eslint-visitor-keys "^1.1.0"
67426789

6790+
eslint-utils@^3.0.0:
6791+
version "3.0.0"
6792+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
6793+
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
6794+
dependencies:
6795+
eslint-visitor-keys "^2.0.0"
6796+
67436797
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
67446798
version "1.3.0"
67456799
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
@@ -11101,13 +11155,6 @@ path-parse@^1.0.6:
1110111155
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
1110211156
integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
1110311157

11104-
path-starts-with@^1.0.0:
11105-
version "1.0.0"
11106-
resolved "https://registry.yarnpkg.com/path-starts-with/-/path-starts-with-1.0.0.tgz#b28243015e8b138de572682ac52da42e646ad84e"
11107-
integrity sha1-soJDAV6LE43lcmgqxS2kLmRq2E4=
11108-
dependencies:
11109-
normalize-path "^2.1.1"
11110-
1111111158
1111211159
version "0.1.7"
1111311160
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -14107,6 +14154,13 @@ tsutils@^3.17.1:
1410714154
dependencies:
1410814155
tslib "^1.8.1"
1410914156

14157+
tsutils@^3.21.0:
14158+
version "3.21.0"
14159+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
14160+
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
14161+
dependencies:
14162+
tslib "^1.8.1"
14163+
1411014164
1411114165
version "0.0.0"
1411214166
resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"

0 commit comments

Comments
 (0)