Skip to content

Commit

Permalink
fix: Ensure oembed is a block dep not feature pack dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhowa committed Dec 11, 2020
1 parent 62fae6d commit dfc370d
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 42 deletions.
4 changes: 3 additions & 1 deletion blocks/video-player-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@
"peerDependencies": {
"@wpmedia/engine-theme-sdk": "canary",
"@wpmedia/news-theme-css": "stable",
"react-oembed-container": "^0.3.0",
"styled-components": "^4.4.0"
},
"dependencies": {
"react-oembed-container": "^1.0.0"
},
"gitHead": "8afcaeae3d9a0cc126a4a22a9b7fe766669aa88e"
}
91 changes: 50 additions & 41 deletions package-lock.json

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

0 comments on commit dfc370d

Please sign in to comment.