Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
will-stone committed Apr 8, 2024
1 parent 9144994 commit aaa3c82
Show file tree
Hide file tree
Showing 5 changed files with 581 additions and 572 deletions.
2 changes: 1 addition & 1 deletion __mocks__/electron.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const EventTarget = require('events')
const EventTarget = require('node:events')
const { act } = require('@testing-library/react')

const eventEmitter = new EventTarget()
Expand Down
Loading

0 comments on commit aaa3c82

Please sign in to comment.