Skip to content

Commit

Permalink
Merge pull request #4 from azu/3-update-to-eventmit2
Browse files Browse the repository at this point in the history
fix: update eventmit@2
  • Loading branch information
azu committed Jan 14, 2023
2 parents 0e3589a + 8220b74 commit 60bb912
Show file tree
Hide file tree
Showing 4 changed files with 302 additions and 323 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12, 14, 16]
node-version: [ 16, 18 ]
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,15 @@
"trailingComma": "none"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
"@types/node": "^16.6.1",
"abort-controller": "^3.0.0",
"eventmit": "^1.1.0",
"lint-staged": "^11.1.2",
"mocha": "^9.0.3",
"prettier": "^2.3.2",
"rimraf": "^3.0.2",
"ts-node": "^10.2.0",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"eventmit": "^2.0.2",
"lint-staged": "^13.1.0",
"mocha": "^10.2.0",
"prettier": "^2.8.3",
"rimraf": "^4.0.4",
"ts-node": "^10.9.1",
"ts-node-test-register": "^10.0.0",
"typescript": "^4.3.5"
"typescript": "^4.9.4"
}
}
1 change: 0 additions & 1 deletion test/events-to-async.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import assert from "assert";
import { EventEmitter } from "events";
import { on, once } from "../src/events-to-async";
import { AbortController } from "abort-controller";
import { eventmit } from "eventmit";

describe("events-to-async", () => {
Expand Down
Loading

0 comments on commit 60bb912

Please sign in to comment.