Get rid of typed emitter

This commit is contained in:
Jon Staab
2025-04-02 08:54:50 -07:00
parent 1cbcb0ae4a
commit 35f75bb38e
16 changed files with 124 additions and 173 deletions
+1 -1
View File
@@ -15,13 +15,13 @@
},
"devDependencies": {
"@vitest/coverage-v8": "^3.0.5",
"fake-indexeddb": "^6.0.0",
"gts": "^6.0.2",
"happy-dom": "^17.1.0",
"typedoc": "^0.27.9",
"typedoc-plugin-markdown": "^4.4.2",
"typedoc-vitepress-theme": "^1.1.2",
"typescript": "^5.6.3",
"fake-indexeddb": "^6.0.0",
"vitepress": "^1.6.3",
"vitest": "^3.0.5"
}