Skip to content

Commit 4ee1ff2

Browse files
authored
chore: remove axios (vuejs#1104)
axios was added in #31, but is now unused as code examples were moved to CodePen in #57. Let's remove axios.
1 parent 563bf1c commit 4ee1ff2

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"@docsearch/css": "^1.0.0-alpha.27",
1515
"@docsearch/js": "^1.0.0-alpha.27",
1616
"algoliasearch": "^4.4.0",
17-
"axios": "^0.21.1",
1817
"intersection-observer": "^0.11.0",
1918
"showdown": "^1.9.1"
2019
}

yarn.lock

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1841,13 +1841,6 @@ aws4@^1.8.0:
18411841
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
18421842
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
18431843

1844-
axios@^0.21.1:
1845-
version "0.21.1"
1846-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
1847-
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
1848-
dependencies:
1849-
follow-redirects "^1.10.0"
1850-
18511844
babel-extract-comments@^1.0.0:
18521845
version "1.0.0"
18531846
resolved "https://registry.yarnpkg.com/babel-extract-comments/-/babel-extract-comments-1.0.0.tgz#0a2aedf81417ed391b85e18b4614e693a0351a21"
@@ -3762,7 +3755,7 @@ flush-write-stream@^1.0.0:
37623755
inherits "^2.0.3"
37633756
readable-stream "^2.3.6"
37643757

3765-
follow-redirects@^1.0.0, follow-redirects@^1.10.0:
3758+
follow-redirects@^1.0.0:
37663759
version "1.13.1"
37673760
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
37683761
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==

0 commit comments

Comments
 (0)