Skip to content

Commit aaeaa27

Browse files
committed
remove axios references
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent ce0ed85 commit aaeaa27

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/copilot-instructions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ This project focuses on GitHub notification monitoring, not being a full GitHub
153153
## Technology Stack Reference
154154

155155
**Core Technologies:**
156-
- **Electron 37+**: Desktop app framework
156+
- **Electron 40+**: Desktop app framework
157157
- **React 19+**: UI library
158158
- **TypeScript 5+**: Language
159159
- **pnpm 10+**: Package manager
@@ -166,7 +166,8 @@ This project focuses on GitHub notification monitoring, not being a full GitHub
166166
- **menubar**: System tray integration
167167
- **electron-updater**: Auto-update functionality
168168
- **@primer/react**: GitHub's React component library
169+
- **octokit**: HTTP client for GitHub API
170+
- **@primer/octicons-react**: GitHub icon library
169171
- **date-fns**: Date utilities
170-
- **axios**: HTTP client for GitHub API
171172

172173
ALWAYS reference this information first before exploring the codebase or running commands to save time and avoid common pitfalls.

jest.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ const config: Config = {
2020
'node_modules/(?!(?:@primer/react|@primer/primitives|@primer/octicons-react|@lit-labs/react|lit|@github/relative-time-element|@github/tab-container-element|@octokit/oauth-methods|@octokit/oauth-authorization-url|@octokit/request|@octokit/request-error|@octokit/endpoint|@octokit/core|@octokit/plugin-paginate-rest|@octokit/plugin-rest-endpoint-methods|universal-user-agent)/)',
2121
],
2222
moduleNameMapper: {
23-
// Force CommonJS build for http adapter to be available.
24-
// via https://github.com/axios/axios/issues/5101#issuecomment-1276572468
25-
'^axios$': require.resolve('axios'),
26-
2723
// GitHub Primer Design System - CSS in JS
2824
'\\.css$': 'identity-obj-proxy',
2925
},

0 commit comments

Comments
 (0)