Skip to content

Commit fe4294e

Browse files
committed
Merge branch 'main' of github.com-chantouchsek:chantouchsek/vue-axios-http into feat/648-vites
2 parents d33cdb6 + 32a8fd6 commit fe4294e

File tree

1 file changed

+5
-42
lines changed

1 file changed

+5
-42
lines changed

yarn.lock

Lines changed: 5 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -2011,11 +2011,6 @@
20112011
dependencies:
20122012
"@types/node" "*"
20132013

2014-
"@types/semver@^7.3.12":
2015-
version "7.3.13"
2016-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
2017-
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
2018-
20192014
"@types/serve-static@*":
20202015
version "1.15.0"
20212016
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.15.0.tgz#c7930ff61afb334e121a9da780aac0d9b8f34155"
@@ -2113,6 +2108,11 @@
21132108
anymatch "^3.0.0"
21142109
source-map "^0.6.0"
21152110

2111+
"@types/yargs-parser@*":
2112+
version "21.0.0"
2113+
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.0.tgz#0c60e537fa790f5f9472ed2776c2b71ec117351b"
2114+
integrity sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==
2115+
21162116
"@typescript-eslint/eslint-plugin@^5.49.0":
21172117
version "5.49.0"
21182118
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.49.0.tgz#d0b4556f0792194bf0c2fb297897efa321492389"
@@ -2146,16 +2146,6 @@
21462146
"@typescript-eslint/types" "5.49.0"
21472147
"@typescript-eslint/visitor-keys" "5.49.0"
21482148

2149-
"@typescript-eslint/[email protected]":
2150-
version "5.49.0"
2151-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.49.0.tgz#8d5dcc8d422881e2ccf4ebdc6b1d4cc61aa64125"
2152-
integrity sha512-eUgLTYq0tR0FGU5g1YHm4rt5H/+V2IPVkP0cBmbhRyEmyGe4XvJ2YJ6sYTmONfjmdMqyMLad7SB8GvblbeESZA==
2153-
dependencies:
2154-
"@typescript-eslint/typescript-estree" "5.49.0"
2155-
"@typescript-eslint/utils" "5.49.0"
2156-
debug "^4.3.4"
2157-
tsutils "^3.21.0"
2158-
21592149
"@typescript-eslint/[email protected]":
21602150
version "5.49.0"
21612151
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.49.0.tgz#ad66766cb36ca1c89fcb6ac8b87ec2e6dac435c3"
@@ -2174,20 +2164,6 @@
21742164
semver "^7.3.7"
21752165
tsutils "^3.21.0"
21762166

2177-
"@typescript-eslint/[email protected]":
2178-
version "5.49.0"
2179-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.49.0.tgz#1c07923bc55ff7834dfcde487fff8d8624a87b32"
2180-
integrity sha512-cPJue/4Si25FViIb74sHCLtM4nTSBXtLx1d3/QT6mirQ/c65bV8arBEebBJJizfq8W2YyMoPI/WWPFWitmNqnQ==
2181-
dependencies:
2182-
"@types/json-schema" "^7.0.9"
2183-
"@types/semver" "^7.3.12"
2184-
"@typescript-eslint/scope-manager" "5.49.0"
2185-
"@typescript-eslint/types" "5.49.0"
2186-
"@typescript-eslint/typescript-estree" "5.49.0"
2187-
eslint-scope "^5.1.1"
2188-
eslint-utils "^3.0.0"
2189-
semver "^7.3.7"
2190-
21912167
"@typescript-eslint/[email protected]":
21922168
version "5.49.0"
21932169
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.49.0.tgz#2561c4da3f235f5c852759bf6c5faec7524f90fe"
@@ -4875,14 +4851,6 @@ eslint-scope@^4.0.3:
48754851
esrecurse "^4.1.0"
48764852
estraverse "^4.1.1"
48774853

4878-
eslint-scope@^5.1.1:
4879-
version "5.1.1"
4880-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
4881-
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
4882-
dependencies:
4883-
esrecurse "^4.3.0"
4884-
estraverse "^4.1.1"
4885-
48864854
eslint-scope@^7.1.1:
48874855
version "7.1.1"
48884856
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
@@ -7378,11 +7346,6 @@ nanomatch@^1.2.9:
73787346
snapdragon "^0.8.1"
73797347
to-regex "^3.0.1"
73807348

7381-
natural-compare-lite@^1.4.0:
7382-
version "1.4.0"
7383-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
7384-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
7385-
73867349
natural-compare@^1.4.0:
73877350
version "1.4.0"
73887351
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)