Skip to content

Commit ea71c0b

Browse files
1 parent 96fc78b commit ea71c0b

File tree

1 file changed

+27
-5
lines changed

1 file changed

+27
-5
lines changed

yarn.lock

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2419,14 +2419,23 @@
24192419
"@typescript-eslint/typescript-estree" "2.23.0"
24202420
eslint-scope "^5.0.0"
24212421

2422+
"@typescript-eslint/[email protected]":
2423+
version "2.24.0"
2424+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.24.0.tgz#a5cb2ed89fedf8b59638dc83484eb0c8c35e1143"
2425+
integrity sha512-DXrwuXTdVh3ycNCMYmWhUzn/gfqu9N0VzNnahjiDJvcyhfBy4gb59ncVZVxdp5XzBC77dCncu0daQgOkbvPwBw==
2426+
dependencies:
2427+
"@types/json-schema" "^7.0.3"
2428+
"@typescript-eslint/typescript-estree" "2.24.0"
2429+
eslint-scope "^5.0.0"
2430+
24222431
"@typescript-eslint/parser@^2.0.0":
2423-
version "2.23.0"
2424-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.23.0.tgz#f3d4e2928ff647fe77fc2fcef1a3534fee6a3212"
2425-
integrity sha512-k61pn/Nepk43qa1oLMiyqApC6x5eP5ddPz6VUYXCAuXxbmRLqkPYzkFRKl42ltxzB2luvejlVncrEpflgQoSUg==
2432+
version "2.24.0"
2433+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.24.0.tgz#2cf0eae6e6dd44d162486ad949c126b887f11eb8"
2434+
integrity sha512-H2Y7uacwSSg8IbVxdYExSI3T7uM1DzmOn2COGtCahCC3g8YtM1xYAPi2MAHyfPs61VKxP/J/UiSctcRgw4G8aw==
24262435
dependencies:
24272436
"@types/eslint-visitor-keys" "^1.0.0"
2428-
"@typescript-eslint/experimental-utils" "2.23.0"
2429-
"@typescript-eslint/typescript-estree" "2.23.0"
2437+
"@typescript-eslint/experimental-utils" "2.24.0"
2438+
"@typescript-eslint/typescript-estree" "2.24.0"
24302439
eslint-visitor-keys "^1.1.0"
24312440

24322441
"@typescript-eslint/[email protected]":
@@ -2442,6 +2451,19 @@
24422451
semver "^6.3.0"
24432452
tsutils "^3.17.1"
24442453

2454+
"@typescript-eslint/[email protected]":
2455+
version "2.24.0"
2456+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.24.0.tgz#38bbc8bb479790d2f324797ffbcdb346d897c62a"
2457+
integrity sha512-RJ0yMe5owMSix55qX7Mi9V6z2FDuuDpN6eR5fzRJrp+8in9UF41IGNQHbg5aMK4/PjVaEQksLvz0IA8n+Mr/FA==
2458+
dependencies:
2459+
debug "^4.1.1"
2460+
eslint-visitor-keys "^1.1.0"
2461+
glob "^7.1.6"
2462+
is-glob "^4.0.1"
2463+
lodash "^4.17.15"
2464+
semver "^6.3.0"
2465+
tsutils "^3.17.1"
2466+
24452467
"@vue/babel-helper-vue-jsx-merge-props@^1.0.0":
24462468
version "1.0.0"
24472469
resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.0.0.tgz#048fe579958da408fb7a8b2a3ec050b50a661040"

0 commit comments

Comments
 (0)