Skip to content

Commit

Permalink
fix: typed-emitter dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnoW committed Aug 4, 2022
1 parent 507d146 commit 36dd9a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/quiet-fans-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@moralisweb3/core': patch
---

Add typed-emitter as dependency instead of dev-dependency. This will fix the "Cannot find module 'typed-emitter' or its corresponding type declarations" errors.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
},
"devDependencies": {
"prettier": "^2.5.1",
"typed-emitter": "^2.1.0",
"typescript": "^4.5.5"
},
"dependencies": {
"@xstate/fsm": "^2.0.0",
"axios": "^0.27.2",
"eventemitter3": "^4.0.7",
"axios": "^0.27.2"
"typed-emitter": "^2.1.0"
}
}

0 comments on commit 36dd9a9

Please sign in to comment.