@mux/mux-uploader-react
Advanced tools
Comparing version 1.0.1-canary.1-777235e to 1.0.1-canary.10-f6f99b3
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.0.1](https://github.com/muxinc/elements/compare/@mux/mux-uploader-react@1.0.0...@mux/mux-uploader-react@1.0.1) (2024-08-02) | ||
### Bug Fixes | ||
* mark React 19 as peerdep ([#971](https://github.com/muxinc/elements/issues/971)) ([4f74ea0](https://github.com/muxinc/elements/commit/4f74ea0215407e5c9573d8dd4a91d2a855b864bb)) | ||
# [1.0.0-beta.19](https://github.com/muxinc/elements/compare/@mux/mux-uploader-react@1.0.0-beta.18...@mux/mux-uploader-react@1.0.0-beta.19) (2024-07-10) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@mux/mux-uploader-react", | ||
"version": "1.0.1-canary.1-777235e", | ||
"version": "1.0.1-canary.10-f6f99b3", | ||
"description": "An uploader element for React that handles Mux Direct Uploads and a visual progress bar for you", | ||
@@ -60,5 +60,5 @@ "keywords": [ | ||
"peerDependencies": { | ||
"@types/react": "^17.0.0 || ^18", | ||
"react": "^17.0.2 || ^18", | ||
"react-dom": "^17.0.2 || ^18" | ||
"@types/react": "^17.0.0 || ^18 || ^19", | ||
"react": "^17.0.2 || ^18 || ^19", | ||
"react-dom": "^17.0.2 || ^18 || ^19" | ||
}, | ||
@@ -74,3 +74,3 @@ "peerDependenciesMeta": { | ||
"dependencies": { | ||
"@mux/mux-uploader": "1.0.0-canary.0-777235e", | ||
"@mux/mux-uploader": "1.0.1-canary.0-f6f99b3", | ||
"prop-types": "^15.7.2" | ||
@@ -77,0 +77,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
632145
10
+ Added@mux/mux-uploader@1.0.1-canary.0-f6f99b3(transitive)
- Removed@mux/mux-uploader@1.0.0-canary.0-777235e(transitive)