Skip to content

Commit

Permalink
Move typed emitter from dev deps to dependencies (#2804)
Browse files Browse the repository at this point in the history
  • Loading branch information
skapur12 committed Sep 20, 2023
1 parent 017fcab commit 13bc75a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
9 changes: 3 additions & 6 deletions packages/bonito-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/bonito-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@
"@types/luxon": "^2.0.2",
"events": "^3.3.0",
"lodash": "^4.17.20",
"luxon": "^2.5.2"
"luxon": "^2.5.2",
"typed-emitter": "^2.1.0"
},
"devDependencies": {
"@batch/common-config": "^1.0.0",
"@types/jest": "^27.0.1",
"@types/node": "20.5.4",
"jest": "^27.1.0",
"jest-junit": "^12.2.0",
"ts-jest": "^27.0.5",
"typed-emitter": "^2.1.0"
"ts-jest": "^27.0.5"
},
"files": [
"lib",
Expand Down

0 comments on commit 13bc75a

Please sign in to comment.