Skip to content

Commit 3eecd56

Browse files
committed
front: drop axios dependency
This is not used anymore.
1 parent 08113ef commit 3eecd56

File tree

3 files changed

+1
-43
lines changed

3 files changed

+1
-43
lines changed

front/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"ajv-formats": "^2.1.1",
5555
"ajv-i18n": "^4.2.0",
5656
"are-we-there-yet": "^4.0.2",
57-
"axios": "^1.7.4",
5857
"babel-loader": "9.1.3",
5958
"chroma-js": "^2.4.2",
6059
"classnames": "^2.5.1",

front/src/common/api/axios.ts

Lines changed: 0 additions & 27 deletions
This file was deleted.

front/yarn.lock

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5433,15 +5433,6 @@ axe-core@=4.7.0:
54335433
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.7.0.tgz#34ba5a48a8b564f67e103f0aa5768d76e15bbbbf"
54345434
integrity sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==
54355435

5436-
axios@^1.7.4:
5437-
version "1.7.4"
5438-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2"
5439-
integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==
5440-
dependencies:
5441-
follow-redirects "^1.15.6"
5442-
form-data "^4.0.0"
5443-
proxy-from-env "^1.1.0"
5444-
54455436
axobject-query@^3.2.1:
54465437
version "3.2.1"
54475438
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-3.2.1.tgz#39c378a6e3b06ca679f29138151e45b2b32da62a"
@@ -8365,11 +8356,6 @@ flow-parser@0.*:
83658356
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.233.0.tgz#b983e65812d5ecae79f08ae3ed8ad2e131a9b966"
83668357
integrity sha512-E/mv51GYJfLuRX6fZnw4M52gBxYa8pkHUOgNEZOcQK2RTXS8YXeU5rlalkTcY99UpwbeNVCSUFKaavpOksi/pQ==
83678358

8368-
follow-redirects@^1.15.6:
8369-
version "1.15.6"
8370-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
8371-
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
8372-
83738359
fontkit@^2.0.2:
83748360
version "2.0.2"
83758361
resolved "https://registry.yarnpkg.com/fontkit/-/fontkit-2.0.2.tgz#ac5384f3ecab8327c6d2ea2e4d384afc544b48fd"
@@ -12386,7 +12372,7 @@ proxy-addr@~2.0.7:
1238612372
forwarded "0.2.0"
1238712373
ipaddr.js "1.9.1"
1238812374

12389-
proxy-from-env@^1.0.0, proxy-from-env@^1.1.0:
12375+
proxy-from-env@^1.0.0:
1239012376
version "1.1.0"
1239112377
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
1239212378
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==

0 commit comments

Comments
 (0)