Skip to content

Commit a40675f

Browse files
authored
ci: fix axios install (#288)
1 parent 96452dd commit a40675f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"@tailwindcss/jit": "^0.1.17",
1717
"@tailwindcss/typography": "^0.2.0",
1818
"autoprefixer": "^10.2.5",
19+
"axios": "^0.21.1",
1920
"codemirror": "^5.59.3",
2021
"css-loader": "^5.2.0",
2122
"css-minimizer-webpack-plugin": "^1.3.0",

Diff for: yarn.lock

+8-1
Original file line numberDiff line numberDiff line change
@@ -1681,6 +1681,13 @@ autoprefixer@^9.6.1:
16811681
postcss "^7.0.32"
16821682
postcss-value-parser "^4.1.0"
16831683

1684+
axios@^0.21.1:
1685+
version "0.21.1"
1686+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
1687+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
1688+
dependencies:
1689+
follow-redirects "^1.10.0"
1690+
16841691
babel-eslint@^10.1.0:
16851692
version "10.1.0"
16861693
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232"
@@ -3381,7 +3388,7 @@ flatten@^1.0.2:
33813388
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.3.tgz#c1283ac9f27b368abc1e36d1ff7b04501a30356b"
33823389
integrity sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg==
33833390

3384-
follow-redirects@^1.0.0:
3391+
follow-redirects@^1.0.0, follow-redirects@^1.10.0:
33853392
version "1.13.3"
33863393
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.3.tgz#e5598ad50174c1bc4e872301e82ac2cd97f90267"
33873394
integrity sha512-DUgl6+HDzB0iEptNQEXLx/KhTmDb8tZUHSeLqpnjpknR70H0nC2t9N73BK6fN4hOvJ84pKlIQVQ4k5FFlBedKA==

0 commit comments

Comments
 (0)