Skip to content

Commit

Permalink
Upload Media: Fix package dependencies (WordPress#68718)
Browse files Browse the repository at this point in the history
Co-authored-by: Mamaduka <[email protected]>
Co-authored-by: swissspidy <[email protected]>
Co-authored-by: SainathPoojary <[email protected]>
Co-authored-by: himanshupathak95 <[email protected]>
Co-authored-by: anomiex <[email protected]>
  • Loading branch information
6 people authored Jan 16, 2025
1 parent ba9f079 commit aa5221f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package-lock.json

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

5 changes: 5 additions & 0 deletions packages/upload-media/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"types": "build-types",
"sideEffects": false,
"dependencies": {
"@babel/runtime": "7.25.7",
"@shopify/web-worker": "^6.4.0",
"@wordpress/api-fetch": "file:../api-fetch",
"@wordpress/blob": "file:../blob",
Expand All @@ -39,6 +40,10 @@
"@wordpress/url": "file:../url",
"uuid": "^9.0.1"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"publishConfig": {
"access": "public"
}
Expand Down

0 comments on commit aa5221f

Please sign in to comment.