Skip to content

Commit

Permalink
fix: πŸ› react-player types build issue (#248)
Browse files Browse the repository at this point in the history
* fix: πŸ› react-player types build issue

* chore: πŸ€– add changeset
  • Loading branch information
theashraf authored Oct 17, 2023
1 parent 1ceab15 commit 8d9c419
Show file tree
Hide file tree
Showing 5 changed files with 867 additions and 251 deletions.
5 changes: 5 additions & 0 deletions .changeset/weak-grapes-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@dotlottie/react-player': patch
---

fix: πŸ› react-player types build issue
4 changes: 3 additions & 1 deletion packages/react-player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@dotlottie/common": "workspace:^"
},
"devDependencies": {
"@dotlottie/common": "workspace:^",
"@lottiefiles/lottie-types": "^1.2.0",
"@types/react": "^16.8.0",
"@types/react-dom": "^16.8.0",
Expand Down
5 changes: 5 additions & 0 deletions packages/react-player/src/hooks/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/**
* Copyright 2023 Design Barn Inc.
*/

export * from './use-dotlottie-state';
2 changes: 2 additions & 0 deletions packages/react-player/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
export * from '@dotlottie/common';
export * from './react-player';
export * from './controls';
export * from './providers';
export * from './hooks';
Loading

0 comments on commit 8d9c419

Please sign in to comment.