Skip to content

Commit ffc03eb

Browse files
committed
[fix] axios不使用のため削除
1 parent 8402260 commit ffc03eb

File tree

2 files changed

+1
-24
lines changed

2 files changed

+1
-24
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"@gridsome/plugin-google-analytics": "^0.1.1",
1515
"@gridsome/plugin-sitemap": "^0.3.0",
1616
"@gridsome/source-wordpress": "^0.5.0",
17-
"axios": "^0.27.2",
1817
"global": "^4.4.0",
1918
"gridsome": "^0.7.14",
2019
"gridsome-plugin-remark-prismjs-all": "^0.3.5",

yarn.lock

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1700,14 +1700,6 @@ axios@^0.19.0:
17001700
dependencies:
17011701
follow-redirects "1.5.10"
17021702

1703-
axios@^0.27.2:
1704-
version "0.27.2"
1705-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
1706-
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
1707-
dependencies:
1708-
follow-redirects "^1.14.9"
1709-
form-data "^4.0.0"
1710-
17111703
axobject-query@^2.0.2:
17121704
version "2.1.2"
17131705
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.1.2.tgz#2bdffc0371e643e5f03ba99065d5179b9ca79799"
@@ -2509,7 +2501,7 @@ columnify@^1.5.4:
25092501
strip-ansi "^3.0.0"
25102502
wcwidth "^1.0.0"
25112503

2512-
combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
2504+
combined-stream@^1.0.6, combined-stream@~1.0.6:
25132505
version "1.0.8"
25142506
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
25152507
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
@@ -4332,11 +4324,6 @@ [email protected]:
43324324
dependencies:
43334325
debug "=3.1.0"
43344326

4335-
follow-redirects@^1.14.9:
4336-
version "1.15.1"
4337-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.1.tgz#0ca6a452306c9b276e4d3127483e29575e207ad5"
4338-
integrity sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==
4339-
43404327
for-in@^1.0.2:
43414328
version "1.0.2"
43424329
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
@@ -4347,15 +4334,6 @@ forever-agent@~0.6.1:
43474334
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
43484335
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
43494336

4350-
form-data@^4.0.0:
4351-
version "4.0.0"
4352-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
4353-
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
4354-
dependencies:
4355-
asynckit "^0.4.0"
4356-
combined-stream "^1.0.8"
4357-
mime-types "^2.1.12"
4358-
43594337
form-data@~2.3.2:
43604338
version "2.3.3"
43614339
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"

0 commit comments

Comments
 (0)