File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 16
16
"@tailwindcss/jit" : " ^0.1.17" ,
17
17
"@tailwindcss/typography" : " ^0.2.0" ,
18
18
"autoprefixer" : " ^10.2.5" ,
19
+ "axios" : " ^0.21.1" ,
19
20
"codemirror" : " ^5.59.3" ,
20
21
"css-loader" : " ^5.2.0" ,
21
22
"css-minimizer-webpack-plugin" : " ^1.3.0" ,
Original file line number Diff line number Diff line change @@ -1681,6 +1681,13 @@ autoprefixer@^9.6.1:
1681
1681
postcss "^7.0.32"
1682
1682
postcss-value-parser "^4.1.0"
1683
1683
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
+
1684
1691
babel-eslint@^10.1.0 :
1685
1692
version "10.1.0"
1686
1693
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232"
@@ -3381,7 +3388,7 @@ flatten@^1.0.2:
3381
3388
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.3.tgz#c1283ac9f27b368abc1e36d1ff7b04501a30356b"
3382
3389
integrity sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg==
3383
3390
3384
- follow-redirects@^1.0.0 :
3391
+ follow-redirects@^1.0.0, follow-redirects@^1.10.0 :
3385
3392
version "1.13.3"
3386
3393
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.3.tgz#e5598ad50174c1bc4e872301e82ac2cd97f90267"
3387
3394
integrity sha512-DUgl6+HDzB0iEptNQEXLx/KhTmDb8tZUHSeLqpnjpknR70H0nC2t9N73BK6fN4hOvJ84pKlIQVQ4k5FFlBedKA==
You can’t perform that action at this time.
0 commit comments