Skip to content

Commit 5fca9b3

Browse files
aajisakaclaude
andcommitted
Remove axios dependency and replace with native fetch in web-ui
Replace axios with the native Fetch API in request.ts, removing the axios dependency from package.json. Enforce Node.js >=18 via the engines field and update README accordingly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3a529eb commit 5fca9b3

6 files changed

Lines changed: 149 additions & 294 deletions

File tree

LICENSE-binary

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -439,12 +439,6 @@ is auto-generated by `pnpm licenses list --prod`.
439439
├────────────────────────────────────┼──────────────┤
440440
│ async-validator │ MIT │
441441
├────────────────────────────────────┼──────────────┤
442-
│ asynckit │ MIT │
443-
├────────────────────────────────────┼──────────────┤
444-
│ axios │ MIT │
445-
├────────────────────────────────────┼──────────────┤
446-
│ combined-stream │ MIT │
447-
├────────────────────────────────────┼──────────────┤
448442
│ commander │ MIT │
449443
├────────────────────────────────────┼──────────────┤
450444
│ csstype │ MIT │
@@ -453,8 +447,6 @@ is auto-generated by `pnpm licenses list --prod`.
453447
├────────────────────────────────────┼──────────────┤
454448
│ dayjs │ MIT │
455449
├────────────────────────────────────┼──────────────┤
456-
│ delayed-stream │ MIT │
457-
├────────────────────────────────────┼──────────────┤
458450
│ discontinuous-range │ MIT │
459451
├────────────────────────────────────┼──────────────┤
460452
│ element-plus │ MIT │
@@ -463,10 +455,6 @@ is auto-generated by `pnpm licenses list --prod`.
463455
├────────────────────────────────────┼──────────────┤
464456
│ estree-walker │ MIT │
465457
├────────────────────────────────────┼──────────────┤
466-
│ follow-redirects │ MIT │
467-
├────────────────────────────────────┼──────────────┤
468-
│ form-data │ MIT │
469-
├────────────────────────────────────┼──────────────┤
470458
│ get-stdin │ MIT │
471459
├────────────────────────────────────┼──────────────┤
472460
│ lodash │ MIT │
@@ -479,10 +467,6 @@ is auto-generated by `pnpm licenses list --prod`.
479467
├────────────────────────────────────┼──────────────┤
480468
│ memoize-one │ MIT │
481469
├────────────────────────────────────┼──────────────┤
482-
│ mime-db │ MIT │
483-
├────────────────────────────────────┼──────────────┤
484-
│ mime-types │ MIT │
485-
├────────────────────────────────────┼──────────────┤
486470
│ monaco-editor │ MIT │
487471
├────────────────────────────────────┼──────────────┤
488472
│ nanoid │ MIT │
@@ -495,8 +479,6 @@ is auto-generated by `pnpm licenses list --prod`.
495479
├────────────────────────────────────┼──────────────┤
496480
│ postcss │ MIT │
497481
├────────────────────────────────────┼──────────────┤
498-
│ proxy-from-env │ MIT │
499-
├────────────────────────────────────┼──────────────┤
500482
│ randexp │ MIT │
501483
├────────────────────────────────────┼──────────────┤
502484
│ ret │ MIT │

kyuubi-server/web-ui/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Start Using
44

5-
For the best experience, we recommend using `node 16.x.x`.
5+
Node.js 18 or higher is required.
66
You can learn how to install the corresponding version from its official website.
77

88
- [node](https://nodejs.org/en/)

0 commit comments

Comments
 (0)