Commit 60ae1c5
chore: remove unused axios dependency from ContentProcessorWeb
Remove axios ^1.13.5 from package.json as all HTTP calls use native
fetch via the apiClient.tsx wrapper. Also update documentation
references in .github/instructions/ files.
- Remove axios from package.json dependencies
- Update pnpm-lock.yaml (pnpm install)
- Update test-quality.instructions.md to remove axios references
- Update code-quality.instructions.md to remove axios from import example
Resolves #39065
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 61807b0 commit 60ae1c5
4 files changed
Lines changed: 4 additions & 9 deletions
File tree
- src/ContentProcessorWeb
- .github/instructions
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments