Skip to content

Commit

Permalink
fix: πŸ› react-player couldn't find package "@dotlottie/common" (#251)
Browse files Browse the repository at this point in the history
* fix: πŸ› react-player couldn't find package "@dotlottie/common"

βœ… Closes: #250

* chore: πŸ€– add changeset
  • Loading branch information
theashraf authored Oct 18, 2023
1 parent 6f15a58 commit 34afa16
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 116 deletions.
5 changes: 5 additions & 0 deletions .changeset/serious-tables-glow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@dotlottie/react-player': patch
---

fix: πŸ› react-player couldn't find package "@dotlottie/common"
5 changes: 2 additions & 3 deletions packages/react-player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@dotlottie/common": "workspace:^"
},
"dependencies": {},
"devDependencies": {
"@dotlottie/common": "workspace:^",
"@lottiefiles/lottie-types": "^1.2.0",
"@types/react": "^16.8.0",
"@types/react-dom": "^16.8.0",
Expand Down
Loading

0 comments on commit 34afa16

Please sign in to comment.