@remote-ui/react
Advanced tools
Comparing version 4.4.4 to 4.4.5
@@ -10,2 +10,6 @@ # Changelog | ||
## [4.4.5] | ||
- Pinned `react-reconciler` to `0.26.x` to prevent breaking React 17 projects ([pull request](https://github.com/Shopify/remote-ui/pull/151), thanks [@ericfrank-stripe](https://github.com/ericfrank-stripe)!) | ||
## [4.4.3] | ||
@@ -12,0 +16,0 @@ |
{ | ||
"name": "@remote-ui/react", | ||
"version": "4.4.4", | ||
"version": "4.4.5", | ||
"publishConfig": { | ||
@@ -45,5 +45,5 @@ "access": "public", | ||
"@types/react-reconciler": "^0.26.0", | ||
"react-reconciler": ">=0.26.0 <1.0.0" | ||
"react-reconciler": ">=0.26.0 <0.27.0" | ||
}, | ||
"gitHead": "326e50682ee53a9b5eaaad1b4b656988e15d61a5" | ||
"gitHead": "4e86945b05c5582db0840a4372cb1996d2f94dab" | ||
} |
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
146310
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedreact@17.0.2(transitive)
+ Addedreact-reconciler@0.26.2(transitive)
+ Addedscheduler@0.20.2(transitive)
- Removedreact@19.0.0(transitive)
- Removedreact-reconciler@0.31.0(transitive)
- Removedscheduler@0.25.0(transitive)